Page 1 of 1

Addinterface

Posted: Mon Aug 10, 2015 12:03 am
by Neomore
I have been trying to update a .11 mod to .12 so I can use it. I understand the very basics of coding, and after a few hours, was able to get Factorio to at least load with this mod installed (mod was missing a lot of code apparently). However, when I try to open the mod in test mode, I get the phrase "LuaRemote doesn't contain key addinterface". Not sure what to do about this. Any help would be nice

Re: Addinterface

Posted: Mon Aug 10, 2015 12:18 am
by ratchetfreak
9 times out of 10 you are missing an underscore try add_interface

Re: Addinterface

Posted: Mon Aug 10, 2015 12:42 am
by Neomore
Well, that fixed the first problem. Thanks