Skip to content

adam10603/GTAVFlags

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GTA V Flags

Version License

This repo hosts a JSON file that my GTA V handling-related tools use for decoding flags. This is just so I don't have to update each tool individually if flags are discovered or changed.

Access the file here: flags.json

For an end-user utility to manipulate flags, use my flag tool.

The JSON's structure is backwards-compatible with IKT's version, just to make switching between them easy. There are some differences with my version though:

  • There's an extra author property for easier distinction.
  • Each flag has a bit property added. This is for human readers, it shouldn't be needed in code.
  • Unofficial flag names deliberately have a different format from Rockstar's flag naming.
  • Prefixes such as HF_ are not used here.

About

GTA V handling flags and descriptions in JSON format

Resources

License

Stars

Watchers

Forks