I'm on 12.26 and when I gen a world I get this error:
__Pocket-Bots-Start__/control.lua:8: attempt to index global 'game' (a nil value)
Was there an API change from then to now that breaks your mod? I'm using the archive provided from your last post.
Just change "game" to "script" at line 8 ...
Search found 2 matches
- Sun Mar 27, 2016 9:21 am
- Forum: Mods
- Topic: [MOD 0.12.12+] Pocket Bots Start v1.0.4
- Replies: 27
- Views: 57551
- Sun Nov 01, 2015 12:38 pm
- Forum: Mods
- Topic: [MOD 0.12.x] Easy Belt Layer
- Replies: 14
- Views: 43625
Re: [MOD 0.12.x] Easy Belt Layer
Error
Factorio 0.12.16 17230 x64
__easybel__/control.lua:5: attempt to index global 'game' (a nil value)
I tried replacing game.on_ with script.on_ but no change. That's about all I can do i lua/factorio modding
Factorio 0.12.16 17230 x64
__easybel__/control.lua:5: attempt to index global 'game' (a nil value)
I tried replacing game.on_ with script.on_ but no change. That's about all I can do i lua/factorio modding
