diff --git a/Q&A.md b/Q&A.md index b8a3269..977ca7c 100644 --- a/Q&A.md +++ b/Q&A.md @@ -1,7 +1,7 @@ Here I want to answer the most common questions _Fantasy Map Generator_ (FMG) users may have. Please feel free to raise a new [issue](https://github.com/Azgaar/Fantasy-Map-Generator/issues) in order to request additional answers. ### I have issues with the Generator, what should I do? -First, please try to reproduce the issue on your own. If it's reproducible, please log [an issue](https://github.com/Azgaar/Fantasy-Map-Generator/issues). A lot of issues are caused by browsers, please also try to use incognito mode and/or another browser. I recommend Chrome as the fastest browser in terms of svg rendering. +Please try to reproduce the issue on your own. If it's reproducible, please log [an issue](https://github.com/Azgaar/Fantasy-Map-Generator/issues). A lot of issues are caused by browsers, please also try to use incognito mode and/or another browser. I recommend Chrome as the fastest browser in terms of svg rendering. ### The map performance is poor, how can I improve it? The performance mainly depends on the number of visible elements and visible map area. The optimization strategies are: @@ -23,7 +23,7 @@ Sure, there are a number of available options: * Save as .map: file can be directly loaded to the Generator. * Save as .svg: save a full map as a scalable vector image. You can open the file in a browser or edit it using a vector graphics editor. * Save as .png: save the currently displayed map fragment as a raster image. You can edit the file in any raster graphics editor. -* Save map tiles as .zip: split map on .png chunks and save them all as a single .zip file. it allows to save giant raster images once chunks are combined +* Save map tiles as .zip: split map on .png chunks and save them all as a single .zip file. it allows to save giant raster images once chunks are combined. * Save as .json: save the map data to be used in GIS software. * Save to storage: save map data to the browser's default storage location. You should then be able to reload the map. This method is valid but, bear in mind, saving in the .map format is safer since browser storage can be accidentally cleared. @@ -39,10 +39,10 @@ The Generator is a web-based tool, but it can be run offline if downloaded from ### Is there a desktop version? Modern technologies allow any web-application to be turned into a desktop application using [Electron](https://github.com/electron/electron). To get a desktop application download an archive for your architecture, unzip and run the executable file. Electron version requires internet connection and basically just runs the site in a separate Chromium browser (the version is getting auto-updated). -* [Windows x64](https://github.com/Azgaar/Fantasy-Map-Generator/releases/download/v1.3/FMG-win32-x64.zip) -* [Windows ia32](https://github.com/Azgaar/Fantasy-Map-Generator/releases/download/v1.3/FMG-win32-ia32.zip) -* [Linux](https://github.com/Azgaar/Fantasy-Map-Generator/releases/download/v1.3/FMG-linux-x64.zip) -* [MacOS](https://github.com/Azgaar/Fantasy-Map-Generator/releases/download/v1.3/FMG-macos-x64.dmg) +[Windows x64](https://github.com/Azgaar/Fantasy-Map-Generator/releases/download/v1.3/FMG-win32-x64.zip) +| [Windows ia32](https://github.com/Azgaar/Fantasy-Map-Generator/releases/download/v1.3/FMG-win32-ia32.zip) +| [Linux](https://github.com/Azgaar/Fantasy-Map-Generator/releases/download/v1.3/FMG-linux-x64.zip) +| [MacOS](https://github.com/Azgaar/Fantasy-Map-Generator/releases/download/v1.3/FMG-macos-x64.dmg) To update the version just clean up the cache (Alt - Window - Clean stored data). For some users desktop application can be a bit faster than web application. But I would not expect any significant performance increase as it is just an Electron application, basically a web page opened in Chromium browser. @@ -79,4 +79,4 @@ Yes, you can support the project on [Patreon](https://www.patreon.com/azgaar). I Yes, we have a dedicated [Discord server](https://discordapp.com/invite/X7E84HU) and [Reddit community](https://www.reddit.com/r/FantasyMapGenerator/). Both have active and supporting community. ### How can I contact you directly? -Please PM me on Discord or [send me an email](mailto:azgaar.fmg@yandex.com) \ No newline at end of file +Please PM me on Discord or [send me an email](mailto:azgaar.fmg@yandex.com). \ No newline at end of file