Made for the purpose of researching the RPG Maker LDB file type.
Go to file
semgrep.dev on behalf of @MichaelHinrichs b6a43ddcd6 Add Semgrep CI 2023-12-06 01:08:48 +00:00
.github/workflows Add Semgrep CI 2023-12-06 01:08:48 +00: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 Update README.md 2023-11-19 02:19:41 -04: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

GitHub repo forks  GitHub repo stars  GitHub repo contributors GitHub org sponsors  GitHub repo watchers  GitHub repo size GitHub repo Issues  GitHub repo Good Issues for newbies  GitHub Help Wanted issues GitHub repo PRs  GitHub repo Merged PRs  GitHub Help Wanted PRs Code Climate maintainability Code Climate maintainability GitHub language count Code Climate issues Code Climate technical debt CodeFactor Grade GitHub search hit counter GitHub search hit counter GitHub search hit counter GitHub language count Scrutinizer code quality (GitHub/Bitbucket)

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#.