currently auto-update only works for base modes: gta3, vc, sa, sa mobile.
it does not auto-update other modes (e.g. sa v2 or sa sbl).
it only downloads *.json file. it does not download other important syntax files, such as classes.db, enums.txt, opcodes.txt. Updating JSON file alone cause discrepancy in syntax where command have one interface in JSON and another in classes.db/opcodes.txt
Need:
[x] update JSON in all available modes that use it
[x] when a new version of JSON file downloaded for a SBL mode also update classes.db, enums.txt, opcodes.txt, keywords.txt.
[x] new files should be automatically updated in current session, so restart is not needed.
currently auto-update only works for base modes: gta3, vc, sa, sa mobile. it does not auto-update other modes (e.g. sa v2 or sa sbl). it only downloads
*.json
file. it does not download other important syntax files, such asclasses.db
,enums.txt
,opcodes.txt
. Updating JSON file alone cause discrepancy in syntax where command have one interface in JSON and another in classes.db/opcodes.txtNeed:
classes.db
,enums.txt
,opcodes.txt
,.keywords.txt