mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 17:51:24 +01:00
Updated Q&A (markdown)
parent
d3a965803a
commit
fe15329c8f
1 changed files with 5 additions and 3 deletions
8
Q&A.md
8
Q&A.md
|
|
@ -34,13 +34,15 @@ 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?
|
||||
Yes, you can. The easies way is to [install the PWA](Q&A#is-there-a-desktop-version). Another option is to serve the tool locally. Go to [Releases](https://github.com/Azgaar/Fantasy-Map-Generator/releases) page, select the latest available version and click on _Source code (zip)_. Unzip _all files_ from the downloaded archive. Then you need to run a local web-server, follow [the instructions](Run-FMG-locally).
|
||||
Yes, you can with some limitations. The easies way is to [install the PWA](Q&A#is-there-a-desktop-version). Make sure you open the App when you have connection so that all required files can be cashed on your machine. After that PWA should work offline.
|
||||
|
||||
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](#is-there-a-desktop-version).
|
||||
Another option is to serve the tool locally. Download the [source code](https://github.com/Azgaar/Fantasy-Map-Generator/archive/refs/heads/master.zip) and unzip _all files_ from the downloaded archive. Then you need to run a local web-server, follow [the instructions](Run-FMG-locally).
|
||||
|
||||
Please note that some functions like alternative Fonts or Styles are not available offline.
|
||||
|
||||
### Is there a desktop version?
|
||||
Modern technologies allow any web-application to be turned into a desktop application that support all features of the web app. There are 2 options supported:
|
||||
* [PWA](https://web.dev/what-are-pwas). Chromium-based browsers (Chrome, Edge, Opera, etc.) in Windows will prompt you with a big button 'Install'. Just click on it and confirm the installation. Installed tool will be added to your desktop and opened automatically. PWA can run offline. The version is getting auto-updated on open
|
||||
* [PWA](https://web.dev/what-are-pwas). Chromium-based browsers (Chrome, Edge, Opera, etc.) in Windows will prompt you with a big button 'Install'. Just click on it and confirm the installation. Installed tool will be added to your desktop and opened automatically. The version is getting auto-updated on open.
|
||||
* [Electron](https://github.com/electron/electron). Download an archive for your architecture (see below), unzip and run the executable file. Electron version requires internet connection.
|
||||
|
||||
[Windows x64](https://github.com/Azgaar/Fantasy-Map-Generator/releases/download/v1.3/FMG-win32-x64.zip)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue