Jump to content
Sign in to follow this  
Makad

Help with my aircraft carrier flight deck

Recommended Posts

Please

Aircrafts can't get enough speed to takeoff because they either collide or slow down every time they pass through a line (on the 3d model), and sometimes, the aircraft starts jumping around

The ship is static, and has a flight deck which is 260m long.

I'm not sure, but I think the problem is the geometry. Could you guys help me to understand what is the problem and how can I fix it?

http://imageshack.com/a/img912/8061/GKlcqa.png

http://imageshack.com/a/img673/1357/lK8DcX.png

http://imageshack.com/a/img905/3918/Cxfrrc.png

Share this post


Link to post
Share on other sites
Please

Aircrafts can't get enough speed to takeoff because they either collide or slow down every time they pass through a line (on the 3d model), and sometimes, the aircraft starts jumping around

The ship is static, and has a flight deck which is 260m long.

I'm not sure, but I think the problem is the geometry. Could you guys help me to understand what is the problem and how can I fix it?

http://imageshack.com/a/img912/8061/GKlcqa.png

http://imageshack.com/a/img673/1357/lK8DcX.png

http://imageshack.com/a/img905/3918/Cxfrrc.png

Aircraft cannot reach speed to launch

http://imageshack.com/a/img673/1862/Css5xH.jpg

http://imageshack.com/a/img661/1198/1HnGZF.jpg

Edited by Makad

Share this post


Link to post
Share on other sites

Which plane do you try? On the Nimitz we have good results with aircraft w/o physx simulation, e.g. the F/A-18E/F from Spartan&Saul. But then, the catapult is scripted so the plane does not take off 'normally'.

Share this post


Link to post
Share on other sites
Which plane do you try?

somewhere between the vehicle suspension and geometry features incompatibility testing even suspension of a land vehicle.

---------- Post added at 23:54 ---------- Previous post was at 23:49 ----------

I can use available script for this project?

Rework:

http://imageshack.com/a/img673/3327/7PEoU3.jpg

Edited by Makad

Share this post


Link to post
Share on other sites

Sure, you can use any and all of the Nimitz scripts for your project, though probably you want to modify them for use of your memory points and such. Feel free to get in touch via PM if you run into troubles.

What also comes to mind for causing the problem is the separation of the different LODs. On the Nimitz the road lod is layered above the res lod above the geo lod. Maybe that order would help too.

  • Like 1

Share this post


Link to post
Share on other sites

I believe you need to use the old non-physx collision geometries.

Somehow there is something in the new a3 buildings and physx that just breaks proper takeoff with jets (it bumps in the air as soon as you move from one block to the other).

I had the same exact problem with my harrier and the Atlas LHD, while the problem doesn't happen with Chortles' LHD or the "static" model in Utes.

So my advice is, go open the LHD from the APL-SA source files, compare it to yours and change accordingly.

Also the airplane needs simulation = "airplane", aside from (imho) pointless complications while rolling on the ground (my harrier would just get damaged or explode while turning slowly on the taxiway) i found no benefit whatsoever between the old and new simulation.

Hope it helps, good luck.

  • Like 1

Share this post


Link to post
Share on other sites

so I have some result, I will send.

Thank you for your help.

I will keep this topic updated to partially complete the ship.

---------- Post added at 11:08 ---------- Previous post was at 11:02 ----------

If that's one unbroken hull then I may have your answer...
YES :cool:

Share this post


Link to post
Share on other sites

Sorry, I was out for a while, re-working model and other personal affairs.

 
And it seems that something has changed.
 
This config and script to join parts, but does not work correctly, the same as static form:

Config

http://pastebin.com/ELPwznnL

Script
http://pastebin.com/pjPZ9FSZ

 

Obs.: This happens only in the 3D editor

 

13332843_1700650480199621_75890561035510

Share this post


Link to post
Share on other sites

Hey there, i think i know your problem, what simulation type are you using for the F-5?

Share this post


Link to post
Share on other sites

Chairborne get's the cookie - yes AirplaneX is the reason. Switch simulation type to older Airplane version, it's more forgiving if you plan some carrier stuff...

Share this post


Link to post
Share on other sites

B)

We had our fair share of curses and wasted time while working on CUP's LHD and the F35/Harrier.

Share this post


Link to post
Share on other sites

Hey there, i think i know your problem, what simulation type are you using for the F-5?

 

Aircraft that will be used is in development (A-4 Skyhawk), F-5 was only to show why he does not make the taxi or take off just as AV8B.

 

Currently have the same problem :(

 

 

class gear_1_damper
{
type="translation";
offset0=0;
offset1=0;
axis="gear_1_damper_axis";
memory=1;
minValue=0;
maxValue=1;
minPhase=0;
maxPhase=1;
source="altRadar";
sourceAddress=0;
selection="gear_1_damper";
 
class Gear_2_damper
{
type="translation";
offset0=0;
offset1=0;
axis="";  //gear_2_damper_axis
memory=0;
minValue=0;
maxValue=1;
minPhase=0;
maxPhase=1;
source="altRadar";
sourceAddress=0;
selection="gear_2_damper";
 
class Gear_3_damper
{
type="translation";
offset0=0;
offset1=0;
axis="";
memory=0;
minValue=0;
maxValue=1;
minPhase=0;
maxPhase=1;
source="altRadar";
sourceAddress=0;
selection="gear_3_damper";
 

 

13269268_1703919876539348_37074024137583

 

 

Day 14/06/2016 made some changes, now now works as AV8B but is prancing.

 

13419216_1705753043022698_27585180259586

Share this post


Link to post
Share on other sites

That is probably related to mass distribution on the plane.

  • Like 1

Share this post


Link to post
Share on other sites
After much suffering, I got a good result.

 

1) Lod LandContact had 3 points, which caused imbalance of the model on the ground.

 

2) added 3 more points on the back, for correction of balance of the model soil.

 

3) Operating at Nimitz, being prepared for aircraft carrier São Paulo 

 

 

13582037_1712074439057225_75798098501931

 

 

13576824_1712074435723892_27302312654382

Share this post


Link to post
Share on other sites

Thank you all.  :)

Reported problems at the beginning of this post, have been fixed. 

 

Obs.: We still have some corrections to be made.

 

 

Update:

 


- Model of the aircraft carrier corrected.

- Re-worked configs.

- A-4 Skyhawk to functional aircraft carrier São Paulo.

- A-4 Skyhawk losing life (related to ship?).

- A-4 Skyhawk not get speed above 20 (related to ship?).

Share this post


Link to post
Share on other sites

Good job. You need simulation = "airplane" for the skyhawk to work correctly.

Try using the harrier from CUP and it *should* work fine by comparison.

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  

×