Closed r3versi closed 4 years ago
This sounds great! excited for this feature!
I hope this don't take eons. I'm very excited for rectangular map : 3
If you need inspiration, this is a tool I made a while ago for rectangular map generation: https://steemit.com/map/@beeheap/create-a-fantasy-grid-map-in-excel
Kudos for doing this in excel and thanks for sharing it! It's really close to the approach we took. Once the PR is ready I'd like to receive your feedback about it
I had a swing at the current version and map editor, here the "unsorted feedback" which I maybe should spread over several issues:
Map editor:
Map generation:
I'll see if I can update my Excel tool to help with some concepts for better map generation, but don't know when I'll have the time for that.
By the way if we want to make maps in which the left and right side wraps so that we can go around the world seamlessly we need to make some kind of cylinder in 3D perlin noise like the 3rd comment here says https://www.reddit.com/r/proceduralgeneration/comments/37azql/using_simplex_noise_for_2d_horizontal_wrapping/
There are also many interesting ways to use perlin noise, for example for tiles https://gamedev.stackexchange.com/questions/23625/how-do-you-generate-tileable-perlin-noise
@r3versi Any chance the map specs can be specified somewhere and/or can you point me to the right place where this can be found?
Hi, I created this issue to notify you I started working on implenting rectangular maps and improving map gen algorithms (with help by CPT. Klutz). The rectangular map (although it is ready) cannot be deployed yet because the mapgen algorithms don't work well in such a shape. The following is a sketched to do list; if you have requests/suggestions post them below!