Board index FlightGear Development Aircraft

Improving R44 Clipper/Raven II Helicopter Project

Questions and discussion about creating aircraft. Flight dynamics, 3d models, cockpits, systems, animation, textures.

Re: Improving R44 Clipper/Raven II Helicopter Project

Postby Thorsten » Tue Sep 26, 2017 12:37 pm

Maybe you prod him again, he might just be busy and have forgotten - he created a lot of aircraft after all. I don't mind doing it if he is too busy, but it's the polite thing to try to go through him first.
Thorsten
 
Posts: 12490
Joined: Mon Nov 02, 2009 9:33 am

Re: Improving R44 Clipper/Raven II Helicopter Project

Postby paju1986 » Tue Sep 26, 2017 12:51 pm

Ok, i will try to contact him again.

But anyways i will continue to use the github repo for the developments because i preffer using git over svn so latest features will have to be uploaded to fgaddon from time to time.

Regards!
paju1986
 
Posts: 246
Joined: Sun Oct 30, 2011 8:42 pm
Location: Badajoz (Spain) - LEBZ
OS: Arch Linux

Re: Improving R44 Clipper/Raven II Helicopter Project

Postby Thorsten » Tue Sep 26, 2017 1:04 pm

Can't blame you there, I also like GIT better and am doing the same thing :mrgreen:
Thorsten
 
Posts: 12490
Joined: Mon Nov 02, 2009 9:33 am

Re: Improving R44 Clipper/Raven II Helicopter Project

Postby paju1986 » Tue Sep 26, 2017 7:08 pm

Hey @RenanMsV maybe we should deactivate the pushback when the engine is running to avoid this:

LOL

Image
paju1986
 
Posts: 246
Joined: Sun Oct 30, 2011 8:42 pm
Location: Badajoz (Spain) - LEBZ
OS: Arch Linux

Re: Improving R44 Clipper/Raven II Helicopter Project

Postby RenanMsV » Wed Sep 27, 2017 6:26 pm

hahaha I'll fix that later.

I did found problems.

Seems to be a livery over mp problem. My friends can not see my livery when I change it. Both have the liveries installed.
Checked livery implementation http://wiki.flightgear.org/Livery_over_MP and everything seems to be ok. No idea.

When instruments-norm equals 0 the lights such rpm fault, clutch are no displayed.

When I'm flying straight, the helicopter seems to be tilted horizontally.

Image
www.flightgearbrasil.com.br
www.fgbrazukas.wixsite.com/fgbrazukas
RenanMsV
 
Posts: 134
Joined: Thu Oct 27, 2016 3:02 am
Callsign: BR-RVD

Re: Improving R44 Clipper/Raven II Helicopter Project

Postby paju1986 » Fri Sep 29, 2017 4:02 pm

When I'm flying straight, the helicopter seems to be tilted horizontally.


Dissymmetry of lift maybe?

https://en.wikipedia.org/wiki/Dissymmetry_of_lift


When instruments-norm equals 0 the lights such rpm fault, clutch are no displayed.


Ok, will look into that

Seems to be a livery over mp problem. My friends can not see my livery when I change it. Both have the liveries installed.
Checked livery implementation http://wiki.flightgear.org/Livery_over_MP and everything seems to be ok. No idea.


I don't know to much about that but I will take a look maybe i find something
paju1986
 
Posts: 246
Joined: Sun Oct 30, 2011 8:42 pm
Location: Badajoz (Spain) - LEBZ
OS: Arch Linux

Re: Improving R44 Clipper/Raven II Helicopter Project

Postby Octal450 » Fri Sep 29, 2017 4:13 pm

This is coming along really nicely! I'll give it a little test later, and report later, what I think.

Kind Regards,
Josh
Skillset: JSBsim Flight Dynamics, Systems, Canvas, Autoflight/Control, Instrumentation, Animations
Aircraft: A320-family, MD-11, MD-80, Contribs in a few others

Octal450's GitHub|Launcher Catalog
|Airbus Dev Discord|Octal450 Hangar Dev Discord
User avatar
Octal450
 
Posts: 5583
Joined: Tue Oct 06, 2015 1:51 pm
Location: Huntsville, AL
Callsign: WTF411
Version: next
OS: Windows 11

