https://github.com/karashiiro/ffxivopcodes
Opcode repository for FFXIV.
https://github.com/karashiiro/ffxivopcodes
ffxiv opcodes
Last synced: about 1 year ago
JSON representation
Opcode repository for FFXIV.
- Host: GitHub
- URL: https://github.com/karashiiro/ffxivopcodes
- Owner: karashiiro
- License: mit
- Created: 2020-03-21T07:45:51.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-25T09:10:53.000Z (about 1 year ago)
- Last Synced: 2025-03-28T12:08:59.267Z (about 1 year ago)
- Topics: ffxiv, opcodes
- Language: C#
- Homepage:
- Size: 939 KB
- Stars: 137
- Watchers: 6
- Forks: 37
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FFXIVOpcodes
Opcode/constant repository for FFXIV. Builds JSON stores of opcodes from enums.
The current opcodes file and constants file can be retrieved either from the GitHub CDN directly, or (for China) through jsDelivr ([opcodes](https://cdn.jsdelivr.net/gh/karashiiro/FFXIVOpcodes@latest/opcodes.min.json) [constants](https://cdn.jsdelivr.net/gh/karashiiro/FFXIVOpcodes@latest/constants.min.json)).
## Version convention
By default, we follow the game versions (4.1, 5.57, etc.), but for hotfixes we increment the game version by 0.001.
For example, a hotfix on 5.57 would change our version to 5.571, and another would change it to 5.572.