Update README.md

This commit is contained in:
Christian 2017-11-24 06:24:13 +01:00
parent 527d1b7c8d
commit 8d3181fe6a
2 changed files with 3 additions and 2 deletions

View File

@ -70,7 +70,7 @@ class Params
title = $STR_PARAMS_DAYDURATION;
values[] = {48, 24, 16, 12, 8, 6, 4, 3, 2, 1};
texts[] = {"0.5","1","1.5","2","3","4","6","8","12","24"};
default = 6;
default = 4;
};
class ShorterNights {
title = $STR_SHORTER_NIGHTS_PARAM;

View File

@ -73,7 +73,7 @@ You can play every map without any mods (only the maps themself) if you set the
* Tanoa
* None
* Taunus (very resource-intensive map)
* [BWMod](http://steamcommunity.com/sharedfiles/filedetails/?id=870276636)
* [BWMod](http://steamcommunity.com/sharedfiles/filedetails/?id=1200127537)
* [CBA A3](http://steamcommunity.com/sharedfiles/filedetails/?id=450814997)
* [CUP Terrains - Core](http://steamcommunity.com/sharedfiles/filedetails/?id=583496184)
* [CUP Terrains - Maps](http://steamcommunity.com/sharedfiles/filedetails/?id=583544987)
@ -161,6 +161,7 @@ class Missions
## Changelog
### 0.962 (In Development)
* Added: ACE carry interaction for resource crates. Thanks to [veteran29](https://github.com/veteran29)
* Tweaked: Wounded civilians event. Thanks to [veteran29](https://github.com/veteran29)
* Tweaked: Extended allowed items extension list with some bwmod classnames. Thanks to [madpat3](https://github.com/madpat3)
* Tweaked: Detection of UAVs. Thanks to [veteran29](https://github.com/veteran29)