From 2abb574844caeefd4e718d25d3cd1abb60dd212a Mon Sep 17 00:00:00 2001 From: Azgaar Date: Sun, 6 Feb 2022 00:27:55 +0300 Subject: [PATCH] Updated Q&A (markdown) --- Q&A.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Q&A.md b/Q&A.md index db012e0..f920a78 100644 --- a/Q&A.md +++ b/Q&A.md @@ -34,7 +34,9 @@ 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 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). +The Generator is a web-based tool, so you need a browser to run it. But the Application can work offline if its files are previously downloaded. 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. + +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). ### 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).