Dysoch / DyTech

DyTech, A mod for Factorio. Making the game much more complex!
http://www.factorioforums.com/forum/viewforum.php?f=43
Other
54 stars 46 forks source link

cant start maps (power missing gui.lua) #375

Closed Skillabstinenz closed 9 years ago

Skillabstinenz commented 9 years ago

i updated to factorio 0.12.2 64bit with mods: dytech: core 1.2.1 machine 1.1.1 power 1.1.0 war 1.1.1 then this error turned up, both for loading old games but also for new ones too:

if i deactivate the power mod it works, i can even use things from the power mod.

bugged

RegDenied commented 9 years ago

Go into the zip file, and open the control.lua There you will find: require "gui.gui" require "gui.functions" at line 5 and 6. Rename them to this: require "GUI.gui" require "GUI.functions" that should fix the problem

See here:

352 #353 #359 #361

Skillabstinenz commented 9 years ago

works, thx.