You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This [Factorio](http://www.factorio.com/) mod makes a Google Map of your factory! You can view the map locally or upload it to a web server.
4
3
5
-
# How to Use
6
-
7
-
Step One. Open Factorio and open the "Mod" menu
8
-
9
-
Step Two. Search for the "Google Maps Factorio Style" mod.
10
-
11
-
Step Three. Install the mod.
4
+
# How to Install
5
+
1. Open Factorio and open the "Mod" menu
6
+
1. Search for and install the "Google Maps Factorio Style" mod.
12
7
13
-
Step Four. Open your save and open the Factorio menu in the upper left-hand side.
14
-
15
-
Step Five. Configure setting and make your map.
16
-
17
-
Setp Six. Open the Factorio save directory and find the FactorioMaps folder.
18
-
19
-
Step Seven. Open the index.html and follow the following steps.
20
-
21
-
For local use, don't change anything. For server (making it available on a website) use, get a Google Maps API key (get one here: https://developers.google.com/maps/documentation/javascript/get-api-key), paste your key in the line below this one where it says "INSERTAPIKEY", uncomment the line below and two lines down delete the second <!-- and the first -->
22
-
23
-
Step Eight. Use map!
8
+
# How to Use
9
+
1. Open your save then click the FactorioMaps button in the upper left-hand side.
10
+
1. Configure settings
11
+
* If planning to upload to a server add the Google API key to the new MOD Settings menu of Factorio.
12
+
* Obtain a key from: https://developers.google.com/maps/documentation/javascript/get-api-key
13
+
1. Generate your map.
14
+
1. Open the Factorio script-output directory and open the FactorioMaps folder.
15
+
1. Upload your map to a server or use it locally!
16
+
17
+
# Known Limitations
18
+
Factorio Mods can not take screenshots on a headless server. This is an unfortunate limitation of Factorio itself.
<!-- For local use, don't change anything. For server (making it available on a website) use, get a Google Maps API key (get one here: https://developers.google.com/maps/documentation/javascript/get-api-key), paste your key in the line below this one where it says "INSERTAPIKEY", uncomment the line below and two lines down delete the second <!-- and the first -->
0 commit comments