1
0
Fork 0
Commit graph

491 commits

Author SHA1 Message Date
jimw
6ab1ec3ca8 Added support for booster. 2003-05-07 02:31:56 +00:00
jimw
7c5e6b8c77 Added YASim model for P-51D Mustang 2003-05-03 21:59:41 +00:00
curt
a2b8ee915d Override the default starting c172 rpm to be 0 for 610x version. 2003-04-25 03:31:19 +00:00
curt
22b63476ff Lee Elliott:
I've done a new Sea Hawk.  Well, the model and the fdm aren't new, just
slightly modified, but I've incorporated some more animation stuff and tried
a different way of texturing it.

The animation additions are things I worked out for the YF23 (still can't get
it to fly again) - mostly u/c related stuff.

This actual aircraft (WV908) is in the Royal Navy Historical Flight and so is
kept unusally clean;)  In the photographs I looked at, hardly any fuseage
panel lines were visible so I've not tried to include any.  Instead of the
normal fuselage side views and wing plan textures I've just used fairly
high-res detail 'patches' for the markings, applied to 'carrier' objects.

This is much more like the way I'd do things if I was working on a picture in
my 3d software - there I'd apply multiple textures to an object, as required,
using scope and priority settings to get what I want.  With .ac format models
you can only apply a single texture to an object - hence the need for the
carrier objects.  These are sections of the underlying 'real' object that
have been moved out/away from from the original object surface so that they
cover them.

The pros are 1) the resolution of the details is much higher - have a close
look at the Ace of Diamonds art on the nose and on the bit that sticks out of
the front of the tail-fin (I don't know the proper name for this), and 2)
less texture space is needed.

The most obvious con is that there's more potential for z-buffer problems.  I
notice that whilst on the ground (in chase view), there appears to be
z-buffer fighting for the texture patches but once the a/c has taken off and
has got to about 200ft or so, it clears up.  I've no idea why this should
happen as I'm not changing any of the view settings.

There are a few things I still need to figure out in this respect - I think
there's an issue with graduated textures - they seem to get reduced to 16bpp
and show a lot of banding that's absent on the texture and the model appears
inverted from tower views, at least in 16bpp, but ok from the chase view, and
stuff like that.

I said that the model and fdm aren't new but they have been modified a bit.
I've only reduced the approach aoa in the fdm but the model, whilst basically
the same, has had quite a few changes to accomodate the new u/c and texture
patches.  It also got into FG by a slightly different route - I found that
AC3D would support polys with > 3 sides and after looking at and comparing
.ac and .obj file formats (I can export from RS3D in .obj format) I wrote a C
prog to convert .obj format files into .ac format files.  It's a nasty bit of
hackery that even uses a temporary workfile (LOL), and it will only work with
the simplest of .obj files (e.g. no vertice normal or texture info) but it
allows me to export the model geometry in .obj format, convert it, and load
it straight into AC3D without turning everything into triangles or flipping
face normals.

The funny thing is that objects that consist of just a single rectangle (e.g.
an aileron or flap surface) are not recognised by FG and they have to be
split into two triangles, and once the model's loaded up into FG I can see
from some of the rendering artifacts that it's all still reduced to triangles
prior to display anyway. Still, it saves me from having to do a lot of face
flipping.

Really, the texturing method is experimental and I hope I get some feed-back
on it regarding display and performance issues.  Ultimately, I'd like to try
to reduce the texture size down from 512x512 to 256x256 - nearly half of the
current texture 'space' is unused.
2003-04-21 20:28:24 +00:00
ehofman
6e4c38213e paul mccann wrote:
Hi I fixed the heading bug on the hsi2 and made some changes to the c310-ifr so the adf and dme work.  Just temp fix for those.
2003-04-20 10:05:20 +00:00
ehofman
55178eb9d5 Update some more controls refferences 2003-04-08 08:17:00 +00:00
david
0157440f8e Rename trim properties. 2003-04-08 01:30:35 +00:00
jimw
8371b90d82 More cockpit stuff 2003-04-07 03:23:27 +00:00
david
d8032df111 Correct XML well-formedness errors. 2003-04-05 15:24:03 +00:00
david
30608cc982 Use new magnetos property. 2003-04-05 15:15:40 +00:00
david
e4c5fafbff Move the AI tumbling into pa28-base.xml. 2003-04-05 15:05:29 +00:00
david
289b27bdea Allow the AI to tumble for the PA-28-161. 2003-04-05 15:04:13 +00:00
david
3a40d40b6d Factor out common configuration for the Cessna 310 variants. 2003-04-05 15:03:37 +00:00
david
b500e311f3 The AI for the C172 should tumble in extreme attitudes. 2003-04-04 22:42:32 +00:00
curt
263992cad3 Lee Elliott:
Here's a 'beta' version of a YF23.  The model is virtually finished - I think
I just need to split the wheel well and cockpit linings to clear up the
smoothing artifacts, and add a couple of other little details.

The texturing is rudimentary, all I've done is to map simple colour blocks to
everything.  There's a definite problem with the rear cockpit canopy
transparency - anything viewed through it, except for the pilot stuff and the
rear canopy surround is invisible.  The weird thing is that everything is ok
if you angle the view to look through the front canopy - this is easier to do
with the rear canopy open (parking brake).  The front and rear canopy
glasses, and hud glass are the only transparent objects, and they're all at
the bottom of the hierarchy.

I'd found that if I placed objects below any transparent objects in the
hierarchy, they'd become invisible when viewed through the transparent object
- any objects above the transparent objects would be visible.  This seems to
have worked for the front canopy and hud (the pilot and seat is visible from
the front view through both the front canopy and the hud glass) but not the
rear canopy.

Time for a bit more experimentation, methinks.  That, or find TFM to R:)

