Problem with Moding Tutorial

Place to get help with not working mods / modding interface.
Pioofmusik
Manual Inserter
Manual Inserter
Posts: 3
Joined: Fri Jul 10, 2015 6:16 pm
Contact:

Problem with Moding Tutorial

Post 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.
kiba
Filter Inserter
Filter Inserter
Posts: 344
Joined: Thu Jun 11, 2015 5:32 am
Contact:

Re: Problem with Moding Tutorial

Post by kiba »

You should always tell us the error you're having.

Like, what LOC is this occurring?
Pioofmusik
Manual Inserter
Manual Inserter
Posts: 3
Joined: Fri Jul 10, 2015 6:16 pm
Contact:

Re: Problem with Moding Tutorial

Post 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 ?
johanwanderer
Fast Inserter
Fast Inserter
Posts: 157
Joined: Fri Jun 26, 2015 11:13 pm

Re: Problem with Moding Tutorial

Post 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:

Code: Select all

    energy_per_hit_point = 1,
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.
Pioofmusik
Manual Inserter
Manual Inserter
Posts: 3
Joined: Fri Jul 10, 2015 6:16 pm
Contact:

Re: Problem with Moding Tutorial

Post by Pioofmusik »

Thank you im searching the diverences and add them.
Post Reply

Return to “Modding help”