• 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

    [OtLand Official Mapping Competition] - November Voting Thread

    I voted for 6 because sometimes less is more..
  2. Forby

    Another OT Item editor (otb, dat, spr) in TypeScript

    Good luck! A long time ago I started on a browser map editor but loading the sprite resources took too long so I gave it up. Like you said, it's better to have the files locally and load them in to the application, but you might as well go native in something like C++ then. Maybe there is...
  3. Forby

    CIPsoft and otland maps

    I think the hardest part is to create a coherent world. It's easy to make a couple of nice looking screenshots. But putting them together to form one coherent piece is more difficult. Other than that I will have to agree that the quality of some maps, especially hunting grounds, cater more to...
  4. Forby

    Mackan's Mappings

    Nice chocolate fountain! This forge needs some water or oil for quenching the metal in. Source: blacksmith IRL.
  5. Forby

    PyOT2 (private project, open to trade code/release project for contributions 1:1)

    Nice work! Even as just a learning project this is meaningful. But I sincerely hope you can bring it further than that.
  6. Forby

    Mapper vs Mapper

    Well organize one then :-) @up Macedoon. Mackan vs. MmB?
  7. Forby

    otb2json

    Nice work! I tried reading .otb to your JSON structure and it works. Just two minor suggestions: Trim the NULL values in the CSDVersion field For all the flags, use full expressions (e.g. alwaysOnTop instead of aOT) and perhaps omit everything that is false (this will reduce the file size by a...
  8. Forby

    OTMapGen

    This is a feature :rolleyes: Try the default settings on the web application. @Samuro I still need to add config for clutter. Will add it sometime when I have spare time to waste.
  9. Forby

    OTMapGen

    @Zell, will do eventually. @GOD Half - not sure how to generate "real" caves in a good way but I will think about it.
  10. Forby

    OTMapGen

    @Zell @Wirless Ok, added a version filter that removes items not supported by the client version. Wanna give it a test for me? I'm sure there are ways to get paths to cut through mountains but I don't know what parameter settings you will need.. it's all based on randomness.
  11. Forby

    OTMapGen

    @Zell, I've updated the online editor (Open Tibia Map Generator 1.0.0) for 7.6, 8.10, 8.40, and 8.60. Can you try to export a small (64x64) map and see if it loads in RME? There will still be invalid IDs for now, but the 7.6 header should be valid. I recommend to use Chrome/Safari because...
  12. Forby

    OTMapGen

    Actually for 7.6 it seems like only the map header version is changed from 2 -> 0. If you want to contribute and pass me a list of IDs (6216 to 6219 or more) that don't exist in 7.6 I can create an option to skip these and directly make 7.6 maps from the generator.
  13. Forby

    OTMapGen

    Actually I haven't tried generating 7.6 maps but seems like Peonso has it figured out already. Meanwhile I updated Open Tibia Map Generator 1.0.0 with a spiffy new mini-map viewer.
  14. Forby

    The white city

    Aha, crowd sourced back-ups.. I'm guilty of this too. Hope you get your maps back.
  15. Forby

    OTMapGen

    Last one: line 636
  16. Forby

    OTMapGen

    Weird.. can you modify the script so it saves in an absolute path?
  17. Forby

    OTMapGen

    Ok, did you check C:\Program Files\nodejs? It adds the file to the current working directory, and if you're directly executing using Node I'm not sure where this is.
  18. Forby

    OTMapGen

    Should be in the same folder. What output do you get?
  19. Forby

    OTMapGen

    Currently working on porting this thing to the browser so it is accessible for everyone. I recommend generating minimaps before downloading the OTBM, because we are taking a pretty big performance hit doing this in your browser. Open Tibia Map Generator 1.0.0
  20. Forby

    OTMapGen

    Wasn't trying to be a jerk but you can't expect me to start merging code that people mail to me.
Back
Top