I've finally got the u/c door/gear timing working, and I'm also pleased with
the suspension animation.  I couldn't resist linking the pilot's head to the
rudder - it's not as though it does anything, except on the ground (where it
also operates the nose wheel steering.

It all still needs some tuning and finishing - I've modelled the front wing
flaps/slats/what-ever-they-ares and I've put some slats in the fdm, but I
haven't 'used' them yet.  The suspension is still too spongey and it heels
over quite badly on take-off in cross-winds (shows off the independent main
suspension nicely though), and more work on the fdm is needed too.
2003-04-04 15:58:39 +00:00
ehofman
413f9b3f5f Some more small controls updates 2003-04-02 08:45:35 +00:00
ehofman
7c3394b167 Some additional updates for the controls change 2003-04-01 17:51:22 +00:00
david
8118e6a482 Fix to use renamed /control properties. 2003-04-01 15:46:50 +00:00
ehofman
759d86d947 Updates to refelect the controls update of FlightGear. It could be there are a few unupdated controls left. To simplify the transisition there is a file called README.properties in the docs-mini directory of FlightGear that explains the new controls layout. 2003-04-01 12:41:12 +00:00
jimw
4266ac5297 Changed pitch offset. 2003-04-01 02:05:05 +00:00
curt
194ae00ac1 Draw the panel the otherway up. 2003-03-29 02:29:07 +00:00
curt
a39895565d Tweaks to the c172 egt and hsi instruments. 2003-03-29 02:25:58 +00:00
ehofman
6f1088913b make some new aircraft available 2003-03-26 19:01:07 +00:00
jimw
da04163071 Adding P-51D
- JimW
2003-03-24 01:00:00 +00:00
curt
99010b1a22 Martin Dressler:
Added a new hi res bendix-king HSI.
2003-03-21 15:52:01 +00:00
curt
acfabcfaeb Add an electrical system to the seahawk 2003-03-21 15:45:12 +00:00
j4strngs
c3500b4db9 Updated HSI from Paul Mcann 2003-03-20 01:36:52 +00:00
j4strngs
8b78a4988b f16 updates from Erik 2003-03-12 21:07:32 +00:00
david
0b58d7774b Start with a slight downwards view angle. 2003-03-11 03:48:18 +00:00
david
426631620a Use the new DME support under /instrumentation/ instead of the old
support under /radios/.

The display now goes dark when the switch is turned off.

The switch position is now handled entirely within the XML -- the C++
code is generic, so that other DME receiver types can also be
modelled.
2003-03-09 04:13:18 +00:00
david
b6d3f56829 Modified to work with changed "switch" layer. 2003-03-09 03:41:48 +00:00
curt
f506ea3fc3 Oops, fixed the "on" indicator to be driven electrically as well as the "off"
indicator.
2003-03-07 17:16:11 +00:00
curt
9ef922266e Martin Dressler:
New *high* fidelity C172-S ADF and VOR1 and VOR2 instruments.
2003-03-07 15:06:00 +00:00
curt
bbcd133e9a Martin Dressler:
Hi-res C172-S ADF and VOR textures.
2003-03-07 15:05:10 +00:00
curt
5f2d105e3b Lee Elliott:
Fix the AoA intruments to point to /orientation/alpha-deg instead of the
old /velocities/alpha-deg
2003-03-07 14:40:21 +00:00
david
5d12ce5a80 Point to c172p instead of c172r. 2003-03-02 15:00:59 +00:00
david
d561533035 Point to c172p-3d instead of c172r-3d. 2003-03-02 15:00:49 +00:00
david
174097894d Change to an alias. 2003-03-02 13:45:20 +00:00
curt
e583e70d24 Updates to the "Generic" electrical system to make it current with recent
electrical system code changes.
2003-03-01 19:46:48 +00:00
curt
44f334662d Add a generic electrical system. 2003-03-01 19:26:02 +00:00
j4strngs
0170917f51 latest F16 from Erik Hofman 2003-02-28 21:25:04 +00:00
j4strngs
85d1c6bbf7 improved f-16 from Erik Hofman 2003-02-25 03:30:53 +00:00
david
1dceef83c0 Move back the viewpoint slightly so that all of the radios are visible. 2003-02-18 16:53:18 +00:00
curt
dafcf3416d Revert to original RPM gauge. If you want to use the new one on a panel,
refer to rpm-c172s.xml.

Curt.
2003-02-16 20:48:33 +00:00
curt
002b4be49e Missed one instrument. 2003-02-16 20:42:02 +00:00
jimw
0ca7d15aef Fixed texture mapping for needle 2003-02-16 16:46:14 +00:00
curt
4f55e5e810 Updates to the C172-S instruments and some renaming. 2003-02-10 18:45:56 +00:00
curt
7ca3a97f3d Paul Mccann:
I did simple gear handle for the c310-ifr panel if you or any-one want to use
it.  It should work on any of the 2d panels.
2003-02-07 17:33:28 +00:00
curt
bdf0f8a5af Fixes from Lee Elliott. 2003-02-06 20:42:06 +00:00
jimw
dc67bd24cb Pitch offset moved to viewer config 2003-02-06 20:36:16 +00:00
jimw
910d2d9d82 Pitch offset moved to viewer config 2003-02-06 20:25:27 +00:00
jimw
d309b6684f Pitch Offset moved to viewer config 2003-02-06 20:20:00 +00:00
jimw
9e29d8fbd7 Pitch offset moved to viewer config 2003-02-06 20:15:53 +00:00
curt
02b4b4a3f0 Lee Elliott:
Here're some updates for some of the instruments, the TSR2 and the B52.

