Page 1 of 1

Trouble with a recipe

Posted: Sun Apr 12, 2015 4:31 pm
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.

Re: Trouble with a recipe

Posted: Sun Apr 12, 2015 4:40 pm
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)

Re: Trouble with a recipe

Posted: Sun Apr 12, 2015 4:57 pm
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. :)