The game detected an error in ScenarioUtilities.lua line 110.
It tries to get the playable area stored in the table "Areas".
If you open the map file Alpha 7 Quarantine 20x20_save.lua you will se in line 4:
- Code:
Areas = {
},
As you can see, the table is empty. (not needed in the game if playable area is the same size than the map.)
You could try to add a area like this:
- Code:
Areas = {
['AREA_1'] = {
['rectangle'] = RECTANGLE( 0.5, 0.5, 1024.5, 1024.5 ),
},
},
Sady i can't find the mod "HardFFA" in the vault, so i can't check if this works.Statistics: Posted by Uveso — 18 Apr 2019, 06:47
]]>