Made for the purpose of researching the RPG Maker LDB file type.
Go to file
Michael Hinrichs c003da0ca1 Replace "for" loops with "while" loops
I can't believe i didn't know what "while" loops were when i wrote this! I actually tried using "for" loops like that!
2023-10-29 00:33:59 -04:00
.gitattributes Initial commit 2022-05-24 14:21:11 -05:00
.gitignore Initial commit 2022-05-24 14:21:11 -05:00
DataTypes.cs Spit up into more files 2023-10-29 00:25:18 -04:00
Formating.cs Spit up into more files 2023-10-29 00:25:18 -04:00
GetEvent.cs Spit up into more files 2023-10-29 00:25:18 -04:00
Program.cs Replace "for" loops with "while" loops 2023-10-29 00:33:59 -04:00
README.md Initial commit 2022-05-24 14:21:11 -05:00
RPG Maker LDB Printer.csproj Initial commit 2022-05-24 14:21:11 -05:00
RPG Maker LDB Printer.sln Initial commit 2022-05-24 14:21:11 -05:00

README.md

RPG Maker LDB Printer

Print hex Data from a Lcf Data Base into a text file, seperated into indented lines. More readable than a hex editor.

Just drag the LDB file you want to print onto the RPG Maker LDB Printer exe, and it will output a readable text file of the same name. Open it with a text editor that can close braces, like Notepad++, and set the language to somthing that uses them, like Javascript, C++, or C#.