-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Now that the Xbox plugin has a powerful-enough search function to create cheats with, it will be imperative to produce a *.txt code loader with a suitable markdown and file name scheme.
It's important that both these schemes should be suitable for end-users to understand, as well as the developers, as they'll soon be creating and sharing around these txt files and need to know where to place them.
For a file naming scheme, I propose something as simple as using the game's Title ID (in hex) and placing it at a location such as E:\devkit\dxt\CheatX\txtcodes\*.txt, for example 4D530051.txt will be a cheat file for Conker Live and Reloaded.
As for markdown, I don't have a solid proposal just yet, but I'm thinking about something similar to the 3DS's CTRPF AR codes in the sense that the first hex digit represents a certain functionality of that particular line. (e.g. 00123456 000003E7)
For code titles, something as simple as a dollar $ sign preceeding the name will suffice. And finally, comments within the txt file can be marked with a preceeding hashtag #.