rbvto / OTMapGen

Uses random noise to generate realistic OTBM terrain with auto-bordering.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OTMapGen

Simple prototype for a simplex noise seeded OpenTibia map generator. This generator uses 2D simplex noise to create releastic terrain. Automatic bordering is included.

Online Version

For a demo see: https://inconcessus.github.io

Dependencies

Usage

Clone this & the OTBM2JSON library from GitHub. It is option to modify the noise seed and change some generation parameters inside generation script. Then call the OTMapGen.js and look for the created output: map.otbm.

$ git clone https://github.com/Inconcessus/OTMapGen.git
$ git clone https://github.com/Inconcessus/OTBM2JSON.git
$ node OTMapGen.js 

Version

Version 0.1.0. This is a work in progress.

About

Uses random noise to generate realistic OTBM terrain with auto-bordering.

License:MIT License


Languages

Language:JavaScript 100.0%