Code: Select all
Error in assignID, 'new-solar-panel' was not recognized id of item
Code: Select all
Error in assignID, 'new-solar-panel' was not recognized id of item
That would be the "production = 1" line in the entities definition, though I did not see this line on the steam engine it could be that the devs have hard coded the steam-engines power productionmetzyn wrote:Now... where can I find a way to modify the power output?
Sweet, thanks!FreeER wrote:That would be the "production = 1" line in the entities definition, though I did not see this line on the steam engine it could be that the devs have hard coded the steam-engines power productionmetzyn wrote:Now... where can I find a way to modify the power output?
note that the solar panel ingame shows output == 60, thus 1 == 60 and 10 == 600. Perhaps this is the production per tick and ingame shows the production per second...
Exactly.FreeER wrote:Perhaps this is the production per tick and ingame shows the production per second...