Page 1 of 1

Error in assignID help

Posted: Thu Dec 04, 2014 6:00 pm
by Kilroy232
Untitled.png
Untitled.png (5.08 KiB) Viewed 1402 times
I am new to modding factorio, I have worked on other games and I have used LUA before. I had a quick look for any posts on this error and I didn't come across anything helpful.

Does anyone happen to know what may be causing this issue or how to resolve it? I can post code it necessary.

Re: Error in assignID help

Posted: Fri Dec 05, 2014 12:43 am
by L0771
- "explosive-shell" doesn't exist.
- loads "explosive-shell" after use.
- a recipe returns "explosive-shell" but item doesn't exist.

- "explosive-shell" is a projectile type, but need ammo type...
Some ideas.

EDIT: items differs in case sensitive

Re: Error in assignID help

Posted: Fri Dec 05, 2014 9:56 pm
by Kilroy232
I will check it out, thank you very much