mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-19 10:31:24 +01:00
Inital page creation with skeletion
parent
e6c6900a6a
commit
9127e78832
1 changed files with 110 additions and 0 deletions
110
Tools.md
Normal file
110
Tools.md
Normal file
|
|
@ -0,0 +1,110 @@
|
||||||
|
_Last updated for version v 0.8.*_
|
||||||
|
|
||||||
|
# Configure
|
||||||
|
|
||||||
|
## Heightmap
|
||||||
|
|
||||||
|
Click to open Heightmap customization menu
|
||||||
|
|
||||||
|
`editHeightmap()`
|
||||||
|
|
||||||
|
## Biomes
|
||||||
|
|
||||||
|
Click to open Biomes Editor
|
||||||
|
|
||||||
|
`editBiomes()`
|
||||||
|
|
||||||
|
## States
|
||||||
|
|
||||||
|
Click to open States Editor
|
||||||
|
|
||||||
|
`editStates()`
|
||||||
|
|
||||||
|
## Cultures
|
||||||
|
|
||||||
|
Click to open Cultures Editor
|
||||||
|
|
||||||
|
`editCultures()`
|
||||||
|
|
||||||
|
## Namesbase
|
||||||
|
|
||||||
|
Click to open Namesbase Editor
|
||||||
|
|
||||||
|
`editNamesbase()`
|
||||||
|
|
||||||
|
## Burgs
|
||||||
|
|
||||||
|
Click to open Burgs Editor
|
||||||
|
|
||||||
|
`editBurgs()`
|
||||||
|
|
||||||
|
## Units
|
||||||
|
|
||||||
|
Click to open Units Editor
|
||||||
|
|
||||||
|
|
||||||
|
`editUnits()`
|
||||||
|
|
||||||
|
# Regenerate
|
||||||
|
|
||||||
|
## State labels
|
||||||
|
|
||||||
|
Click to update state labels placement based on current borders
|
||||||
|
|
||||||
|
`BurgsAndStates.drawStateLabels()`
|
||||||
|
|
||||||
|
## Relief icons
|
||||||
|
|
||||||
|
Click to regenerate all relief icons based on current cell biome and elevation
|
||||||
|
|
||||||
|
`ReliefIcons()`
|
||||||
|
|
||||||
|
## Routes
|
||||||
|
|
||||||
|
Click to regenerate all routes
|
||||||
|
|
||||||
|
`Routes.regenerate()`
|
||||||
|
|
||||||
|
## Rivers
|
||||||
|
|
||||||
|
Click to regenerate all rivers
|
||||||
|
|
||||||
|
`Rivers.generate()`
|
||||||
|
|
||||||
|
## Population
|
||||||
|
|
||||||
|
Click to recalculate rural and urban population
|
||||||
|
|
||||||
|
`recalculatePopulation();`
|
||||||
|
|
||||||
|
# Add
|
||||||
|
|
||||||
|
## Burg
|
||||||
|
|
||||||
|
Click on map to place a burg. Hold Shift to add multiple
|
||||||
|
|
||||||
|
`toggleAddBurg()`
|
||||||
|
|
||||||
|
## Label
|
||||||
|
|
||||||
|
Click on map to place label. Hold Shift to add multiple
|
||||||
|
|
||||||
|
`toggleAddLabel()`
|
||||||
|
|
||||||
|
## River
|
||||||
|
|
||||||
|
Click on map to place a river. Hold Shift to add multiple
|
||||||
|
|
||||||
|
`toggleAddRiver()`
|
||||||
|
|
||||||
|
## Route
|
||||||
|
|
||||||
|
Click on map to place a route
|
||||||
|
|
||||||
|
`toggleAddRoute()`
|
||||||
|
|
||||||
|
## Marker
|
||||||
|
|
||||||
|
Click on map to place a marker. Hold Shift to add multiple
|
||||||
|
|
||||||
|
`toggleAddMarker()`
|
||||||
Loading…
Add table
Add a link
Reference in a new issue