Can I get a full list of all terrain types you use in the JSON ? I want to map them so that if they change or any are added its not a nightmare for my map viewer program.
I've got a workable interface down and have finally got the road/searoute/river masks complete so the data conversion stuff is almost all done. I hope to get the fog layer and movement down next.
Great ! Threw me for a loop when the default came up with tilted hexes (also had to hunt down my preset display settings I use- although the map viewer is agnostic as far as that goes).
Can we get a list of all the possible terrain types (what you use to populate Terrain="") field in the JSON ? I want to make an enum something similiar in case of future changes/additions ?
And now that you have water defined, maybe you can have water features (Bays, Seas etc) ? Haven't seen any generated yet so maybe they are there. Maybe even multiple of the map is large enough (e.g. a Bay off the coast that is in a Sea etc etc).
My travails with getting the UI to behave continue apace....
← Return to generator
Comments
Log in with itch.io to leave a comment.
Can I get a full list of all terrain types you use in the JSON ? I want to map them so that if they change or any are added its not a nightmare for my map viewer program.
I've got a workable interface down and have finally got the road/searoute/river masks complete so the data conversion stuff is almost all done. I hope to get the fog layer and movement down next.
https://itch.io/post/13346690:
> Possible values of the "terrain" field are: water, rocks, forest-light, forest-dark, forest-dead, desert, swamp, mountain.
thank you ! Wanted to be sure :D
how made this map?
Great ! Threw me for a loop when the default came up with tilted hexes (also had to hunt down my preset display settings I use- although the map viewer is agnostic as far as that goes).
Can we get a list of all the possible terrain types (what you use to populate Terrain="") field in the JSON ? I want to make an enum something similiar in case of future changes/additions ?
And now that you have water defined, maybe you can have water features (Bays, Seas etc) ? Haven't seen any generated yet so maybe they are there. Maybe even multiple of the map is large enough (e.g. a Bay off the coast that is in a Sea etc etc).
My travails with getting the UI to behave continue apace....
Excellent Work !