ReikaKalseki / Reika_FactorioMods_Issues

The issue tracker for all of my Factorio mods - EndgameCombat, NauvisDay, Geothermal, Oreverhaul, and the rest.
5 stars 1 forks source link

"Effectivity" Loading Error Supersonic Trains #341

Closed Redstone551 closed 2 years ago

Redstone551 commented 2 years ago

I get this error every time I try to load Endgame Combat, and Supersonic Trains. Looked at errors #276 and the fix for it, however the code is different I could not get the fix to work. Thank you

Log below factorio-current.log

shadoxxhd commented 2 years ago

go to EndgameCombat/prototypes/overrides.lua and replace the following line: proto.burner.effectivity = proto.burner.effectivity*f2 with if proto.burner then proto.burner.effectivity = f2*(proto.burner.effectivity or 1) end

Redstone551 commented 2 years ago

Thank you! that fixed one error now ive got another to figure out ;-;

ReikaKalseki commented 2 years ago

This is already fixed in the other similar reports.