-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tool suggestions #15
Comments
Dependency scanner
|
Set starting party position
Title thumbnailer
Improved LMU2PNG
LcfMapTree printer
LcfDatabase/LcfMapUnit optimizer
|
BattleTest setup
|
rpgrt-tool
|
lcfpack
|
lcfviz
|
I wrote a tool like this and I can tell you its game changer, especially when you have a lot of custom systems and need to to do refactoring. The general find references tool is great. Should also check where items given/taken, skills learned, etc.. All around "Show me all references to this type of thing". I have a lot of tools I wrote for my own use here: Feel free to steal any of my ideas or code if you like. Event DumperDump common, map, or troop event code in an easy to read format to stdout.
TreeMap dumperGiven a map name or id it's hard to know what map it actually is. For example I have a lot of maps just named "2F" or "B1". If one of my other tools tells me there is a problem in map "B1" its not very helpful. This tool just takes a map id or name and prints out the entire sub-tree that the map belongs to.
A general visitor style construct is useful (probably in liblcf). I use this one to easily "visit" parts of the game for certain tools. It handles iteration over the db and maps so you can just say something like "Call this function for all Event Commands." https://github.com/fmatthew5876/hh3-rm2k/blob/fixes-2.1/dev/hh3core/Visit.H Iterating the treemap in particular is annoying. You want to do it in the order of the treemap and not by map id. That way any reported errors come out in the same order as in the rm2k editor. Good to abstract this behind some interface so people don't have to do it again and again. |
support for more engine versions would be reely helpful. if anyone can understand ruby, pleas take a look at https://github.com/Solistra/rvpacker for reference. |
(Moved from EasyRPG/Player#1824): gbstudio game export
|
More for the "Dependency Scanner":
|
Protection utility restorer
|
Likely not a tool, but to implement into Player itself: Headless autobattle test
|
Used to track ideas for tools:
LCFUsage
LMTCrush
An alternative to using "encryption"
The text was updated successfully, but these errors were encountered: