mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 17:51:24 +01:00
Destroyed Tools (markdown)
parent
9cf19ab494
commit
8c7dedc163
1 changed files with 0 additions and 110 deletions
110
Tools.md
110
Tools.md
|
|
@ -1,110 +0,0 @@
|
||||||
_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