MagicWall
Veteran OT User
- Joined
- Oct 12, 2008
- Messages
- 121
- Solutions
- 6
- Reaction score
- 342
Hello, long time ago I prepared Monster Maker Tool for OTClient, now I'm has rewrite it to JS + React.
Some users have write (rightly) that is that bit useless as module for OTClient, so when I wanted to improved my Rect skills, decided to rewrite that module to JavaScript app.
JS app benefits:
egzot.github.io
Sources:
github.com
Features:
Some users have write (rightly) that is that bit useless as module for OTClient, so when I wanted to improved my Rect skills, decided to rewrite that module to JavaScript app.
JS app benefits:
- No need install.
- Possibility to run on various devices (PC/Smartphone/TV (smart TV web browser) and other), systems (Windows/Android/iOS/MacOS/Linux), architectures (x86/ARM).
- Popular run environment (web browser with ES6).
- No problem with hosting app (github pages).
- Popular programming language JavaScript.
- Open source.
- Easy rewrite to desktop app (Electron) and mobile (React Native).
OT Monster Maker

Sources:
GitHub - EgzoT/otmonstermaker: Open source monster maker prepared for TFS
Open source monster maker prepared for TFS. Contribute to EgzoT/otmonstermaker development by creating an account on GitHub.
Features:
- Save file to .xml.
- Load from .xml file (parse).
- Automatic backup states in web browser local storage (prevent lost work progress).
- Live look at work progress (xml preview in IO tab).
- UI is not full prepare to mobile devices.
- This version may not 100% work properly (parsing, generating).