Updated Q&A (markdown)

Azgaar 2021-10-09 14:06:30 +03:00
parent da93b4cd78
commit cd863ceba4

6
Q&A.md

@ -10,7 +10,7 @@ The performance mainly depends on the number of visible elements and visible map
* When generating maps, set _Points number_ to 10K. Points (cells) number highly affects performance.
* Toggle off map and element filters.
* Close all irrelevant browser tabs and applications.
* Use a leading edge browser (fresh version on Chrome, Firefox or even Edge).
* Use a leading edge browser (fresh version on Chrome, Edge or Opera).
### Who owns the maps created?
You. The Generator is licensed under [MIT license](https://github.com/Azgaar/Fantasy-Map-Generator/blob/master/LICENSE) and derivative works such as maps are free of charge. You can sell them or make them available for free.
@ -34,7 +34,7 @@ Open the generator, click on _Load_ and select a .map file. Or just drag and dro
Yes, you can do it using any text editor. However, if you break the formatting the file won't be loading. The common error is that most text editors automatically split embedded svg into separate lines.
### Can I use the Generator offline?
The Generator is a web-based tool, but it can be run offline if downloaded from the [Releases](https://github.com/Azgaar/Fantasy-Map-Generator/releases) page. Select the latest available version and click on _Source code (zip)_. Then, unzip the downloaded archive and open the _index.html_ file in browser. I recommend using Google Chrome or Firefox. Please note that some functions, like additional Fonts, are not available offline. You can also download a desktop application (see below).
The Generator is a web-based tool, but it can be run offline if downloaded from the [Releases](https://github.com/Azgaar/Fantasy-Map-Generator/releases) page. Select the latest available version and click on _Source code (zip)_. Then, unzip the downloaded archive and open the _index.html_ file in browser. I recommend using Google Chrome and other Chromium browsers. Please note that some functions, like additional Fonts, are not available offline. You can also download a desktop application (see below).
### 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).
@ -47,7 +47,7 @@ Modern technologies allow any web-application to be turned into a desktop applic
To update the version just clean up the cache (<key>Alt</key> - 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.
### Which browsers are supported?
The Generator should work in any modern browser, but it is developed using the latest version of the Google Chrome. I also try to support the latest Mozilla Firefox version. Edge 79 and later will also work. Outdated browsers like Internet Explorer are not supported.
The Generator should work in any modern browser, but it is developed using the latest version of the Google Chrome. I also try to support the latest Mozilla Firefox version. Edge 79 and later will also work. Latest Opera and Yandex Browser should work as well. Outdated browsers like Internet Explorer are not supported.
### Can I use the Generator on mobile?
You can, but I doubt you will enjoy it. The Generator GUI is not suitable for mobile devices and performance is subpar. In general, I would say mobile devices are not supported.