Jump to content
Sign in to follow this  
swoop

How do you put stuff on the flight deck of the USS Khe Wossname?

Recommended Posts

I can only place men there, can't seem to place any ammo crates or vehicles.

Share this post


Link to post
Share on other sites

I was able to get objects with setpos.

this setpos [(getpos this select 0), (getpos this select 1), (getpos this select 2) + 130];

I cant find my script i used right now. you may have to experiment with the 130 value on the z. it should be fairly close though.

Share this post


Link to post
Share on other sites

For the flight deck is:

this SETPOS [getpos this select 0, getpos this select 1, 15.90]

For the internal deck:

this SETPOS [getpos this select 0, getpos this select 1, 8.00]

These values work well for me.

Greetings.

Share this post


Link to post
Share on other sites

Nice one, thanks lads.

Share this post


Link to post
Share on other sites

For vehicles and helicopters I found that setPosASL works better than a plain setPos. For regular units it doesn't seem to matter. Helicopters and planes sometimes start to jump or twitych if they are merly setPos'ed on the deck. setPosASL takes the sealevel into account. setPos does not.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×