Page 1 of 1

Disable car damage?

Posted: Thu Mar 08, 2018 6:43 am
by goobie
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?

Re: Disable car damage?

Posted: Thu Mar 08, 2018 11:19 am
by darkfrei
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.

Code: Select all

/c game.player.force.friendly_fire = false

Re: Disable car damage?

Posted: Fri Mar 09, 2018 5:31 am
by goobie
Ah perfect! Thanks ;)