Hi all
I've seen some MP maps where the vehicle doesn't take any damage when it hits things - and doesn't deal any damage to buildings or players. I can't figure out how this is done, i saved one MP map with this and disabled all the custom LUA and it still worked. It must be something inside level.dat
I can't see anything in the map gen settings about this, I did some googling but couldn't find anything... Anyone know?
Disable car damage?
Re: Disable car damage?
Heavy wagon https://mods.factorio.com/mods/darkfrei/HeavyWagon
This entity has low impact damage, ca. 1%.
You can set to the car and player's armor 100% resist to impact too.
You can also use disabled friendly fire/damage as in multiplayer.
This entity has low impact damage, ca. 1%.
You can set to the car and player's armor 100% resist to impact too.
You can also use disabled friendly fire/damage as in multiplayer.
Code: Select all
/c game.player.force.friendly_fire = false
Re: Disable car damage?
Ah perfect! Thanks