The instruments are just parameterised/non-specific versions of the engine
and fuel gauges.  The old gauges will still be used by the a10s and the sea
hawks until I get them done.

There're a couple of tweaks to the tsr2 yasim config and amendments to the
model file to change the angle at which the airbrakes operate, correct the
direction that the nose gear retracts/extends and to rotate the main-gear
carts during retraction/extention.  There're also new panels, using the new
instruments.

The b52 yasim config has some big changes due to finding some more info i.e.
wing incidence of 6 degrees, fuel capacities and aileron changes (removed
from G & H versions!).  It's now based on an 'F' model and I've put some
comments in the yasim config about it.  The b52-readme.txt includes a
suggested method on getting airborne;).   I've included an amended model -
B52-F.3ds, which is the default in the new model file, and a couple of panels.

I'm quite pleased with the b52 - the take-offs resemble the photographs I've
seen and I think I've got reasonable values where I've had to guess at stuff,
but the results from the yasim solver look as through the model is
approaching the limits of acceptability for yasim.  By this I mean that the
model is probably a bit dodgy, not that the yasim solver is limited.
2003-02-06 17:32:55 +00:00
curt
47424a14f4 Switch to a c310 specific electrical system configuration. 2003-02-03 22:18:58 +00:00
david
3053cfd271 Fiddled with the 3D eyepoint a bit more, and switched over to using
the 310 JSBSim model throughout (rather than the c310u3a duplicate of
it).
2003-02-03 18:47:04 +00:00
david
d7150e30b5 Improve viewpoint on Cessna 310.
Add ASI with decals for 310-specific airspeeds.
2003-02-03 16:48:15 +00:00
jimw
0633e59c8e Updates for U3A files 2003-02-02 22:34:01 +00:00
curt
57900a7c16 Combine JSBSim c172r with hi-res C172-S panel. 2003-02-01 02:39:00 +00:00
curt
f1e0041875 Added Hi-res C172-S DG, VSI, and RPM gauges. 2003-02-01 02:30:16 +00:00
curt
4fb07113e3 Updated instruments from Martin. 2003-01-30 21:28:15 +00:00
curt
41ec7fcd84 New hi-res attitude indicator and turn coordinator instruments based on
C172-S photos by Martin Dressler.
2003-01-29 15:03:29 +00:00
david
0db45b233a You solo a J3 cub from the backseat, not the front (unlike the later
SuperCub).

Open the lower door for good measure -- it's allowed to be open during
flight, and gives excellent downwards visibility.
2003-01-29 02:02:16 +00:00
j4strngs
31b961fd2c Tidy up the hotspots a bit. 2003-01-27 01:32:46 +00:00
david
c4af6e3ccc Replaced /steam properties with new /instrumentation properties. 2003-01-26 16:45:41 +00:00
david
5875d5b063 Use the /instrumentation properties instead of /steam. 2003-01-25 21:15:27 +00:00
curt
191433e9b4 Lee Elliott:
Updated these instruments to point to the correct texture.
2003-01-22 19:56:51 +00:00
david
f026a4db74 Patch from Julian Foad:
OK -- thanks.  I have now fixed up all the other XML files in the base
package that use "max" and "wrap".  Those affected are all in
Aircraft/Instruments/.  In these files I have also corrected the
indentation in some places, and corrected the frequency controls in
nav3.xml (which does not seem to be in use), and corrected a few obvious
hotspot position bugs.  Where the radios used wrapping to toggle the
ident button between 0 and 1, I have changed this to use
"property-toggle" instead.
2003-01-19 22:00:08 +00:00
curt
4e9a8f7748 Lee Elliott:
There's now another a10 variant - a ferry load configuration - no weapons but
3 x 600 us gal external tanks.  This seems to be the heaviest confguration
for an a10.  I also found a performance graph for the a10 in clean
configuration and it showed max speeds of 275 knots at 45000 ft and 398 knots
at 1200 ft.  As things seem to get a bit squiffy above 35000 ft, in my
experience, I used the 1200 ft figure.  This is pretty close the the figure
that Andy Ross found (380 knots at 0 ft) and I've also tried to incorporate
his mods into the new configs, with a better balanced wing/hstab settings.

After getting a good clean config, I added the extra masses/fuel
tanks/fueselages but didn't change any of the rest of the config, and it
still seems to work properly.  The external tanks were done as fuel tank
entries, with corresponding fuselage entries, whereas I'm not sure how to
handle the 'weight' entries in yasim yet so the weapon load is still done
with an increased total mass and ballast entries.

There'll be some stuff in the archives that haven't changed i.e. the cl & wl
a10 and seahawk models, but until I get using cvs for my own bits and pieces
it was easier to do the whole directory.  I hope this isn't a problem.

Finally, I've set up some panels, based on the c310 vfr and mini panels.  The
vfr panels have a lot of additional instruments on them but impose quite a
high frame-rate hit on my system.  The mini panels also have some additional
instruments but seem to work without noticable penalty here.  I've set these
panels as the defaults for these aircraft but I'm not sure it's a good idea
to have the vfr panels by default due to the performance hit.  Using them as
default will should give some feedback though;)

To go with the new panels are a number of rough and ready instruments I
hacked, mostly out of one of the rpm gauges, but I've adapted the throttle
quadrent (jet-throttle-quadrant) to funstion for throttle, flaps and reheat.
All the gauge faces were based on an existing ffgfs instrument texture, so
there's no problem with copyright there.  All the other bits that I've done
may be distributed under the same conditions as fgfs.
2003-01-19 04:04:09 +00:00
curt
f9daa22aa0 Lee Elliott:
The only real changes to the seahawk stuff were to add the panels, but I
found that Sea Hawks have three fuel tanks, with a 'saddle tank' over the
engine feeding fuel into the second/rear tank, so the yasim config's changed.
2003-01-19 03:58:06 +00:00
curt
8183684930 Lee Elliott:
Here are some more updates, and bits and pieces.

