[0.12.1]WrongCommand in lualib builder.lua

This subforum contains all the issues which we already resolved.
jorgenRe
Filter Inserter
Filter Inserter
Posts: 535
Joined: Wed Apr 09, 2014 3:32 pm
Contact:

[0.12.1]WrongCommand in lualib builder.lua

Post by jorgenRe »

Faulty line number 30 in Factorio\data\core\lualib\builder.lua:

Code: Select all

  game.create_entity{name=action.name, position=self.position, direction=action.direction}
I'm fairly certain it is neccecary to change it to:

Code: Select all

 game.surfaces["nauvis"].create_entity{name=action.name, position=self.position, direction=action.direction}
Due to the recent changes ;)!
Logo
Noticed the told change in FFF #111 so il continue to use my signature ^_^
Thanks for listening to our suggestions, devs :D!
I would jump of joy if we could specify which tiles spawned in a surfaces
kovarex
Factorio Staff
Factorio Staff
Posts: 8298
Joined: Wed Feb 06, 2013 12:00 am
Contact:

Re: [0.12.1]WrongCommand in lualib builder.lua

Post by kovarex »

Good, even the example should work properly :)

Fixed for 0.12.2
jorgenRe
Filter Inserter
Filter Inserter
Posts: 535
Joined: Wed Apr 09, 2014 3:32 pm
Contact:

Re: [0.12.1]WrongCommand in lualib builder.lua

Post by jorgenRe »

kovarex wrote:Good, even the example should work properly :)

Fixed for 0.12.2
Hurray :D!
Now to continue "hacking" the game to create the perfect surface i want :D
But the problems are so many :(
Logo
Noticed the told change in FFF #111 so il continue to use my signature ^_^
Thanks for listening to our suggestions, devs :D!
I would jump of joy if we could specify which tiles spawned in a surfaces
Post Reply

Return to “Resolved Problems and Bugs”