Indestructible and unstoppable train and wagon

This is the place to request new mods or give ideas about what could be done.
Post Reply
z-em
Burner Inserter
Burner Inserter
Posts: 17
Joined: Tue Nov 27, 2018 5:43 am
Contact:

Indestructible and unstoppable train and wagon

Post by z-em »

I can't stand a train getting stopped by hitting a biter.
I want a train that run over everything. :twisted:
I want a train that can go trough fields of biter to join an advanced base surrounded by ennemy fire.
No more cleaning rail path or defenses along rail.
I cannot find a mod doing this so i'm requesting one.


Koub
Global Moderator
Global Moderator
Posts: 7199
Joined: Fri May 30, 2014 8:54 am
Contact:

Re: Indestructible and unstoppable train and wagon

Post by Koub »

This should be close to what you ask :
https://mods.factorio.com/mod/HeavyWagon
[Edit] Damn ! :)
Koub - Please consider English is not my native language.

z-em
Burner Inserter
Burner Inserter
Posts: 17
Joined: Tue Nov 27, 2018 5:43 am
Contact:

Re: Indestructible and unstoppable train and wagon

Post by z-em »

Thanks for answering this fast :D
I've tested this one, which is indeed the closest one from what i'm looking for. Therefore it's not enough lol. I'm using natural evolution mod so biter are quite hard to kill. Eventually, i could try to change life values of the mod's wagon. If anyone knows how to do that i'll love some help.

z-em
Burner Inserter
Burner Inserter
Posts: 17
Joined: Tue Nov 27, 2018 5:43 am
Contact:

Re: Indestructible and unstoppable train and wagon

Post by z-em »

I have finally found it :!:
https://mods.factorio.com/mod/invincibl ... -and-power
but it's not supported anymore...

User avatar
darkfrei
Smart Inserter
Smart Inserter
Posts: 2903
Joined: Thu Nov 20, 2014 11:11 pm
Contact:

Re: Indestructible and unstoppable train and wagon

Post by darkfrei »

z-em wrote:
Tue Nov 27, 2018 1:33 pm
I have finally found it :!:
https://mods.factorio.com/mod/invincibl ... -and-power
but it's not supported anymore...
It's very easy mod, but a little bit too cheatty

Code: Select all

function on_built_entity( event )
  local entity = event.created_entity
  if (entity.name == 'big-electric-pole' or entity.name == 'diesel-locomotive' or entity.name == 'cargo-wagon') then
    entity.destructible = false;
  end
end

z-em
Burner Inserter
Burner Inserter
Posts: 17
Joined: Tue Nov 27, 2018 5:43 am
Contact:

Re: Indestructible and unstoppable train and wagon

Post by z-em »

I've updated it to work with current version :D :D :D
Here's the link:
https://mods.factorio.com/mod/invincible-trains

User avatar
darkfrei
Smart Inserter
Smart Inserter
Posts: 2903
Joined: Thu Nov 20, 2014 11:11 pm
Contact:

Re: Indestructible and unstoppable train and wagon

Post by darkfrei »

z-em wrote:
Tue Nov 27, 2018 2:30 pm
I've updated it to work with current version :D :D :D
Here's the link:
https://mods.factorio.com/mod/invincible-trains
Nice work!

Post Reply

Return to “Ideas and Requests For Mods”