• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. Forby

    OTMapGen

    Ok that makes sense since that version is deprecated and missing the Buffer.alloc() function. Is it possible to update to a more recent version (e.g. v8.11.1)? Node.js
  2. Forby

    OTMapGen

    @elkingahmed Can you do node -v to get the version of Node?
  3. Forby

    OTMapGen

    Added option to enable coastline smoothing that get rids of impossible borders:
  4. Forby

    OTMapGen

    I have only tried it on 10.98 but don't see why it wouldn't work with lower versions.
  5. Forby

    OTMapGen

    Fixed some bugs with auto-bordering and added code for generation of: grass flowers blueberries! water lillies and plants close to the shore small pebbles (mountains) moss (mountains)
  6. Forby

    OTMapGen

    It works on all platforms. You will need to download the source code for OTMapGen and OTBM2JSON from GitHub using Git or do it manually. Then you need NodeJS to run OTMapGen.js and it will create an outfile map.otbm.
  7. 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...
  8. Forby

    A generic framework for programmatic modification of OTBM files

    I have started working on an OTBM generator on top of this library: Inconcessus/OTMapGen. You throw some parameters in there and it creates a nice bordered map to start with.
  9. Forby

    A generic framework for programmatic modification of OTBM files

    This wouldn't just work out of bxo. This framework takes care of changing the OTBM, and that can be done dynamically. But you would have to be able to continuously read the map file while the server is running. I don't think that is something a lot of servers do. They read the map once and keep...
  10. Forby

    Linux Can't start server

    Really cannot guess what you are trying to install. It seems pretty functional you're seeing 403 - Forbidden considering that you don't want anyone from the outside installing whatever this is on your server. Maybe you need to authenticate yourself somehow?
  11. Forby

    Linux Can't start server

    Seems like you are running Ubuntu and you are starting a Windows compatible executable (.exe). Try following the installation instructions for Linux operating systems.
  12. 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...
  13. 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...
  14. Forby

    World of Therran - Official Discussion Thread

    Time is a flat circle :rolleyes:
  15. Forby

    Animera | Mapping thread

    Looks great man, well done.
  16. Forby

    The Unknown | Mapping Thread

    Looks nice. It reminds me of some servers I had fun playing years ago. Good luck!
  17. Forby

    THE LOST LANDS (TLL)

    It would not really matter what you have unless it is MMB chained in a basement somewhere.
  18. Forby

    THE LOST LANDS (TLL)

    Ping user "Me Again", he can tell you.
  19. Forby

    Unity3D client?

    Do you have some documentation on how to interpret the binary tibia.spr and tibia.dat formats? Thanks. Nice work by the way!
  20. Forby

    Using blender to create sprites...

    I used Blender for creating spell effects but it has potential for sprites too.. never managed to get the transformation quite right.. It looks pretty good but requires some touch ups here and there from a pixel artist. This technique has potential as a "base" sprite that can be refined to...
Back
Top