Dev Console
Recreate the console used by the developer
CHANGELOG
1.2.1
Update README.md
1.2.0
Added supports for executing command with arbitrary amount of parameters (used by scripts)
1.1.1
Fix CHANGELOG.md
1.1.0
- Added a new command Help [Write a command description, usage: help {commandName}], alternative to Man but is available for all command.
- Fixed (ChangeSides, FinalNode, SkipToTFB, NextNode, PreviousNode, ResetNode) command where it would always says "Command action not available at this time".
- Fixed CharacterData.json name translating a translated English text (now it will translate to respective language properly).
- Fixed StoryEventData not extracted by ExtractGameData command (it previously extracted EndlessMutatorData twice), note that StoryEventData doesn't have a translated name.
- Fixed ExtractCommandList not adding new line after a command with empty description.
- Changed ExtractCommandList manual BBCode tags removing to uses a RegEx instead (now it won't show tags like
<i>or<b>on the command description).
1.0.0
Initial Release