https://github.com/michaelhinrichs/rpg-maker-ldb-printer
Made for the purpose of researching the RPG Maker LDB file type.
https://github.com/michaelhinrichs/rpg-maker-ldb-printer
ldb rm2000 rm2003 rm2k rm2k3 rpgmaker rpgmaker2000 rpgmaker2003
Last synced: 4 days ago
JSON representation
Made for the purpose of researching the RPG Maker LDB file type.
- Host: GitHub
- URL: https://github.com/michaelhinrichs/rpg-maker-ldb-printer
- Owner: MichaelHinrichs
- Created: 2022-05-24T19:53:35.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-27T21:24:44.000Z (almost 2 years ago)
- Last Synced: 2025-02-25T06:22:43.027Z (over 1 year ago)
- Topics: ldb, rm2000, rm2003, rm2k, rm2k3, rpgmaker, rpgmaker2000, rpgmaker2003
- Language: C#
- Homepage: https://rpg-maker-ldb-printer.vercel.app
- Size: 157 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RPG Maker LDB Printer
[](https://github.com/MichaelHinrichs/RPG-Maker-LDB-Printer/network)
[](https://github.com/MichaelHinrichs/RPG-Maker-LDB-Printer/stargazers)
[](https://github.com/MichaelHinrichs/RPG-Maker-LDB-Printer/graphs/contributors)
[](https://github.com/sponsors/MichaelHinrichs)
[](https://github.com/MichaelHinrichs/RPG-Maker-LDB-Printer/watchers)
[](https://github.com/MichaelHinrichs/RPG-Maker-LDB-Printer/archive/refs/heads/main.zip)
[](https://github.com/MichaelHinrichs/RPG-Maker-LDB-Printer/issues)
[](https://github.com/MichaelHinrichs/RPG-Maker-LDB-Printer/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22)
[](https://github.com/MichaelHinrichs/RPG-Maker-LDB-Printer/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22)
[](https://github.com/MichaelHinrichs/RPG-Maker-LDB-Printer/pulls)
[](https://github.com/MichaelHinrichs/RPG-Maker-LDB-Printer/pulls?q=is%3Apr+is%3Amerged)
[](https://github.com/MichaelHinrichs/RPG-Maker-LDB-Printer/pulls?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22)











[](https://www.bestpractices.dev/projects/8093)
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#.