The tsr2 is mostly a re-write, with more reasonable figures for the wing and
hstab.  I've also tried to reduce the poly count on the model whilst adding
the airbrakes and canopies.

Finally, I've set up some panels, based on the c310 vfr and mini panels.  The
vfr panels have a lot of additional instruments on them but impose quite a
high frame-rate hit on my system.  The mini panels also have some additional
instruments but seem to work without noticable penalty here.  I've set these
panels as the defaults for these aircraft but I'm not sure it's a good idea
to have the vfr panels by default due to the performance hit.  Using them as
default will should give some feedback though;)

To go with the new panels are a number of rough and ready instruments I
hacked, mostly out of one of the rpm gauges, but I've adapted the throttle
quadrent (jet-throttle-quadrant) to funstion for throttle, flaps and reheat.
All the gauge faces were based on an existing ffgfs instrument texture, so
there's no problem with copyright there.  All the other bits that I've done
may be distributed under the same conditions as fgfs.
2003-01-19 03:50:13 +00:00
curt
3c779c032d Lee Elliott:
[ In support of the TSR2, SeaHawk and A-10 ]

I've set up some panels, based on the c310 vfr and mini panels.  The
vfr panels have a lot of additional instruments on them but impose quite a
high frame-rate hit on my system.  The mini panels also have some additional
instruments but seem to work without noticable penalty here.  I've set these
panels as the defaults for these aircraft but I'm not sure it's a good idea
to have the vfr panels by default due to the performance hit.  Using them as
default will should give some feedback though;)

To go with the new panels are a number of rough and ready instruments I
hacked, mostly out of one of the rpm gauges, but I've adapted the throttle
quadrent (jet-throttle-quadrant) to funstion for throttle, flaps and reheat.
All the gauge faces were based on an existing ffgfs instrument texture, so
there's no problem with copyright there.  All the other bits that I've done
may be distributed under the same conditions as fgfs.
2003-01-19 03:31:36 +00:00
david
c3cddade91 Yank out the autopilot and add a DME instead. 2003-01-18 22:05:17 +00:00
curt
ca3963d865 Lee Elliott:
The other stuff isn't really an update but something I did for a bit of a
laugh.  The idea ocurred to me after animating the folding wings on the
seahawk and seeing that the aileron and flap axis still worked...
2003-01-09 15:04:55 +00:00
curt
a2c511a47f Lee Elliott:
Here're a couple of updates.  Well, one's an update - the tsr2 and this now
has reasonable wing and hstab values.  The roll rate was very high and I
figured that as it was going to be a hack anyway, due to the all moving
tailplanes, I just made them very ineffective and linked them top the
tailplanes in the model file.  I think I may have over factored them a bit
too much but it's interesting watch them in chase view.  If the autopilot
roll-out-deg is dropped to about two it'll start oscillating, and from behind
it looks like it's paddling:)
2003-01-09 14:54:53 +00:00
david
1452df9210 Patch from Julian Foad to fix wrapping behaviour for property-adjust
and property-multiply.
2003-01-04 18:54:25 +00:00
curt
177e960c1d Lee Elliott:
Added a Hawker Sea Hawk: --aircraft=seahawk-yasim.
2003-01-03 16:58:08 +00:00
j4strngs
7038d5dd13 . 2002-12-30 21:59:43 +00:00
david
f051bfcc49 Modified so that the integer and decimal parts of frequencies are
controlled separately, and COM uses the correct range.
2002-12-30 19:48:04 +00:00
mselig
b3cc48b0d6 update to Beech 99 set file, MSS 2002-12-29 00:42:10 +00:00
david
754cca868d Changed to use the new mod-up support for panel mouse actions. Now,
you simply click with the left mouse button to advance to 'both';
after that, if you click again, the start engages until you let go of
the mouse button, at which point the knob snaps back to 'both'.
2002-12-28 19:10:41 +00:00
david
183fe78168 Switched to an internal 3D view and started to rough in the interior. 2002-12-28 19:08:58 +00:00
j4strngs
84d494fa94 New HSI from Paul McCann 2002-12-28 00:48:31 +00:00
david
f55bba6054 Fully animated, untextured external model for Piper Cherokee Warrior
II.
2002-12-26 21:09:29 +00:00
mselig
590e8553c6 updating airwaveXtreme150 hang glider, MSS 2002-12-26 07:36:09 +00:00
mselig
009840ab49 updating asw20 sailplane, MSS 2002-12-26 07:35:22 +00:00
david
c2ca4bf71a Rolled back some changes to improve handling. 2002-12-22 20:05:22 +00:00
mselig
f2b8f54d00 1903 Wright Flyer update, MSS 2002-12-22 04:58:17 +00:00
curt
7f7af09f20 Lee Elliott:
Here's a B52-H that I've done and it can be distributed under the same
conditions etc. as fgfs.  It seems to fly ok but I'm sure it could do with a
bit of adjustment - perhaps Andy R. will have a look and give it a few tweaks.

It wouldn't need too much work to convert it to an -A model (different
engines, taller fin etc.) and then it could be teamed up with the X15 :)

I still can't get textures on the models but it occurred to me that if
someone could apply blank texture maps to the models I could then fill in the
blanks, as it were.

I also noticed that there don't appear to be models included for the F-104,
F-15 & F-16 and I think I could probably do some and animate them for fgfs if
they'd be useful.

Re the A10 - Andy said he'd had a look at it and made a few changes to fix a
few things that I'd done incorrectly and asked if I wanted to keep tinkering
with it or should he roll his changes into the fgfs cvs?  I said to him that
I'd be happy to go with his changes as they'll be more realistic/accurate than
the stuff I've done.

