Fix broken Big Armory mission map
authorWuzzy <Wuzzy2@mail.ru>
Thu, 02 Aug 2018 04:40:42 +0200
changeset 13600 75c322ac6670
parent 13599 11497a930b29
child 13601 d5f62417f014
Fix broken Big Armory mission map A change in random map generation post-0.9.24 broken the generated Big Armory map. To fix this, we move over to image map so it never changes.
share/hedgewars/Data/Missions/Scenario/Big_Armory.hwp
share/hedgewars/Data/Missions/Scenario/Big_Armory.lua
Binary file share/hedgewars/Data/Missions/Scenario/Big_Armory.hwp has changed
--- a/share/hedgewars/Data/Missions/Scenario/Big_Armory.lua	Thu Aug 02 04:08:12 2018 +0200
+++ b/share/hedgewars/Data/Missions/Scenario/Big_Armory.lua	Thu Aug 02 04:40:42 2018 +0200
@@ -16,11 +16,16 @@
 	wind = 15,
 	initVars = {
 		TurnTime = 45000,
-		Seed = "{7e34a56b-ee7b-4fe1-8f30-352a998f3f6a}",
 		GameFlags = gfDisableWind + gfDisableLandObjects,
 		Theme = "EarthRise",
-		MapGen = mgRandom,
-		MapFeatureSize = 12,
+		Map = "BigArmory", -- from sidecar HWP
+		--[[ Map has been generated in Hedgewars 0.9.24 and
+                     then exported as PNG with these settings:
+		* Seed = "{7e34a56b-ee7b-4fe1-8f30-352a998f3f6a}"
+		* MapGen = mgRandom
+		* MapFeatureSize = 12
+		* Theme = "EarthRise"
+		* relevant GameFlag: gfDisableLandObjects ]]
 	},
 	teams = {
 		{ name = loc("Pro Killers"),