OFPEC Forum

Addons & Mods Depot => OFP - Addons & Mods Beta Testing => Topic started by: bigdog632 on 11 May 2004, 23:09:13

Title: Ship that can carry cargo
Post by: bigdog632 on 11 May 2004, 23:09:13
ok ive seent he choppers and such that can strap cargo and carry internal loads but what about those assault ships  like the ashland addon can or has anyone modified it so you can strap cargo down so it doesnt fall away when the boat is moving


that way you could be moved into position by the assault ship and conduct an amphibious landing a little more realistically anyway
Title: Re:Ship that can carry cargo
Post by: Uldics on 12 May 2004, 06:40:44
I don't know how it's done in BAS Chinook, where you can fix a jeep inside the chopper, but I know that you can update the cargo position and direction dependant on the choppers. So you just need a script with

#Beginloop
_shipPos = getPos _ship
_cargo setPos [_shipPos select 0, _shipPos select 1, (_shipPos select 2)+6]
_cargo setDir (getDir _ship)
goto "Beginloop"

This should work I hope :)
Title: Re:Ship that can carry cargo
Post by: bigdog632 on 12 May 2004, 15:43:00
lol if i knew how to script id let you know but alas my attempts have not been very pretty
Title: Re:Ship that can carry cargo
Post by: Dubieman on 12 May 2004, 19:47:21
THAT IS ONE LAGGY script! :(
Put a ~1 or some other number in there. ;)
Title: Re:Ship that can carry cargo
Post by: Coldfire on 13 May 2004, 21:12:50
I posted a similar thread awhile back, nobody has replied to it in ages...

I would love a ship like that for cutsceans... imagine a ship loaded with tanks, helicopters, jeeps, and troops get hit by one of CoC's torpedos  ;D
Title: Re:Ship that can carry cargo
Post by: bigdog632 on 13 May 2004, 21:14:19
lol i was thinking more of a coop loading transporting and unloading then blowing up some other country...as it were
Title: Re:Ship that can carry cargo
Post by: Coldfire on 13 May 2004, 21:18:22
Another idea just occured to me... what about a WW2 version? Have Higgins landing craft in the cargo space then launch them with troops for D-Day missions..
Title: Re:Ship that can carry cargo
Post by: bigdog632 on 13 May 2004, 22:08:43
that would be cool have the tanks rolled up onto the beach
Title: Re:Ship that can carry cargo
Post by: m21man on 13 May 2004, 23:14:11
That script isn't going to work well unless you add some trigonometry ;) .
Title: Re:Ship that can carry cargo
Post by: Homefry31464 on 14 May 2004, 00:05:17
And I think the BAS chopper uses different models, thats why you shouldn't mix desert and normal versions of the bikes when you load them...