How to make helicopters land on the helipad to re-arm ?

exactly what it says in the title

Information and discussion for custom maps and mods.
Post Reply
Minotaur
Posts: 33
Joined: Sun Feb 28, 2016 7:22 pm

How to make helicopters land on the helipad to re-arm ?

Post by Minotaur »

need an explicit instruction on how to, please.

User avatar
Sleipnir
Posts: 878
Joined: Wed Apr 10, 2002 11:52 pm
Contact:

Post by Sleipnir »

Select the helicopter(s) and then click on the helipad, or press the 'f' hotkey.

Minotaur
Posts: 33
Joined: Sun Feb 28, 2016 7:22 pm

Post by Minotaur »

Umm.. unless something is different on my end:
they are already re-arming whilst flying in the air, (atleast in the C&C95 mod)
so what i meant is how to modify that so this doesnt occur ?

abcdefg30
Posts: 664
Joined: Mon Aug 18, 2014 6:00 pm

Post by abcdefg30 »

Ah yeah, in our TD mod helicopters rearm automatically.

If you want to change that you can add following yaml to your map (section "Rules:")

Code: Select all

ORCA:
	AmmoPool:
		SelfReloads: false
HELI:
	AmmoPool:
		SelfReloads: false

Post Reply