OFPEC Forum

Missions Depot => Mission Discussion => Topic started by: mr. lightswitch on 11 Dec 2002, 14:51:39

Title: Operation Market Garden campain?
Post by: mr. lightswitch on 11 Dec 2002, 14:51:39
why not create a campain following some brit paras through this campain. ???
Title: Re:Operation Market Garden campain?
Post by: Totibbs on 13 Dec 2002, 18:40:05
Ive tried to make something, but Im stuck in the beginning.

When I try to eject my team out of a chopper.

I cant even let them eject.

someone an EASY! command to eject them? because Ive tried some tutorials, but they are all hard... I just dont understand them.

Id like to see an ejection script like:
<unitname> <ejection command> <name of vehicle>
Title: Re:Operation Market Garden campain?
Post by: O Neil on 19 Dec 2002, 06:39:42
Unitname action ["eject"] ???
Title: Re:Operation Market Garden campain?
Post by: max_killer_payne on 19 Dec 2002, 17:21:14
Totibbs- Try this just name the officer of the group, grp. Create a chopper and name it to something like Heli then in the helis init field put FlyInHeight 100, then make a move waypoint for the chopper that goes through a trigger that says:

[grp, Heli, 0.5, "ALL"] exec "eject.sqs"

in the init field, just copy and paste this into a script and call it eject.sqs, and also remember to use the moveincargo command to get all the men in the chopper ;)

heres the script


_Egrp = _this select 0
_Object = _this select 1
_freq = _this select 2
_Who = _this select 3

_GrpVektor = Units _Egrp
_numEl = count _GrpVektor
_i = 0

? (_Who == "PLAYER") : Player action["EJECT",_Object]; UnassignVehicle Player; exit

#Update
? (_Who == "AI") && ((_GrpVektor select _i) == Player) : _i = _i + 1
? (_i == _numEl) : exit
(_GrpVektor select _i) action["EJECT",_Object]; UnassignVehicle (_GrpVektor select _i)
_i = _i + 1
~_freq
? (_i < _numEl) : goto "Update"
exit


c ya

max_killer_payne 8)

Title: Re:Operation Market Garden campain?
Post by: Black Magic on 20 Dec 2002, 01:18:58
Helicopters in WWII? :hmm:
Title: Re:Operation Market Garden campain?
Post by: Foo on 20 Dec 2002, 14:03:18
thats what i was thinking.....you might want to wait for the invasion 1942 mod to come out...its got 82nd, and 101st airbourne, german ss, and transport planes from the time...not released yet, looks brilliant though....1 more problem....there is only 1 bridge on nogova and nowhere else...there were several major briddges in the real thing
Title: Re:Operation Market Garden campain?
Post by: Totibbs on 24 Dec 2002, 04:35:50
well, you/we/I can make Market Garden II, which is set in 1985... ;D
Title: Re:Operation Market Garden campain?
Post by: .pablo. on 01 Jan 2003, 09:09:46
"you might want to wait for the invasion 1942 mod to come out"

it's invasion 1944; the US entered the war in 1941, they invaded normandy in 1944, and you are thinking of battlefield 1942.
Title: Re:Operation Market Garden campain?
Post by: Ilkka on 01 Jan 2003, 13:44:57
I made D-Day mission, almost same than Market Garden (only different place and time) You can get it from mission beta testing.  8)