Skip to content

Latest commit

 

History

History
executable file
·
21 lines (17 loc) · 603 Bytes

README.md

File metadata and controls

executable file
·
21 lines (17 loc) · 603 Bytes

Open Tibia Library

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)?

  1. Google 'install nodejs' and follow instruction for installation with system integration.

    It will install node and npm in your system.

  2. Open folder with OpenTibiaLibrary in terminal (cmd).

  3. Type:

    npm install
    
  4. Type:

    npm run-script build
    
  5. After build there will appear folder js.

  6. Open itemImageGenerator.html in webbrowser (tested on Chrome). Done.