Adds an Electrical Transformer to power-up your vehicles. With this mod you can turn almost any vehicle into an electric vehicle.
Mods introducing new content into the game.
Transportation of the player, be it vehicles or teleporters.
The newest version of the mod appears to be spamming on entity built messages in the console and pinging audio when it does with no way in game to turn it off. Disabling this mod stops the messages and audio pings on entity built.
Looks like several instances of ZDEBUG in control.lua were changed from if ZDEBUG == 1 then to if ZDEBUG then
if ZDEBUG == 1 then
if ZDEBUG then
And confirmed. Restoring the == 1 to those instances resolve the excessive pinging debugging messages.
== 1
Confirming, same issue happens to me - after disabling my mods and re-enabling one by one, the console spam occurs upon re-enabling ZElectricVehicles.
It would be easier to just leave everything else and change the debug flag from 0 to 1.
Damn, I gotta upload a new fix RN...
Righto, should be fixed, sorry for the inconvenience lol