mirror of
https://github.com/veden/Rampant.git
synced 2025-01-05 22:53:24 +02:00
Merge branch '0.13'
This commit is contained in:
commit
55f85b30e0
@ -34,11 +34,12 @@ Base Expansion
|
||||
|
||||
0.14.2 - adjusted unit retreat group size threshold
|
||||
adjusted squad attack pattern (https://forums.factorio.com/viewtopic.php?f=94&t=31445&start=20#p203861) __
|
||||
Fixed migration issue
|
||||
|
||||
0.14.1 - fixed ai created bases not being counted in logic
|
||||
Optimization to offset ai created bases scanning
|
||||
|
||||
0.13.2 = 0.14.2
|
||||
0.13.2 = 0.14.2
|
||||
|
||||
0.13.1 - backported 0.14 factorio version to 0.13 factorio version
|
||||
|
||||
|
2
make.rkt
2
make.rkt
@ -5,7 +5,7 @@
|
||||
|
||||
;(define modFolder "C:/Users/veden/AppData/Roaming/Factorio/mods/")
|
||||
;(define zipModFolder "C:/Program Files/Factorio_0.14.1/mods/")
|
||||
(define modFolder "/home/veden/.factorio/mods/")
|
||||
(define modFolder "/data/games/factorio13.20/mods/")
|
||||
(define zipModFolder "/data/games/factorio13.20/mods/")
|
||||
(define configuration (call-with-input-file "info.json"
|
||||
(lambda (port)
|
||||
|
Loading…
Reference in New Issue
Block a user