1
0
mirror of https://github.com/veden/Rampant.git synced 2025-01-26 03:20:07 +02:00

see readme

This commit is contained in:
Aaron Veden 2017-04-30 20:30:53 -07:00
parent 26c3ceb66b
commit 82753933b0
3 changed files with 5 additions and 2 deletions

View File

@ -48,6 +48,9 @@ Configure Options not in game menu:
# Version History # Version History
0.15.4 -
- Fixed: Changed setting name from "make buildings safe from biters" to "Enable building safety." This is to clarify what the setting does.
0.15.3 - 0.15.3 -
- Improvement: Added configuration for safe buildings. This will be improved after a bug fix in factorio - Improvement: Added configuration for safe buildings. This will be improved after a bug fix in factorio

View File

@ -1,7 +1,7 @@
{ {
"name" : "Rampant", "name" : "Rampant",
"factorio_version" : "0.15", "factorio_version" : "0.15",
"version" : "0.15.3", "version" : "0.15.4",
"title" : "Rampant AI", "title" : "Rampant AI",
"author" : "Veden", "author" : "Veden",
"homepage" : "https://forums.factorio.com/viewtopic.php?f=94&t=31445", "homepage" : "https://forums.factorio.com/viewtopic.php?f=94&t=31445",

View File

@ -28,7 +28,7 @@ rampant-attackWaveGenerationUsePlayerProximity=Use Player Proximity as attack tr
rampant-attackWaveGenerationThresholdMax=Starting chunk attack threshold rampant-attackWaveGenerationThresholdMax=Starting chunk attack threshold
rampant-attackWaveGenerationThresholdMin=Ending chunk attack threshold rampant-attackWaveGenerationThresholdMin=Ending chunk attack threshold
rampant-attackWaveMaxSize=Max biter group size that can be directly formed rampant-attackWaveMaxSize=Max biter group size that can be directly formed
rampant-safeBuildings=Make buildings safe from biters rampant-safeBuildings=Enable building safety.
rampant-safeBuildings-curvedRail=Make curved rails safe from biters rampant-safeBuildings-curvedRail=Make curved rails safe from biters
rampant-safeBuildings-straightRail=Make straight rails safe from biters rampant-safeBuildings-straightRail=Make straight rails safe from biters
rampant-safeBuildings-bigElectricPole=Make big electric poles safe from biters rampant-safeBuildings-bigElectricPole=Make big electric poles safe from biters