Page 1 of 1
Problem with Moding Tutorial
Posted: Fri Jul 10, 2015 7:34 pm
by Pioofmusik
Hallo everybody
i tryed to start with the moding tutorial, but i got one issue i made the it till step 4. After that the game shows me the error ( No such node ( energy_per_hitpoint).
What want me the error to tell can somebody help me ?
If more informations are needed np.
Thank you for your help.
Re: Problem with Moding Tutorial
Posted: Fri Jul 10, 2015 7:51 pm
by kiba
You should always tell us the error you're having.
Like, what LOC is this occurring?
Re: Problem with Moding Tutorial
Posted: Fri Jul 10, 2015 8:33 pm
by Pioofmusik
The Error is at the start. Error Message: Error while loading entity prototype "bomber" (car): No such node (energy_per_hit_point) Modifications:BomberTutorial
This is the complete error message at the loadscreen.
Or what do you mean with LOC ?
Re: Problem with Moding Tutorial
Posted: Sat Jul 11, 2015 1:01 am
by johanwanderer
Pioofmusik wrote:The Error is at the start. Error Message: Error while loading entity prototype "bomber" (car): No such node (energy_per_hit_point) Modifications:BomberTutorial
This is the complete error message at the loadscreen.
Or what do you mean with LOC ?
Look in the base entity ($FACTORIO/data/base/prototypes/entity/entities.lua) and look for the car entity prototype. It should have something like:
Just copy that line over to your bomber prototype definition. Maybe that's something that they added since the tutorial was made.
Make sure that you only have the comma at the end if it's preceding another attribute.
Re: Problem with Moding Tutorial
Posted: Sat Jul 11, 2015 4:38 pm
by Pioofmusik
Thank you im searching the diverences and add them.