After updating game i'am unable to launch any new or saved scenario pack from campaign menu.
Only scenario menu "supply" works fine.
New game :
![Image](http://img15.hostingpics.net/thumbs/mini_309331error2.png)
Load a scenario pack from campaign crash the game with this error :
![Image](http://img15.hostingpics.net/thumbs/mini_552181error3.png)
I thinks it's because some change from 0.10MtNak wrote:I have the same problem. This happens with both scenario-pack campaigns.
I have never installed any mods yet.
Yeah, we will fix this eventually.Club Sandbox wrote:I thinks it's because some change from 0.10MtNak wrote:I have the same problem. This happens with both scenario-pack campaigns.
I have never installed any mods yet.
0.9.7 and 9.8 have a packtage so we need to wait a 0.10 scenario pack :p !
Code: Select all
game.player.disablerecipegroups()
game.player.minimapenabled = false
Code: Select all
game.player.disablerecipegroups()
game.player.minimapenabled = false
Code: Select all
if item.type == "resource" then
item.minable = false
shouldcover = false;
end