Home   Help Search Login Register  

Author Topic: Ship that can carry cargo  (Read 730 times)

0 Members and 1 Guest are viewing this topic.

bigdog632

  • Guest
Ship that can carry cargo
« 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

Uldics

  • Guest
Re:Ship that can carry cargo
« Reply #1 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 :)

bigdog632

  • Guest
Re:Ship that can carry cargo
« Reply #2 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

Dubieman

  • Guest
Re:Ship that can carry cargo
« Reply #3 on: 12 May 2004, 19:47:21 »
THAT IS ONE LAGGY script! :(
Put a ~1 or some other number in there. ;)

Coldfire

  • Guest
Re:Ship that can carry cargo
« Reply #4 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

bigdog632

  • Guest
Re:Ship that can carry cargo
« Reply #5 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

Coldfire

  • Guest
Re:Ship that can carry cargo
« Reply #6 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..

bigdog632

  • Guest
Re:Ship that can carry cargo
« Reply #7 on: 13 May 2004, 22:08:43 »
that would be cool have the tanks rolled up onto the beach

m21man

  • Guest
Re:Ship that can carry cargo
« Reply #8 on: 13 May 2004, 23:14:11 »
That script isn't going to work well unless you add some trigonometry ;) .

Homefry31464

  • Guest
Re:Ship that can carry cargo
« Reply #9 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...