Rename project to paths2json

This commit is contained in:
Fierelier 2024-10-03 04:41:28 +02:00
parent 77430632b3
commit ffd6fd7f93
2 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,9 @@
GTA SA IPL to JSON parser, Python 3.2 (Windows 2000) or up GTA SA paths to JSON parser, Python 3.2 (Windows 2000) or up
Also compatible with Linux and others Also compatible with Linux and others
Arguments: <input.ipl> <output.json> Arguments: <input.ipl> <output.json>
Example: ipl2json.py nodes14.ipl nodes14.json Example: paths2json.py nodes14.ipl nodes14.json
You can get the ipl files from GTA3.IMG You can get the nodes*.ipl files from GTA3.IMG
Thanks to: https://gtamods.com/wiki/Paths_(GTA_SA) Thanks to: https://gtamods.com/wiki/Paths_(GTA_SA)