Update changelog, version number etc. for WC2

This commit is contained in:
Severin Glöckner 2021-10-23 00:01:19 +02:00
parent dbc8632cc0
commit d15bdced41
4 changed files with 7 additions and 4 deletions

View file

@ -10,5 +10,3 @@
* Maybe change the recruit costs for certain types of units. e.g. Fencers are too expensive, Dwarvish fighters are too cheap etc.
* Maybe readd the ruined Fence terrain but in better quality.
* The mapgeneratot used a deprecated mushroom terrain.

View file

@ -30,6 +30,11 @@ email=#####
# Changelog:
0.8.4:
- is now listed as under MP campaigns
- base to support 4p mode
- fixed, but also disabled World Conquest Era for other MP games
0.8.3:
- fixed some instances of deprecated Lua
- re-added Dunefolk in selection

View file

@ -6,7 +6,7 @@ local strings = {
turns = _"Turns run out",
wct_defeat_condition = _ "Lose your leader and all your commanders",
difficulty = "Difficulty: ",
version = "Version",
version = "Version ",
help_available = _ "An in-game help is available: right-click on any empty hex.",
}

View file

@ -75,7 +75,7 @@ function wc_ii_generate_scenario(nplayers, gen_args)
variables = {
wc2_scenario = scenario_num,
wc2_player_count = nplayers,
wc2_host_version = "0.8.2"
wc2_host_version = "0.8.4"
},
side = {},
id = gen_args.id,