Made for the purpose of researching the RPG Maker LDB file type.
Go to file
Michael Hinrichs 8025816c50 Initial commit 2022-05-24 14:21:11 -05:00
.gitattributes Initial commit 2022-05-24 14:21:11 -05:00
.gitignore Initial commit 2022-05-24 14:21:11 -05:00
Program.cs Initial commit 2022-05-24 14:21:11 -05: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#.