Update changelog, version number etc. for WC2
This commit is contained in:
parent
dbc8632cc0
commit
d15bdced41
4 changed files with 7 additions and 4 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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.",
|
||||
}
|
||||
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue