Rampant Arsenal (Fork)


Fork of abandoned mod Rampant Arsenal. Ported to Factorio 2.0 Adds a variety of weapons to wage war. Adds Additional Turrets, Ammo Types, Landmines, Equipment, Capsules, Walls, Vehicles. Origninal mod is Rampant Arsenal https://mods.factorio.com/mod/RampantArsenal?from=search

Content
a month ago
2.0
12.7K
Combat

b Remote Drive not working on rampant vehicles

a month ago
(updated a month ago)

So, it would appear that you cannot remotely drive any rampant vehicles. I honestly am very confused as to how this hasn't already been reported. I doublechecked multiple times, and I can drive the normal tank and cannot drive the nuclear tank. Nor any nuclear trains, for that matter.

a month ago
(updated a month ago)

A quick glance through the files and comparing to the vanilla tank indicates that the vehicles are likely in need of updating. No sign of 'allow_remote_driving = true' can be found.

a month ago

Yep, adding 'allow_remote_driving = true' to the tank in 'VehicleUtils.lua' allows you to drive the tanks remotes as intended.

a month ago

Yes. Actually, there are two parameters needed:
is_military_target = true,
allow_remote_driving = true
otherwise the biters won't perceive it as a threat

a month ago

Ah, that was the missing part that prevented them targeting it! Makes sense.

New response