Library to manipulate files used by OTS and OTClient. Written in TypeScript.
Base for OT Item Editor and Map Editor.
How to run example (item image generator)?
-
Google 'install nodejs' and follow instruction for installation with system integration.
It will install
node
andnpm
in your system. -
Open folder with OpenTibiaLibrary in terminal (cmd).
-
Type:
npm install
-
Type:
npm run-script build
-
After build there will appear folder
js
. -
Open
itemImageGenerator.html
in webbrowser (tested on Chrome). Done.