RPG-Maker-LDB-Printer/README.md

31 lines
4.7 KiB
Markdown
Raw Normal View History

2022-05-24 21:21:11 +02:00
# RPG Maker LDB Printer
2023-11-19 07:09:17 +01:00
[![GitHub repo forks](https://img.shields.io/github/forks/MichaelHinrichs/RPG-Maker-LDB-Printer?style=flat&logo=github&logoColor=whitesmoke&label=Forks)](https://github.com/MichaelHinrichs/RPG-Maker-LDB-Printer/network) 
[![GitHub repo stars](https://img.shields.io/github/stars/MichaelHinrichs/RPG-Maker-LDB-Printer?style=flat&logo=github&logoColor=whitesmoke&label=Stars)](https://github.com/MichaelHinrichs/RPG-Maker-LDB-Printer/stargazers) 
[![GitHub repo contributors](https://img.shields.io/github/contributors-anon/MichaelHinrichs/RPG-Maker-LDB-Printer?style=flat&logo=github&logoColor=whitesmoke&label=Contributors)](https://github.com/MichaelHinrichs/RPG-Maker-LDB-Printer/graphs/contributors)
[![GitHub org sponsors](https://img.shields.io/github/sponsors/MichaelHinrichs?style=flat&logo=github&logoColor=whitesmoke&label=Sponsors)](https://github.com/sponsors/MichaelHinrichs) 
[![GitHub repo watchers](https://img.shields.io/github/watchers/MichaelHinrichs/RPG-Maker-LDB-Printer?style=flat&logo=github&logoColor=whitesmoke&label=Watchers)](https://github.com/MichaelHinrichs/RPG-Maker-LDB-Printer/watchers) 
[![GitHub repo size](https://img.shields.io/github/repo-size/MichaelHinrichs/RPG-Maker-LDB-Printer?style=flat&logo=github&logoColor=whitesmoke&label=Repo%20Size)](https://github.com/MichaelHinrichs/RPG-Maker-LDB-Printer/archive/refs/heads/main.zip)
[![GitHub repo Issues](https://img.shields.io/github/issues/MichaelHinrichs/RPG-Maker-LDB-Printer?style=flat&logo=github&logoColor=red&label=Issues)](https://github.com/MichaelHinrichs/RPG-Maker-LDB-Printer/issues) 
[![GitHub repo Good Issues for newbies](https://img.shields.io/github/issues/MichaelHinrichs/RPG-Maker-LDB-Printer/good%20first%20issue?style=flat&logo=github&logoColor=green&label=Good%20First%20issues)](https://github.com/MichaelHinrichs/RPG-Maker-LDB-Printer/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22) 
[![GitHub Help Wanted issues](https://img.shields.io/github/issues/MichaelHinrichs/RPG-Maker-LDB-Printer/help%20wanted?style=flat&logo=github&logoColor=b545d1&label=%22Help%20Wanted%22%20issues)](https://github.com/MichaelHinrichs/RPG-Maker-LDB-Printer/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22)
[![GitHub repo PRs](https://img.shields.io/github/issues-pr/MichaelHinrichs/RPG-Maker-LDB-Printer?style=flat&logo=github&logoColor=orange&label=PRs)](https://github.com/MichaelHinrichs/RPG-Maker-LDB-Printer/pulls) 
[![GitHub repo Merged PRs](https://img.shields.io/github/issues-search/MichaelHinrichs/RPG-Maker-LDB-Printer?style=flat&logo=github&logoColor=green&label=Merged%20PRs&query=is%3Amerged)](https://github.com/MichaelHinrichs/RPG-Maker-LDB-Printer/pulls?q=is%3Apr+is%3Amerged) 
[![GitHub Help Wanted PRs](https://img.shields.io/github/issues-pr/MichaelHinrichs/RPG-Maker-LDB-Printer/help%20wanted?style=flat&logo=github&logoColor=b545d1&label=%22Help%20Wanted%22%20PRs)](https://github.com/MichaelHinrichs/RPG-Maker-LDB-Printer/pulls?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22)
![Code Climate maintainability](https://img.shields.io/codeclimate/maintainability/MichaelHinrichs/RPG-Maker-LDB-Printer)
![Code Climate maintainability](https://img.shields.io/codeclimate/maintainability-percentage/MichaelHinrichs/RPG-Maker-LDB-Printer)
![GitHub language count](https://img.shields.io/github/languages/count/MichaelHinrichs/RPG-Maker-LDB-Printer)
![Code Climate issues](https://img.shields.io/codeclimate/issues/MichaelHinrichs/RPG-Maker-LDB-Printer)
![Code Climate technical debt](https://img.shields.io/codeclimate/tech-debt/MichaelHinrichs/RPG-Maker-LDB-Printer)
![CodeFactor Grade](https://img.shields.io/codefactor/grade/github/MichaelHinrichs/RPG-Maker-LDB-Printer)
2023-11-19 07:19:41 +01:00
![GitHub search hit counter](https://img.shields.io/github/search/MichaelHinrichs/RPG-Maker-LDB-Printer/LDB)
![GitHub search hit counter](https://img.shields.io/github/search/MichaelHinrichs/RPG-Maker-LDB-Printer/RPG%20Maker%202000)
![GitHub search hit counter](https://img.shields.io/github/search/MichaelHinrichs/RPG-Maker-LDB-Printer/RPG%20Maker%202003)
2023-11-19 07:09:17 +01:00
![GitHub language count](https://img.shields.io/github/languages/top/MichaelHinrichs/RPG-Maker-LDB-Printer)
![Scrutinizer code quality (GitHub/Bitbucket)](https://img.shields.io/scrutinizer/quality/g/MichaelHinrichs/RPG-Maker-LDB-Printer/main)
2022-05-24 21:21:11 +02:00
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.
2023-11-19 07:09:17 +01:00
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#.