• 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!

Search results

  1. Forby

    OTMapGen

    The past days I have been working on OTMapGen: a NodeJS library that uses random noise to generate realistic looking terrain for Open Tibia. Who wants to do mapping when you can generate maps? All maps are very simple terrain but provide a good starting point to improve on. Output maps are fully...
  2. Forby

    A generic framework for programmatic modification of OTBM files

    The otbm2json library written for NodeJS can assist with the programmatic modification of OTBM map files. This can be very useful in when you want to make a logical change to your map data. OTBM files are parsed to an intermediary JSON structure that is easily modified using a script. This...
  3. Forby

    A comphrensive description of the OTBM format

    OTBM Format Structure For lack of better documentation I have written the following guide after my experience parsing the .OTBM file structure. I have written a script using NodeJS that converts the OTBM format to the human-readable JSON. https://github.com/Inconcessus/OTBM2JSON.git Using...
Back
Top