Skip to content
This repository has been archived by the owner on Mar 17, 2022. It is now read-only.

Download all Images of Vehicles, Peds and Weapons from the alt:V Documentation

License

Notifications You must be signed in to change notification settings

Nickwasused/GTAV-Image-Downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GTAV-Image-Downloader

With this Script, you can download all Images for Vehicles, Weapons, and Peds from the alt:V Documentation. After creating the script I noticed you can download the images from here: https://github.com/altmp/altv-docs-assets/tree/master/altv-docs-gta/images

Usage

pip3 install -r requirements.txt
python3 dump.py

Option Default Other
-o fetch fetch / zip / both

Examples:
python3 dump.py -o both
python3 dump.py -o fetch

Output

The Script will output the Images files in the following structure:

/images/ped for the peds
/images/weapon for the weapons
/images/vehicle for the vehicles

If you choose the option -o zip or -o both then there will be a folder called zips with the following output:

/zips/ped.zip
/zips/weapon.zip
/zips/vehicle.zip