Page 1 of 1

Help with Factorio 0.12.11

Posted: Mon Oct 19, 2015 3:19 pm
by speedy45
hi just wondering why I getting this error when I update from 0.12.10 to 0.12.11:
Also to note to you this happening to all my mods I have install.

Re: Help with Factorio 0.12.11

Posted: Mon Oct 19, 2015 3:31 pm
by daniel34
The update to 0.12.11 has broken most of the mods because they changed some parts of the LUA scripting, see https://forums.factorio.com/forum/vie ... =3&t=17087
FactorioBot wrote:Warning: Most of the mods will be broken by this release, most of the problems can be solved by find and replace of "game.on_" to "script.on_" in the mod script files.
[...]
Lua API calls on_load, on_init, on_configuration_changed, on_event and generate_event_name have been moved to a new namespace called script (so from now use script.on_load(...)). This will break many mods! The callback registered in on_load function doesn't have access to the game API. This is to avoid common desyncs. The on_init and on_configuration_changed still retain the access to the game API.
You can go back to 0.12.10 or wait until all the mods you're using are updated to work with 0.12.11 (or change them yourself if you know how).

Re: Help with Factorio 0.12.11

Posted: Mon Oct 19, 2015 4:58 pm
by speedy45
oh ok thanks I will go back to 0,12,10 and wait until the mods I download are update to 0.12.11.