-
Notifications
You must be signed in to change notification settings - Fork 8
Create new ltk_inibin library for parsing and building #119
Copy link
Copy link
Open
Labels
area:apiPublic API designPublic API designarea:readingFile/format reading/parsingFile/format reading/parsingarea:writingFile/format writing/exportFile/format writing/exportgood first issueGood for newcomersGood for newcomersneeds-researchRequires reverse engineering/researchRequires reverse engineering/researchpriority:highHigh priorityHigh priority
Metadata
Metadata
Labels
area:apiPublic API designPublic API designarea:readingFile/format reading/parsingFile/format reading/parsingarea:writingFile/format writing/exportFile/format writing/exportgood first issueGood for newcomersGood for newcomersneeds-researchRequires reverse engineering/researchRequires reverse engineering/researchpriority:highHigh priorityHigh priority
Type
Fields
Give feedbackNo fields configured for Task.
Projects
Status
No status
This library should handle parsing and building of inibin files.
The .troybin format can be handled by the same exact code as the file formats are identical.
We can use the C# reference implementation on how to do the low level representation. The backend struct should hold all of the value sets in the file in a bucket representation and the public API should allow users to fetch values from the buckets by key or allow them to insert/remove/edit existing ones.