mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
Updated Quick Start Tutorial (markdown)
parent
904bc99524
commit
33159ad6ea
1 changed files with 2 additions and 1 deletions
|
|
@ -42,10 +42,11 @@ Some users report performance issues on map dragging and zooming. These are numb
|
||||||
* Use the top-edge browser. As for now the best performance is observed in _Chrome_. _Firefox_ is also pretty fast, but there are some minor UI issues specific to this browser. Other browsers may not be supported.
|
* Use the top-edge browser. As for now the best performance is observed in _Chrome_. _Firefox_ is also pretty fast, but there are some minor UI issues specific to this browser. Other browsers may not be supported.
|
||||||
|
|
||||||
## Saving the map
|
## Saving the map
|
||||||
If you like the current map you probably want to save it for a later use. There are 3 saving options:
|
If you like the current map you probably want to save it for a later use. There are 5 saving options:
|
||||||
* _Save as .map_. It is an internal file format that stores all the map data including your manual changes. The file can be directly into the Generator and is used to proceed with the map creation. It's highly recommend to save the map you are working on at least every 30 minutes.
|
* _Save as .map_. It is an internal file format that stores all the map data including your manual changes. The file can be directly into the Generator and is used to proceed with the map creation. It's highly recommend to save the map you are working on at least every 30 minutes.
|
||||||
* _Save as .png_. It makes a screenshot of the currently displayed map fragment. Just an image and nothing more. The png resolution can be set in the _Options_ tab. By default it is 5x of the map size. The file can be opened and edited in any image editor.
|
* _Save as .png_. It makes a screenshot of the currently displayed map fragment. Just an image and nothing more. The png resolution can be set in the _Options_ tab. By default it is 5x of the map size. The file can be opened and edited in any image editor.
|
||||||
* _Save as .svg_. It is a vector image that can be rescaled to any size without quality loss. The Generator naturally renders maps in svg and hence saving as svg is faster than saving as png. To just open and view a saved file it's recommended to use your browser, not a vector images editor. To edit the file you need special software – the most common variants are _Inkscape_ (free) and _Illustrator_ (proprietary).
|
* _Save as .svg_. It is a vector image that can be rescaled to any size without quality loss. The Generator naturally renders maps in svg and hence saving as svg is faster than saving as png. To just open and view a saved file it's recommended to use your browser, not a vector images editor. To edit the file you need special software – the most common variants are _Inkscape_ (free) and _Illustrator_ (proprietary).
|
||||||
|
* _Save as .json_. It allows to export map data in format used in GIS software.
|
||||||
* _Save to storage_. Allows to save the map to the browser storage. Then it can be loaded as a fully-functional map. Press <kbd>F6</kbd> for a quick save and <kbd>F9</kbd> for a quick load.
|
* _Save to storage_. Allows to save the map to the browser storage. Then it can be loaded as a fully-functional map. Press <kbd>F6</kbd> for a quick save and <kbd>F9</kbd> for a quick load.
|
||||||
|
|
||||||

|

|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue