Jump to content
Sign in to follow this  
Guest RKSL-Rock

A-10 Flight Model Improvement Demonstrator

Recommended Posts

Great work! Although imho the old flightmodel wasn't that crappy .... after trying this one imust say: i'd like to have all planes fly this smooth and controlable!!

A really great improvement! notworthy.gifnotworthy.gif

I love it! inlove.gif

Share this post


Link to post
Share on other sites

To make an replacement what do i do??? Do i just copy the config into the BIS A-10 folder???

P.S Sorry about digging up and old post

Share this post


Link to post
Share on other sites

@layne_suhr

1) Unpack rksl-a10 pbo with cpob.

2) Open config.cpp

3) Change config line:

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">

class A10: Plane {}

class rksl-a10: A10

to

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">

class A10: Plane

4) pbo file again with RMB on the 'rksl-a10' folder - create PBO.

Share this post


Link to post
Share on other sites
@layne_suhr

1) Unpack rksl-a10 pbo with cpob.

2) Open config.cpp

3) Change config line:

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">

class A10: Plane {}

class rksl-a10: A10

to

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">

class A10: Plane

4) pbo file again with RMB on the 'rksl-a10' folder - create PBO.

Thanks Q doing it right now thumbs-up.gif

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE"> class A10: Plane

scope = public;

displayName = "A-10 (Improved FM)";

model = "\rksl-a10\rksl_A10.p3d";

aileronSensitivity = 1; // relative aileron sensitivity

elevatorSensitivity = 0.8; // relative elevator sensitivity

envelope[] = {0.0, 0.5, 1.0, 2.6, 4.9, 5.9, 6.9, 6.5, 6.4, 5.8, 5.6, 1.8, 0};

Share this post


Link to post
Share on other sites

Unless i have gotten the coding wrong it didn't work.. It didn't replace the default A-10 Flight Model

Share this post


Link to post
Share on other sites

at first sight, it may be caused by missing brackets in your code :

Quote[/b] ] class A10: Plane {

scope = public;

displayName = "A-10 (Improved FM)";

model = "\rksl-a10\rksl_A10.p3d";

aileronSensitivity = 1; // relative aileron sensitivity

elevatorSensitivity = 0.8; // relative elevator sensitivity

envelope[] = {0.0, 0.5, 1.0, 2.6, 4.9, 5.9, 6.9, 6.5, 6.4, 5.8, 5.6, 1.8, 0};

};

Share this post


Link to post
Share on other sites
at first sight, it may be caused by missing brackets in your code :
Quote[/b] ] class A10: Plane {

scope = public;

displayName = "A-10 (Improved FM)";

model = "\rksl-a10\rksl_A10.p3d";

aileronSensitivity = 1; // relative aileron sensitivity

elevatorSensitivity = 0.8; // relative elevator sensitivity

envelope[] = {0.0, 0.5, 1.0, 2.6, 4.9, 5.9, 6.9, 6.5, 6.4, 5.8, 5.6, 1.8, 0};

};

Thanks i will test in a sec... How do i transfer the CPP file back to BIN file??? I only have cPBO, unraP and WinRAR

Share this post


Link to post
Share on other sites
Guest RKSL-Rock
Swap this for the envelope setup in the Config.cpp.  This brings the stall speed closer to that of the stock BIS A-10.  It also tones down the acceleration in most flight regimes but its still remains a more positive feel.

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE"> envelope[]=

{

// speed relative to max. speed -> lift (G)

//REF - 0.0  0.1  0.2  0.3  0.4  0.5  0.6  0.7  0.8  0.9  1.0  1.1 // rel. speed

//BIS - 0.0, 0.1, 0.5, 1.5, 3.1, 4.3, 4.9, 5.0, 4.4, 2.8, 1.6, 0.8, 0};

//RKSL1-0.0, 0.5, 1.0 ,2.6, 4.9, 5.9, 6.9, 6.5, 6.4, 5.8, 5.6, 1.8, 0

0.0,0.1,0.65,2.2,3.7,5.3,6.0,5.5,5.6,4.8,3.6,1.8,0  // lift

};

You may want to use these lift figures.  They bring the stall speed back into line withthe proper stall speed etc.

Thanks i will test in a sec... How do i transfer the CPP file back to BIN file??? I only have cPBO, unraP and WinRAR

You dont need to.  Just delete the config.bin and save the new config as config.cpp

Share this post


Link to post
Share on other sites
Swap this for the envelope setup in the Config.cpp. This brings the stall speed closer to that of the stock BIS A-10. It also tones down the acceleration in most flight regimes but its still remains a more positive feel.

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE"> envelope[]=

{

// speed relative to max. speed -> lift (G)

//REF - 0.0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1.0 1.1 // rel. speed

//BIS - 0.0, 0.1, 0.5, 1.5, 3.1, 4.3, 4.9, 5.0, 4.4, 2.8, 1.6, 0.8, 0};

//RKSL1-0.0, 0.5, 1.0 ,2.6, 4.9, 5.9, 6.9, 6.5, 6.4, 5.8, 5.6, 1.8, 0

0.0,0.1,0.65,2.2,3.7,5.3,6.0,5.5,5.6,4.8,3.6,1.8,0 // lift

};

You may want to use these lift figures. They bring the stall speed back into line withthe proper stall speed etc.

Thanks i will test in a sec... How do i transfer the CPP file back to BIN file??? I only have cPBO, unraP and WinRAR

You dont need to. Just delete the config.bin and save the new config as config.cpp

Ok thanks RockofSL

Will change those values biggrin_o.gif

Where do i put those values in the config???

Share this post


Link to post
Share on other sites
Guest RKSL-Rock
Where do i put those values in the config???

Just copy and paste the code sample in my post over the existing envelope definition.

Share this post


Link to post
Share on other sites

Ok thank you RockofSl was just confused because it says BIS RKSl1 and REL and was wondering if i copied one or all or something but thanx for clearing it up thumbs-up.gif

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  

×