I've certainly no problem with anyone doing anything with any of the stuff
I've done, so long as it's an improvement :)
2002-12-18 02:32:08 +00:00
david
f30f9e7430 Preliminary draft of a PA28-161 (Piper Warrior II). Right now it uses
a simple YASim aero model, the Cessna 2D panel, and an unanimated,
untextured 3D model.
2002-12-12 18:55:58 +00:00
david
55620c983f Disable logging. 2002-12-12 18:40:04 +00:00
curt
5122472a13 Lee Elliott:
Initial revision of a10
2002-12-06 18:40:36 +00:00
david
1217aebbe0 Added windows, propeller disks, some interior detailing, and a few
basic instruments to the civilian C310.
2002-12-06 12:39:35 +00:00
david
28d36f2685 Higher precision for vertex locations. 2002-12-06 12:16:57 +00:00
curt
79463103ae Lee Elliott:
I've taken the liberty of attaching a .tar.gz file containing a .3ds model of
a BAC-TSR2, a yasim config file based on the correct figures (where I could
find them) and the -set.xml and model.xml files to fly it.

I'm primarily a 3d'er and originally did the TSR2 for a picture I'm working
on but when I got fgfs running (Debian Linux) I couldn't resist loading it in
and trying to get it to fly.  The model was created in Realsoft3D and
exported as .3ds.

I've been able to tag the various sub-objects, to animate them but the export
process appears to 'flatten' any object hierarchy I set up and I'm guessing
this is necessary for sequential animations - I couldn't set up the correct
sequential rotations to properly bring the main u/c in.  Also, in real life,
there are several other u/c doors that should open and close in sequence to
get the gear in and apparently the sequence was quite complex.

On the ground though, it is as shown (so I didn't need to model the extra
doors for my picture anyway;)

It could do with some airbrakes too, both for the model and for the fdm.  As
with the extra u/c doors, I didn't need them for the picture and they haven't
been modelled.

As well as not being able to preserve object hierarchies when I export from
Realsoft3D's native object format to .3ds, I'm not able to preserve textures
or colour-mapping either, so the aircraft appears all white.

Hopefully, someone might like to add the extra doors and airbrakes, which
shouldn't be too difficult, and put some texturing on it - mostly white
anyway, for the prototypes, or a contemporary RAF scheme if someone wants to
pretend that it entered service.

The yasim fdm model, as said, cannot be regarded as accurate.  However, while
it is based on the specs for the real aircraft, where I could find them, the
measurments are probably only accurate to about 1 metre.  That's assuming I
was measuring the right things in the first place;)  Other bits that I wasn't
sure about i.e. flaps, ailerons etc. have been hacked out of the a4 or the
747.

It could do with some 'refinment' by people who know what they're doing, but
it seems to fly about right, or rather, as I'd imagine:)  (me want a
forward-looking ski-toe terrain avoidance radar:)

Anyway, I'm happy for the whole lot to be released under the same licence and
conditions as the rest of the fgfs stuff, either as a part of fgfs or by
anyone else who will also follow those same licence and condition terms.

