1
1
[ ![ 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/)
3
3
[ ![ 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 )
4
4
[ ![ 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 )
5
5
@@ -114,7 +114,7 @@ serverPassword:
114
114
115
115
To 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.
116
116
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`.
118
118
:warning : If the savegame at the source url changes, this will overwrite the server save with that file. Use with caution!
119
119
120
120
If 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
165
165
166
166
the 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.
167
167
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.
169
169
170
170
> **_NOTE:_** These settings may change and it is important to check with the mod maintainer/community to check the recommended settings.
171
171
```
@@ -180,7 +180,7 @@ map_settings:
180
180
map_gen_settings:
181
181
water: 1.5
182
182
starting_area: 2
183
- autoplace_controls:
183
+ autoplace_controls:
184
184
hot:
185
185
size: 0.5
186
186
cold:
0 commit comments