Skip to content

How to contribute opcodes

Paissa Heavy Industries edited this page Apr 25, 2023 · 1 revision

To contribute opcodes, please check out the blueprint xml file over at:

https://github.com/paissaheavyindustries/Resources/blob/main/Blueprint/blueprint.xml

The file structure is pretty straightforward. The blueprint basically defines necessary opcodes for all possible game regions; Global, China, and Korea. Game version is also included, so Lemegeton can display a clear warning message for users when the opcode version doesn't match with the game version after a game update or when users have selected the wrong region.

If you have any opcodes you know, you can contribute them in one of two ways:

  • Do a pull request on GitHub: this will allow me to easily merge your updates into the master blueprint file
  • If you don't have a GitHub account or don't want to submit a pull request, you can also just mention the new opcodes on Discord (https://discord.gg/6f9MY55)
  • You can also DM the updates directly to Locrian Mode#2318 on Discord

You certainly don't need to know all of the opcodes to contribute - if there is an opcode you don't know, just leave it as 0. Features related to that specific opcode will just be disabled until the new opcode is found. If the game version changed, please reflect that too in your update!

Thank you for your contribution!

Clone this wiki locally