I've also got a reasonable yasim b52 flying but no moveable bits on the model
yet, a vulcan with a similar simple 3d model using a grossly hacked c310
jbsim fdm (right numbers where I could find them but powered by a couple of
XLRs) and a Saunders-Roe SR45 Princess flying boat model and yasim fdm (can't
get it into the air with propellors but substituting equivilent jets (2.5x
factor) got it flying.  I've started on a EE/BAC Lighting FMk6 model but I'll
probably be doing a Fairchild A-10 and an Antonov An-225 first.

I figure this is the best way I can contribute to the fgfs project, and l'd
like to be able to offer something.
2002-11-27 21:35:06 +00:00
jimw
17e908cfd7 Beginning of 3D Flight Deck. So far only the main panel. 2002-11-27 21:16:39 +00:00
david
3e85bbb246 Toned down yaw from rudder and ailerons a bit. 2002-11-27 17:49:38 +00:00
david
78bc6f6d22 Retrim for new JSBSim aero config file. The plane is optimized to fly
(pretty-much) hands off straight-and-level at 3000ft, 110 KIAS.
2002-11-27 16:02:03 +00:00
david
0b62241a7b Latest version from JSBSim CVS.
Make the plane much sloppier at high alpha and/or with the flaps
extended.  In slow flight, there's much more lateral instability now,
and adverse yaw is more obvious at the start of a turn using only
ailerons.
2002-11-27 16:00:47 +00:00
tony
281658459d Updates from JSBSim. Includes two new aircraft from Erik Hofman, the f104 and f15. 2002-11-23 16:06:30 +00:00
david
06d40db457 Removed alpha component (and switch labels) from 3D panel. That fixes
the bleed-through problem -- it occurs only when the texture has an
alpha component.  It's not a good, long-term solution, though.
2002-11-19 03:36:37 +00:00
david
2a346c9e3c Repositioned and improved left and right nav lights; added white rear
nav light; enlarged beacon.
2002-11-17 11:24:48 +00:00
david
50513d7558 Factored out some common configuration in the C172P and misc. C172
config files.

Retrimmed the JSBSim 172P to use more rudder and less aileron,
improving coordination in cruise.
2002-11-16 20:31:48 +00:00
david
377029d492 Factored out some common configuration in the C172R config files.
Retrimmed the JSBSim 172R to use more rudder and less aileron,
improving coordination in cruise.
2002-11-16 19:10:54 +00:00
david
e2f795a0b9 Added electronics switches to the panel. They cannot (yet) be
activated with the mouse, but they do respond to the following
properties:

/controls/lights/taxi
/controls/lights/landing
/controls/pitot-heat
/controls/lights/navigation
/controls/lights/beacon
/controls/lights/strobes
2002-11-16 16:03:57 +00:00
david
4283451d92 Additional texturing on seats, yoke, trim wheel, carb heat knob,
throttle, and mixture knob.
2002-11-16 02:28:40 +00:00
mselig
5fa6d198cb Adding in model tag, which will be ignored if there is no model. In that case the glider will be displayed. 2002-11-15 06:59:06 +00:00
jimw
5e0e668cac Fix pilot view position and nose gear doors. 2002-11-15 03:58:53 +00:00
david
103595d38a The model now has several animated (but untextured) 3D controls:
- yokes
- carb heat
- throttle
- mixture
- flap switch
- trim wheel

Moved the pilot seat back slightly.

Use LOD more aggressively, so that all the interior detail is skipped
when the viewer is distant.
2002-11-13 16:49:30 +00:00
david
3ce07eb94c Added untextured (but animated) control yokes. 2002-11-13 02:43:47 +00:00
david
6465aea9c7 More modifications to the 172p:
- added untextured seats
- moved the panel back to the proper position
- changed viewpoint and field of view
2002-11-11 21:52:40 +00:00
david
a07b90cdf9 Introduced a new alias arrangement, using the 'include' attribute on
the root PropertyNode element.  For example,

  --aircraft=c172

is now an alias for

  --aircraft=c172r

which is an alias for

  --aircraft=c172r-jsbsim

All JSBSim *-set.xml files have been renamed to include 'jsbsim'
explicitly in their names; the ones without 'jsbsim' are now aliases
to the default, whatever that may be.

Here are some new, simpler aircraft identifiers:

  --aircraft=cub
  --aircraft=747
  --aircraft=sopwithCamel
  --aircraft=c310-3d

and so on.

This system allows users to create new *-set.xml files by overriding
parts of existing ones rather than by cut-and-paste.
2002-11-11 17:30:09 +00:00
mselig
f60eb3abb6 updates, MSS 2002-11-11 04:25:48 +00:00
mselig
42202aa904 adding new Fokker Dr.1 files, MSS 2002-11-11 04:24:04 +00:00
david
8f98338e21 Improve curve of instrument panel.
Add VHF antennas to top of fuselage.

Better propeller disks when spinning fast.

Took green tint out of pitot tube.
2002-11-11 02:51:16 +00:00
j4strngs
056dff7dee Fixes from Julian Foad:
- makes instrument knobs turn at a realistic rate
- removes redundant <min> and <max> specifications*
- corrects the indentation to reflect nesting depth
- corrects some descriptive names

* E.g. if the gyro compass heading is 365, there's no point clamping the
value to 360 before drawing it.  Just using the given value is more
likely to be right - or, if it's wrong, at least we won't hide the bug.
2002-11-10 20:44:17 +00:00
mselig
ce4492b325 adding new Sopwith Camel files, MSS 2002-11-10 04:32:06 +00:00
mselig
17b40e6b26 1903 Wright Flyer -set.xml file update, MSS 2002-11-09 18:42:38 +00:00
mselig
76ba1f1d80 asw20 model files 2002-11-09 07:28:07 +00:00
mselig
d4183cfbda hang glider updates: GNU GPL model, MSS 2002-11-09 02:28:10 +00:00
mselig
e3574cc7d4 removing obsolete file, MSS 2002-11-09 02:19:26 +00:00
david
cab674876f Added beacon and navigation lights. 2002-11-06 16:01:53 +00:00
david
04ae53be36 Yet more fiddling with pilot viewpoint. 2002-11-06 16:01:19 +00:00
j4strngs
4da258be05 The adjusting knob has slow (left mouse button) and fast (right mouse
button) modes.  Due to a typo in altimeter.xml, one direction of
adjustment with the left mouse button was giving fast changes.

Simple patch attached.

- Julian
2002-11-05 00:24:01 +00:00
jimw
e79e2c2d3e Adjustments to rudder, Orville, animation. 2002-11-04 04:05:43 +00:00
david
03a0ad18eb Finished setting up configurable default viewing properties, and
implement them for the C172P 3D model.  Look near the top of
preferences.xml for an example.  The recognized properties are as
follow, with vanilla defaults in parentheses:

  /sim/view/config/default-field-of-view-deg (30)
  /sim/view/config/default-pitch-deg (0)
  /sim/view/config/front-direction-deg (0)
  /sim/view/config/front-left-direction-deg (45)
  /sim/view/config/left-direction-deg (90)
  /sim/view/config/back-left-direction-deg (135)
  /sim/view/config/back-direction-deg (180)
  /sim/view/config/back-right-direction-deg (225)
  /sim/view/config/right-direction-deg (270)
  /sim/view/config/front-right-direction-deg (315)

These are particularly useful for the view from inside a 3D aircraft
model.
2002-11-02 21:41:53 +00:00
david
ae27863994 Fix prop and window alpha order (again). 2002-11-02 20:13:07 +00:00
j4strngs
7d224e6820 The new led font is now antialiased (`a la Andy) and has
twice the design size (character height) of the old one.
Advantages:
- displays . and : correctly with less space around, and digits
  with more space around (using Andy's improvements to plib)
- small text becomes much more legible (-> clock, AP-altitude)
- the font contains pretty much every character that can be
  displayed on a seven segment display, so it might be more
  useful for future instruments.
2002-11-02 00:23:46 +00:00
david
d1596cd80e Make knobs work on the standby frequency rather than the active
frequency.
2002-10-25 22:16:57 +00:00
j4strngs
938963e8b8 Stub in generic electrical system on non Cessna planes.
Reorder tags in c310 configs for consistency.
Stub in c172 electrical system on Cessnas lacking one.
2002-10-24 03:33:49 +00:00
j4strngs
7d3371137c Add directory for generic configs for subsystems 2002-10-24 03:31:00 +00:00
curt
d4d5ad1d5d Set aileron trim to 0.0
Rescale TC ball movement for hi res instrument.
2002-10-16 03:17:19 +00:00
j4strngs
a6e5ddd636 beech99-v1 has just a blank line difference. The c172's have
the electrical system added so the night lighting works (hey
I do most of my flying at night).
I also added archive flags to some properties as per
c172-set.xml.
2002-10-11 06:23:03 +00:00
j4strngs
4db8d593d7 Add electrical system to c172-ifr. The c172-set.xml was just touched
there are no changes to that.
2002-10-11 04:41:35 +00:00
j4strngs
0034d4a2c4 Gas it up and update 2002-10-11 04:36:48 +00:00
j4strngs
97c67cfc82 Put some juice in the fuel tanks.
I don't know the capacity so I just dumped 14 gal (I think thats the
wing tank capacity) in each of the 4 defined tanks
2002-10-11 04:10:35 +00:00
david
04679b7f29 Rounded wings more where the air vents will go.
Expanded chamber of pitot tube.
2002-09-30 14:04:58 +00:00
david
0e673b222b Fixed reversed aileron animation. 2002-09-30 14:04:15 +00:00
david
47ce58e5d4 New pitot system and airspeed indicator. 2002-09-28 20:49:56 +00:00
david
1d1770c43f Modifications to support new VSI and HI models in FlightGear. 2002-09-27 22:00:02 +00:00
david
3b85be3398 Modifications to support new altimeter and static port models in
FlightGear.
2002-09-27 18:26:42 +00:00
curt
580ca95e32 Refined some property names for electrical system. 2002-09-25 22:03:51 +00:00
curt
da20738864 Update the hi-res attitude indicator to also use David's new vacuum driven
system.
2002-09-25 21:58:20 +00:00
curt
f2ce61faa1 Specify a default c172 electrical system. 2002-09-24 19:54:46 +00:00
david
9979de52f5 Support new attitude indicator with spin-down. 2002-09-24 16:39:53 +00:00
tony
d50ac80260 Updated all JSBSim aircraft config files to new file format 2002-09-24 12:56:05 +00:00
david
37fb178385 Retrimmed for level cruise. 2002-09-23 21:42:34 +00:00
tony
50ba684b84 Latest JSBSim updates, including a thrust-only turbofan model. 2002-09-22 15:21:01 +00:00
david
1dd4620caa Default to a slightly downward view angle with the 2D panel. 2002-09-20 21:59:26 +00:00
david
8804257902 Use prop_generic2f to get a reasonable propeller. 2002-09-20 20:48:09 +00:00
david
1dbb51e74d In JSBSim, the c172 model has split into c172p.xml and c172r.xml.
Reflect those changes here.
2002-09-20 17:45:00 +00:00
david
e466df8964 Removed unused textures. 2002-09-20 17:41:02 +00:00
jimw
5d2c9fd8cb Updates to 1903 Flyer. More frame adjustments, engine detailing based on
close up photo of an "original".  Changed to 3D "cockpit" view.
2002-09-20 02:55:15 +00:00
david
5711fe3949 Improvements to aircraft interior. 2002-09-14 16:25:00 +00:00
jimw
b906dfb973 Added wright flyer model. No textures or animation yet. 2002-09-11 03:09:25 +00:00
david
0799e5f601 Updated settings for C172P (still using the 172R flight model). 2002-09-08 19:20:35 +00:00
david
0fa583feba Updated with animations, more detail, and new panel. 2002-09-08 19:14:27 +00:00
curt
79c612a893 Set aileron trim for the c310's ... not 100% perfect, but a lot better than
taking the C172 default.
2002-09-07 18:37:25 +00:00
mselig
c51c49003b Marchetti update, MSS 2002-09-07 07:01:40 +00:00
jimw
0367c4cb52 Fixed so that the correct panel is displayed in 2D mode 2002-09-06 03:25:59 +00:00
david
ad929fcc6e Some more improvements to the 172p model. 2002-09-04 21:33:52 +00:00
mselig
1b698e874d Removing old -uiuc-set.xml file 2002-09-03 23:45:41 +00:00
mselig
9125b3cd55 Removing old -set.xml file 2002-09-03 23:44:15 +00:00
david
8afa460879 Added seats (not yet textured) and front interior brace bars.
Reshaped interior to match photos, with covered luggage bin behind
second seat.

Added more triangles to the panel to round it out.

Moved viewpoint to match up better with seats.
2002-09-02 16:51:47 +00:00
david
aa74b03538 Retrimmed C172 for straight-and-level flight at 3000 ft ASL, 2200 rpm,
110 ktas.
2002-09-01 14:44:12 +00:00
david
101d2d6972 Trimmed out the Cub for level cruise by adjusting the fixed aileron
and rudder trim.  There should not be so much adverse roll now.
2002-08-31 21:11:53 +00:00
curt
408b9f1d0a Erik Hofman:
This updates the sound effects of most aircraft types:
- lowered the flaps volume
- updated the gear-lock location
2002-08-29 18:34:04 +00:00
curt
a6eca0a3e9 Make adf power on/off a seperate property. 2002-08-29 02:18:36 +00:00
curt
742fc098e4 Add a brief description to each *-set.xml file. 2002-08-28 15:00:25 +00:00
david
68a68bb5d1 Lowered default view angle from -5deg to -8deg to get a better
starting view of Jim's instruments.
2002-08-24 15:28:55 +00:00
david
f4fa46d878 Started interior. 2002-08-23 18:26:36 +00:00
curt
c3c953a070 Hi-res versions of altimeter and airspeed indicators from Martin Dressler.
Use Martin's needle for hi-res rpm and vsi gauges.
2002-08-22 17:38:35 +00:00
curt
771cba4a0f Hi-res attitude indicator from Martin Dressler. 2002-08-22 16:57:36 +00:00
curt
1a7d04f303 Working on creating some hi-res version of the basic instruments. 2002-08-22 16:28:11 +00:00
curt
18d355ca98 Tweaks to 610x panel layout. 2002-08-22 16:05:58 +00:00
curt
6541dcad19 Updated UFO to have an interesting sound and scale the size a bit more
"realistically." :-)  This is based on a captured craft from the
"White Project" of the UNESCO.
2002-08-20 18:57:42 +00:00
david
e9bc16e5aa Added default pilot weight.
Use (unfinished) 3D model of a Cub rather than the C172 model.
2002-08-18 18:01:17 +00:00
david
626d78132d YASim aero model for a Piper J3 Cub. 2002-08-15 22:02:57 +00:00
david
3c14bbfedb In-progress C172p stuff. Nothing exciting yet. 2002-08-05 18:17:29 +00:00
david
7ad08c1779 Give same viewpoint as JSBSim 3D C172. 2002-08-05 18:09:06 +00:00
david
7f0a64639b Adjust pilot position. 2002-08-02 21:37:03 +00:00
jimw
2d5a7e7c36 Made some adjustments to ap config. Should reduce tendency to occilate on
climbs.
2002-08-02 17:08:43 +00:00
curt
41ba93b4ea Don't specify a particular fdm/aircraft type. 2002-07-31 21:23:43 +00:00
david
c01d9d77db Modified the initial view position and angle, based partly on
suggestions from Cameron Moore.  The pilot view position is now
further back, further to the left, and higher, giving better
visibility over the nose and out the left window for circuits and low
passes (i.e. to see the wind sock).  The initial view angle is down
20%.  Unfortunately, the default FOV is slightly wide-angle, and the
down view makes that noticeable.
2002-07-31 17:27:57 +00:00
j4strngs
e08a89a37c King KR-87 ADF radio markup
It's a little funky to use right now because
the FRQ and timer buttons should be momentary action.
As it stands you need to do 2 clicks to send on/off.
If anybody can think of a workaround, we could use one.

For now the ADF and BFO buttons just toggle the
annunciators. For ANT mode, I just need to wire up the
ADF needle.

Two clicks on FRQ flip flops the selected and standby
freqs.
Two clicks of FLT/ET will change the standby display
to timer mode and another two will flip between
FLT and ET. If you click and the annunciator flashes
briefly but the display does not change, you need
to click FRQ -one time- to get the button in phase.

ET mode has a count down mode, this is where it really gets tricky.
On the real thing, you hold the SET/RST button for 2 seconds.
Here you must click one time, wait for the display to flash then
click one more time. Now you can set the time to count down.
Right clicking the dial will set minutes, middle click (I know,
I'll make it a keyboard modifier later) sets hours. As usual
the left side decreases and right side increases.
Once you have the desired time set, click the SET/RST button
twice in rapid succession. Two rapid clicks will reset the
elapsed timer when it's counting down, but also while you are
setting it (when display is flashing).
When the count down timer reaches zero, it starts counting up again.
It -should- flash for 15 seconds and set off a warning tone, but
for now it doesn't.

The unit is also equipped with an on/off/volume knob. Whne the
unit is powered down the timers are reset.

TODO:

Add labeling
Wire up ADF needle
Prettier face
2002-07-30 04:03:36 +00:00
j4strngs
b0e9bebdfc King KR-87 ADF radio texture 2002-07-30 03:42:41 +00:00
jimw
3900be5158 adjustments to a4 model. fixed slats, etc. 2002-07-26 16:13:58 +00:00
curt
b2b507546a Added 610x varient of the C172. This is exactly like the default C172
except that it has a full screen panel with only the 9 'major' 3 inch
instruments plus four 2 inch engine monitoring instruments.  This is intended
to go along with a hardware cockpit "someday."
2002-07-20 23:52:33 +00:00
jimw
59d4493b60 adjustments for new panel code 2002-07-12 01:26:28 +00:00
curt
60e61d8cac Updated glide slope neede so full deflection corresponds to +/- 0.7 degrees
of the glide slope.
2002-07-09 22:41:12 +00:00
curt
e5a77ccdb5 Updated adf property name. 2002-07-03 21:39:56 +00:00
curt
f4fc7844df Various property name changes corresponding to adf overhaul in code. 2002-07-03 21:38:14 +00:00
curt
c4e573ec58 Updates to adf property names. 2002-07-03 19:53:30 +00:00
curt
142df2295c Minor property name changes reflecting changes on the source code side. 2002-06-30 20:48:53 +00:00
aross
911b2e15ef Added an AoA indexer to the A-4 cockpit 2002-06-29 06:58:00 +00:00
david
02365a0006 Initial attempt at a (flat) AI bypassing the panel code. 2002-06-28 12:57:29 +00:00
david
1efd590e49 Initial attempt at a (flat) 260kt ASI bypassing the panel code. 2002-06-28 12:56:23 +00:00
david
40252e3a6b Start work on a C172P, with a new 3D model. 2002-06-28 12:54:39 +00:00
david
99dc046560 Changes to support 3D panel support from Andy Ross. 2002-06-28 12:53:10 +00:00
jimw
d280159eac model adjustments, changed eye position and panel layout for viewability
until a more accurate layout can be done.
2002-06-26 01:17:57 +00:00