Python utility that extracts or prints info about files from (most) Rockstar IMG archives.
- Version 1 (III/VC/Bully)
- Version 1x (III/VC XBOX)
- Version 2 (SA)
- Version 3 (IV)
Install dependencies using pip install -r requirements.txt
python main.py -i|--input <-o|--output ./extract_dir> ./gta3.img -e|--extract file_to_extr.act
python main.py -i|--input <-o|--output ./extract_dir> ./gta3.img -x|--extract-all
python main.py -i|--input ./radar.img -d
NOTE: DECRYPTION OVERWRITES THE ORIGINAL FILE
python main.py -i|--input ./gta3.img --info
This utility is licensed under version 3 of the GNU General Public License.
For more information, see LICENSE.md.
Special thanks to the GTAMods wiki for their article detailing this format and the compression used by the XBOX versions of III/VC. (https://gtamods.com/wiki/IMG_archive)
This utility was developed without the assistance of generative "AI".