OTMapGen
OTMapGen copied to clipboard
Uses random noise to generate realistic OTBM terrain with auto-bordering.
trafficstars
Try it!
An online version of this application can be found on http://inconcessus.github.io.
OTMapGen
Simple prototype for a simplex noise seeded OpenTibia map generator. This generator uses 2D simplex noise to create releastic terrain. Automatic bordering and nature detailing is included.
Dependencies
- NodeJS have to be installed in your machine for development mode. Install it using NVM
Usage
-
Run
git clone https://github.com/Inconcessus/OTMapGen.gitto clone the repository. -
Go to
OTMapGen/and runnpm install -
Run
npm run watchto watch code changes, or simply runnode index.jsto generate the OTBM file. -
Then look for the output:
map.otbm.
- It is option to modify the noise seed and change some generation parameters inside generation script.
Version
Version 1.5.5. This is a work in progress.