mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-18 18:11:24 +01:00
Updated Q&A (markdown)
parent
1e1725c761
commit
9b75ada24a
1 changed files with 7 additions and 2 deletions
9
Q&A.md
9
Q&A.md
|
|
@ -36,9 +36,14 @@ Yes, you can do it using any text editor. However, if you break the formatting t
|
|||
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).
|
||||
|
||||
### 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](https://github.com/Azgaar/Fantasy-Map-Generator/releases) for your architecture, unzip and run the executable file.
|
||||
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 required internet connection and basically just runs the site in a separate Chromium browser.
|
||||
|
||||
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.
|
||||
* [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 (<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 or Opera are not supported.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue