Jump to content

Recommended Posts

26 minutes ago, Kalle Arsch said:

I copy the specific animation from the viewer and wrote several scripts with them.

Would you mind sharing those scripts?:don12:

  • Like 1

Share this post


Link to post
Share on other sites

I still working on them and build a template with the USS Freedom. Maybe I'll find time to finish it and upload it in a few days. At the moment I'm very busy :down:

 

 

Share this post


Link to post
Share on other sites
2 hours ago, Kalle Arsch said:

I still working on them and build a template with the USS Freedom. Maybe I'll find time to finish it and upload it in a few days. At the moment I'm very busy :down:

 

 

:icon_dj:

 

Thank you man, I'll be waiting then.

Share this post


Link to post
Share on other sites

I'm using Mikey74's script and it works great with the 4 ai aircraft in parking positions. Encountered a couple of bugs (have no idea how to fix) 1: After AI controlled aircraft (I'm using firewill's F-14 mod) the 'Cats taxi and catapult great but always have landing gear out and flaps down for the duration of flight causing damage. 2: If I join the RIO position, the aircraft taxis to catapult and begins to turn on the lockbar and just roll off of port side deck. Any one else have this issue?

Share this post


Link to post
Share on other sites
if (!isPlayer this) then 
{ 
[]spawn{ 
player_2_blue moveInDriver plane_2; 
player_2_blue enableSimulation  false;
plane_2 engineOn true;
sleep 7;
player_2_blue enableSimulation true;
plane_2 allowDamage false;
plane_2 setVelocityModelSpace [0, 100, 0];
sleep 0.01;
plane_2 setVelocityModelSpace [0, 150, 0];
sleep 0.01;
plane_2 setVelocityModelSpace [0, 200, 0];
sleep 0.01;
plane_2 setVelocityModelSpace [0, 200, 0];
sleep 0.01;
plane_2 setVelocityModelSpace [0, 250, 1];
sleep 0.01;
plane_2 setVelocityModelSpace [0, 300, 1];


plane_2 allowDamage true;
};
};

a simpler solution for simpler missions

Share this post


Link to post
Share on other sites
2 hours ago, Marc13Bautista said:

If anyone is still looking for a solution to AI taking off from the USS Freedom, this it it! It even has landing and so so much more to it. 

USS Freedom Carrier Deck SP system by RickOShay

 

https://steamcommunity.com/sharedfiles/filedetails/?id=2792794325&tscn=1649825943

 

 

Automated landings???

 

Sign me up!!! 

 

#edit

 

Senor, the autopilot is doing the work of the enemy for them! 🙃    (Works for AI tho....)

 

autopilot-error-2.jpg

 

Overall, great impressions 🙂 

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

×