• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

OT Monster Maker JS

MagicWall

Veteran OT User
Joined
Oct 12, 2008
Messages
124
Solutions
6
Reaction score
344
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:
  • 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).
Link:

Sources:

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).
Known issues:
  • UI is not full prepare to mobile devices.
  • This version may not 100% work properly (parsing, generating).
In fact rewriting is not very exciting, but maybe I will want back to this project and add some interesting features.
 
I can't seem to load a monster file ;o This is what happens

nFaPXs6.png
 
Back
Top