mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Changelog update
This commit is contained in:
parent
9c35156db9
commit
9f3b49a7f5
@ -13,6 +13,7 @@
|
|||||||
## Fixed issues :
|
## Fixed issues :
|
||||||
|
|
||||||
* **[Mission Generator]** Caucasus terrain improvement on exclusions zone (added forests between Vaziani and Beslan to exlusion zones)
|
* **[Mission Generator]** Caucasus terrain improvement on exclusions zone (added forests between Vaziani and Beslan to exlusion zones)
|
||||||
|
* **[Mission Generator]** The first unit of every base defenses group could not be controlled by Combined Arms.
|
||||||
|
|
||||||
# 2.0.11
|
# 2.0.11
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
from userdata import logging_config
|
from userdata import logging_config
|
||||||
|
|
||||||
# Logging setup
|
# Logging setup
|
||||||
VERSION_STRING = "2.0.10"
|
VERSION_STRING = "2.0.11"
|
||||||
logging_config.init_logging(VERSION_STRING)
|
logging_config.init_logging(VERSION_STRING)
|
||||||
|
|
||||||
import logging
|
import logging
|
||||||
|
|||||||
@ -95,7 +95,7 @@ class NewGameWizard(QtWidgets.QWizard):
|
|||||||
game.budget = int(game.budget * multiplier)
|
game.budget = int(game.budget * multiplier)
|
||||||
game.settings.multiplier = multiplier
|
game.settings.multiplier = multiplier
|
||||||
game.settings.sams = True
|
game.settings.sams = True
|
||||||
game.settings.version = "2.0.10"
|
game.settings.version = "2.0.11"
|
||||||
|
|
||||||
if midgame:
|
if midgame:
|
||||||
game.budget = game.budget * 4 * len(list(conflictTheater.conflicts()))
|
game.budget = game.budget * 4 * len(list(conflictTheater.conflicts()))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user