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
Copy file name to clipboardExpand all lines: README.md
+12-4Lines changed: 12 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,10 +9,7 @@ Current Version
9
9
#### Factorio
10
10
See [factorio's site](http://www.factorio.com)
11
11
#### Docker image
12
-
Next feature come from dtandersen's fork:
13
-
* Image based on alpine (makes the image more lightweight)
14
-
* SSL verification when downloading game
15
-
12
+
* Added latency option (thanks to Alphasite)
16
13
Versions
17
14
-----
18
15
I'm keeping the image up to date. If you need to use an older version, checkout out the different [tags](https://hub.docker.com/r/zopanix/factorio/tags/).
@@ -98,5 +95,16 @@ docker run -d \
98
95
-p [PORT]:34197/udp \
99
96
zopanix/factorio
100
97
```
98
+
99
+
#### Change latency option
100
+
I do not know what the real impact is, ut has always worked very well on default, but you can change the latency option in ms.
101
+
```
102
+
docker run -d \
103
+
--env FACTORIO_LATENCY_MS=[number] \
104
+
-p [PORT]:34197/udp \
105
+
zopanix/factorio
106
+
107
+
```
108
+
If some can explain it, please make a PR :-)
101
109
### ToDo's
102
110
* Add cutom savename for people with a lot of saves
0 commit comments