Re: Improving R44 Clipper/Raven II Helicopter Project

Postby StuartC » Fri Sep 29, 2017 4:42 pm

Seems to be a livery over mp problem. My friends can not see my livery when I change it. Both have the liveries installed.
Checked livery implementation http://wiki.flightgear.org/Livery_over_MP and everything seems to be ok. No idea.


I don't know to much about that but I will take a look maybe i find something[/quote]



The livery code needs to be in initial model xml, eg clipper.xml it wont work over MP properly, not in the main.xml as its called as a secondary xml.
StuartC
 
Posts: 3175
Joined: Fri Jun 18, 2010 9:18 pm
Location: Arse end of the Universe
Callsign: WF01
Version: 2019.1
OS: W10 64 bit

Re: Improving R44 Clipper/Raven II Helicopter Project

Postby RenanMsV » Sat Sep 30, 2017 1:27 am

Got it! Thank you. Now its working in my local test server.

https://github.com/FGMEMBERS/R44/commit ... f633407419

Dual control need to be fixed too.

I've made a fictional Uber livery. Can we add this to repo?

Image
www.flightgearbrasil.com.br
www.fgbrazukas.wixsite.com/fgbrazukas
RenanMsV
 
Posts: 134
Joined: Thu Oct 27, 2016 3:02 am
Callsign: BR-RVD

Re: Improving R44 Clipper/Raven II Helicopter Project

Postby paju1986 » Sat Sep 30, 2017 10:57 am

When instruments-norm equals 0 the lights such rpm fault, clutch are no displayed.


Fixed.

Also I have done that when we run out of fuel kill the engine.

I've made a fictional Uber livery. Can we add this to repo?


Why not? it's very cool hehe




Thanks you!
paju1986
 
Posts: 246
Joined: Sun Oct 30, 2011 8:42 pm
Location: Badajoz (Spain) - LEBZ
OS: Arch Linux

Re: Improving R44 Clipper/Raven II Helicopter Project

Postby RenanMsV » Sat Sep 30, 2017 10:58 pm

MP sound, Uber livery, better default liveries.

https://github.com/FGMEMBERS/R44/commit ... c440d96ea5
www.flightgearbrasil.com.br
www.fgbrazukas.wixsite.com/fgbrazukas
RenanMsV
 
Posts: 134
Joined: Thu Oct 27, 2016 3:02 am
Callsign: BR-RVD

Re: Improving R44 Clipper/Raven II Helicopter Project

Postby paju1986 » Sat Sep 30, 2017 11:20 pm

Very nice work on the liveries.

I propose now that we have the new splash system to take some new screenshots to use as splash. I put some to discuss.

Maybe we can recopilate a few screenshots and decide what are best.

Image

Image

Image
paju1986
 
Posts: 246
Joined: Sun Oct 30, 2011 8:42 pm
Location: Badajoz (Spain) - LEBZ
OS: Arch Linux

Re: Improving R44 Clipper/Raven II Helicopter Project

Postby paju1986 » Mon Oct 02, 2017 10:01 pm

Tour at ibiza with the latest development version:

paju1986
 
Posts: 246
Joined: Sun Oct 30, 2011 8:42 pm
Location: Badajoz (Spain) - LEBZ
OS: Arch Linux

Re: Improving R44 Clipper/Raven II Helicopter Project

Postby FighterAce » Mon Oct 09, 2017 2:01 pm

Awesome job on the R44! Where can I download this version?
FighterAce
 
Posts: 189
Joined: Wed Mar 22, 2017 9:48 pm
Location: In the sky
Callsign: FighterAce
Version: 2017.1.3
OS: Mac Mojave

Re: Improving R44 Clipper/Raven II Helicopter Project

Postby paju1986 » Mon Oct 09, 2017 6:10 pm

You can donwload it on zip here:

https://github.com/FGMEMBERS/R44/archive/master.zip

or you can just clone the github repo using Git:

https://github.com/FGMEMBERS/R44.git
paju1986
 
Posts: 246
Joined: Sun Oct 30, 2011 8:42 pm
Location: Badajoz (Spain) - LEBZ
OS: Arch Linux

PreviousNext

Return to Aircraft

Who is online

Users browsing this forum: No registered users and 20 guests