An online version of this application can be found on http://inconcessus.github.io.
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.
- NodeJS have to be installed in your machine for development mode. Install it using NVM
-
Run
git clone https://github.com/Inconcessus/OTMapGen.git
to clone the repository. -
Go to
OTMapGen/
and runnpm install
-
Run
npm run watch
to watch code changes, or simply runnode index.js
to 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 1.5.5. This is a work in progress.