Re: [Flightgear-devel] Re: Curtis - small change of UFO.cxx possible?

2006-03-11 Thread Georg Vollnhals
Melchior FRANZ schrieb: Yes. But I wouldn't even edit that if it isn't necessary. Just create a file $FG_ROOT/Nasal/local.nas where you collect all local modifications. ... m. Thanx, this is for my nightshift (at home), best time for me to do such work :-) Georg ---

Re: [Flightgear-devel] Re: Curtis - small change of UFO.cxx possible?

2006-03-11 Thread Georg Vollnhals
Hi Geoff, Geoff Air schrieb: Here is a tiny tested patch - --- c:\FGCVS\FlightGear\source\src\FDM\ufo.cxxThu Mar 02 12:18:14 2006 ... Thank you for making this patch, I couldn'd do it until now ... It also overcomes another bothersome minor 'problem' ... frequently, when I start FG with

[Flightgear-devel] Re: Curtis - small change of UFO.cxx possible?

2006-03-11 Thread Melchior FRANZ
* Georg Vollnhals -- Saturday 11 March 2006 20:18: > sorry I didn't want to waste all your sparetime with this little problem. Coding Nasal is never a waste of time. :-) > But now I am keen to learn and have to ask. Is this line a Nasal > function which is initialised by the ufo-set.xml file?

Re: [Flightgear-devel] Re: Curtis - small change of UFO.cxx possible?

2006-03-11 Thread Georg Vollnhals
Melchior FRANZ schrieb: * Melchior FRANZ -- Saturday 11 March 2006 19:07: We could also add a controls.gearDown() function to ufo-set.xml if it turned out to be a big help (which I don't expect). Or you put it in yours. This is what you seem to want: controls.gearDown=func(x){if(x){setpro

[Flightgear-devel] Re: Curtis - small change of UFO.cxx possible?

2006-03-11 Thread Melchior FRANZ
* Melchior FRANZ -- Saturday 11 March 2006 19:07: > We could also add a controls.gearDown() function to ufo-set.xml if > it turned out to be a big help (which I don't expect). Or you put it in yours. This is what you seem to want: controls.gearDown=func(x){if(x){setprop("engines/engine/speed-

[Flightgear-devel] Re: Curtis - small change of UFO.cxx possible?

2006-03-11 Thread Melchior FRANZ
* Georg Vollnhals -- Saturday 11 March 2006 18:57: > my answer to Geoff was *not* meant in a bad way. Hehe. Never mind. I was a little annoyed by the "Just 3 lines" remark and the "not to use the simple version", but that wasn't serious. :-) > The only theoretical advantage of the "gear-down/

[Fwd: Re: [Flightgear-devel] Re: Curtis - small change of UFO.cxx possible?]

2006-03-11 Thread Georg Vollnhals
Original-Nachricht Betreff: Re: [Flightgear-devel] Re: Curtis - small change of UFO.cxx possible? Datum: Sat, 11 Mar 2006 17:58:18 +0100 Von: Georg Vollnhals <[EMAIL PROTECTED]> An: flightgear-devel@lists.sourceforge.net Referenzen: <[EMAIL PROTECTED]> Hi Geoff

[Flightgear-devel] Re: Curtis - small change of UFO.cxx possible?

2006-03-11 Thread Geoff Air
What an excellent idea ... it allows UFO speed adjustments with g/G keys ... Here is a tiny tested patch - --- c:\FGCVS\FlightGear\source\src\FDM\ufo.cxx Thu Mar 02 12:18:14 2006 +++ source\src\FDM\ufo.cxx Sat Mar 11 13:20:40 2006 @@ -94,6 +94,9 @@ // the velocity of the aircraft d

Re: [Flightgear-devel] Re: Curtis - small change of UFO.cxx possible?

2006-03-11 Thread Georg Vollnhals
Melchior FRANZ schrieb: * Georg Vollnhals -- Saturday 11 March 2006 01:44: My problem was that one cannot fly at very low speed with the UFO Use: flaps down -> decrease max speed flaps up -> increase max speed I have heard that some types of UFOs do indeed have flaps! m. Thank you M

[Flightgear-devel] Re: Curtis - small change of UFO.cxx possible?

2006-03-11 Thread Melchior FRANZ
* Georg Vollnhals -- Saturday 11 March 2006 01:44: > My problem was that one cannot fly at very low speed with the UFO Use: flaps down -> decrease max speed flaps up -> increase max speed I have heard that some types of UFOs do indeed have flaps! m.