11[ ![ Artifact HUB] ( https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/factorio-server-charts )] ( https://artifacthub.io/packages/search?repo=factorio-server-charts )
2- [](https://www.factorio.com/)
2+ [](https://www.factorio.com/)
33[ ![ Chart Version] ( https://img.shields.io/static/v1?logo=Helm&logoColor=0f1689&message=v1.1.0&label=Helm%20Chart&labelColor=eeeeee&color=fefefe )] ( https://sqljames.github.io/factorio-server-charts/index.yaml )
44[ ![ Image Version] ( https://img.shields.io/static/v1?logo=Docker&message=v1.1.70&label=Docker%20Image&labelColor=eeeeee&color=fefefe )] ( https://sqljames.github.io/factorio-server-charts/index.yaml )
55
@@ -114,7 +114,7 @@ serverPassword:
114114
115115To import your save file from a URL, set `import_save.source_url` to a direct-download link for your savegame. By default, the file will be downloaded and imported only once.
116116
117- If, on pod intialization, you wish to re-import the file every time the contents of the savegame change, set `import_save.reimport_on_change` to `true`.
117+ If, on pod intialization, you wish to re-import the file every time the contents of the savegame change, set `import_save.reimport_on_change` to `true`.
118118:warning : If the savegame at the source url changes, this will overwrite the server save with that file. Use with caution!
119119
120120If you wish to reimport the save file every time the pod reinitializes, regardless of changes, set `import_save.reimport_every_time` to `true`. This could be useful for demos or testing.
@@ -165,7 +165,7 @@ While we expose all the default settings, we would not be able to determine what
165165
166166the issue with Space Exploration, as an example, was that the `autoplace_controls` by default is an empty array, and thus we were not able to start the instance as there were no settings for them to evaluate. Additionally, they are also modifying some of the other settings. These changes implement the default recommended settings, available in the UI and were stored in a file at `...Factorio\mods\space-exploration\shared.lua`. In the lua file, it has 2 sections, basic_settings and advanced_settings which correspond to settings in `map-gen-settings.json` and `map-settings.json` respecively.
167167
168- At the time of writing, to make these changes you would need to add this to your values.yaml file to override their default values in the chart.
168+ At the time of writing, to make these changes you would need to add this to your values.yaml file to override their default values in the chart.
169169
170170> **_NOTE:_** These settings may change and it is important to check with the mod maintainer/community to check the recommended settings.
171171```
@@ -180,7 +180,7 @@ map_settings:
180180map_gen_settings:
181181 water: 1.5
182182 starting_area: 2
183- autoplace_controls:
183+ autoplace_controls:
184184 hot:
185185 size: 0.5
186186 cold:
0 commit comments