Page 1 of 1
Need help with error
Posted: Sat Apr 18, 2015 10:33 am
by speedy45
I am trying to add this to a filename "overides.lau" or "data.lau"
"data.raw.item["basic-underground-belt"].stack_size = 975000"
So is this the error when launch factorio 0.11.21
Re: Need help with error
Posted: Sat Apr 18, 2015 11:01 am
by DaveMcW
You should ask for help in the bobplates thread. Or disable that mod.
Re: Need help with error
Posted: Sat Apr 18, 2015 3:33 pm
by orzelek
From what I can see he want's to add his modification to the mod itself.
@speedy45
If I understand correctly item you are looking for is named "basic-transport-belt-to-ground".
Re: Need help with error
Posted: Sat Apr 18, 2015 4:10 pm
by speedy45
yeah I guess Icould check out the wiki for the items named to add to this mod?
Re: Need help with error
Posted: Sat Apr 18, 2015 4:35 pm
by orzelek
I'd recommend looking in the game directory in following folder:
data\base\prototypes\item\
You'll find all the item definitions there and names from there need to be used in scripts.
Re: Need help with error
Posted: Sat Apr 18, 2015 4:43 pm
by speedy45
ok thanks for your help.