Trouble with a recipe

Place to get help with not working mods / modding interface.
User avatar
Lishget
Long Handed Inserter
Long Handed Inserter
Posts: 54
Joined: Sun Mar 15, 2015 11:53 am
Contact:

Trouble with a recipe

Post by Lishget »

I would create a fusion powerplant for my Mod. And now i become the error message:
Error in assignID, 'fpp' was not recognized ID of recipe
fpp is the Name for my fusion powerplant. I don't know, why this message appears... The files with techs, items and recipe should be loaded in my data.lua.
And i have a second question:
Where i can setup the amount of energy-output for my reactor? I have found nothing...

Thanks for your help.
Attachments
Lishgets TMod_1.1.0.zip
(30.24 KiB) Downloaded 135 times
Factorio Sprachverbesserung
Lishgets TMod

My Mods are licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-sa/4.0/.
Natha
Filter Inserter
Filter Inserter
Posts: 267
Joined: Sun Mar 15, 2015 1:48 pm
Contact:

Re: Trouble with a recipe

Post by Natha »

Diese Meldung kommt, wenn du versuchst, z.B. bei einer Forschung ein Rezept freizuschalten was es nicht gibt oder (ich hab da selber heute ewig dran geknobelt) es gibt gleichnamige LUA-Dateien in verschiedenen Ordnern deiner Mod (keine Ahnung warum das nicht geht).

beim Rezept muss das true bei enabled in "" geschrieben werden (glaub ich jedenfalls). Und das Rezept muss in {} geschrieben werden (du brauchst 2x {}, einmal für das extend (da das ja ein Table ist) und einmal für das Rezept selbst).


This notification appears if you try e.g. to unlock a recipe that doesnt exist in a tech - or you have LUA-files with the same name in different directories of your mod (dont know why that doesnt work).

The "true" near "enabled" in the recipe must written in "" (i think in any case). Furthermore the recipe must embedded in {} (you need 2x {}, one time for the "extend" that is a table and one time for the recipe)
User avatar
Lishget
Long Handed Inserter
Long Handed Inserter
Posts: 54
Joined: Sun Mar 15, 2015 11:53 am
Contact:

Re: Trouble with a recipe

Post by Lishget »

Oh, danke, das probier ich gleich mal aus.

Thanks, i will try this immediatly. :)

EDIT:
Jau, das wars. Gab/Gibt noch ein paar kleinere Probleme, aber zumindest wirds schon mal geladen und ist im Spiel vorhanden. Wenn Du jetzt noch weißt, wie ich die generierte Menge an Energie einstellen, kann, wäre das genial. Im Moment wird mir ein max. Output von 2,6 MW angezeigt. Das ist mir zu wenig, wenn ich bedenke, welchen Aufwand der Spieler jetzt für die Fusion betreiben muss. *g*

Yes, this was the error. It exists some other little problems, too, but the game load correct, and the power plant is in it. When you know the know how to setup the energy output for the plant, it will be super. At the moment the plant have an output from 2,6 MW. This is to poor. :)
Factorio Sprachverbesserung
Lishgets TMod

My Mods are licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-sa/4.0/.
Post Reply

Return to “Modding help”