Board index FlightGear Development Aircraft Liveries

Cessna 172 collection

Discussion of aircraft textures and liveries

Re: Cessna 172 collection

Postby gooneybird » Thu Oct 09, 2008 8:33 pm

HHS wrote:
The new c172p has a highly chance to get into the base package of FlightGear 1.9.0 around Christmas - so if you want you can download it. There is a default-texture in it, which can be uses as template too. So maybe you want to make some nice liveries.
For using it in 1.0.0 just convert the .png-textures and comment out the glass-Shader.


I have just got this working with V1.0 but there seems to be a problem with the Flaps, rudder and aileron animations, is this just me or is anybody else having the same problem.

I bet you are going to tell me you already know about it :wink:
Last edited by gooneybird on Thu Apr 02, 2009 8:04 pm, edited 1 time in total.
My Github repository (mostly AI stuff) https://github.com/gooneybird47
User avatar
gooneybird
 
Posts: 3046
Joined: Sat May 31, 2008 2:57 pm

Re: Cessna 172 collection

Postby HHS » Thu Oct 09, 2008 10:13 pm

gooneybird wrote:
I bet you are going to tell me you already know about it :wink:

fgfs-screen-115.jpg


You bet right.....has nothing to do with 1.0.0....
Up, up and away
User avatar
HHS
 
Posts: 3625
Joined: Thu Jul 19, 2007 9:09 am
Version: GIT

Re: Cessna 172 collection

Postby HHS » Sat Oct 11, 2008 4:02 pm

HHS wrote:
gooneybird wrote:
I bet you are going to tell me you already know about it :wink:

fgfs-screen-115.jpg


You bet right.....has nothing to do with 1.0.0....


Fixed!

Btw: all improvements are checked by an real pilot of the c172 and will go to the CVS!
Up, up and away
User avatar
HHS
 
Posts: 3625
Joined: Thu Jul 19, 2007 9:09 am
Version: GIT

Re: Cessna 172 collection

Postby Gijs » Sat Oct 11, 2008 4:09 pm

HHS wrote:Btw: all improvements are checked by an real pilot of the c172 and will go to the CVS!

Woow, great to have a plane approved by a real pilot :D
Would you please tell is when it's included?
Airports: EHAM, EHLE, KSFO
Aircraft: 747-400
User avatar
Gijs
Moderator
 
Posts: 9549
Joined: Tue Jul 03, 2007 3:55 pm
Location: Delft, the Netherlands
Callsign: PH-GYS
Version: Git
OS: Windows 10

Re: Cessna 172 collection

Postby HHS » Sat Oct 11, 2008 11:04 pm

Included! :D
Thanks to the pilot for comitting! :D
Up, up and away
User avatar
HHS
 
Posts: 3625
Joined: Thu Jul 19, 2007 9:09 am
Version: GIT

Re: Cessna 172 collection

Postby HHS » Sat Oct 11, 2008 11:05 pm

Gijs wrote:Woow, great to have a plane approved by a real pilot :D


Most of FGFS and some of the greates aircrafts are done by real pilots: 737-300, SenecaII, PA24, PA28, OV10 Bronco.....
Up, up and away
User avatar
HHS
 
Posts: 3625
Joined: Thu Jul 19, 2007 9:09 am
Version: GIT

Re: Cessna 172 collection

Postby gooneybird » Mon Oct 13, 2008 8:36 pm

Here's where I've got to so far, just the wings and tail to do, but I cannot get the texture on the wheel spats to show.
Last edited by gooneybird on Thu Apr 02, 2009 8:05 pm, edited 1 time in total.
My Github repository (mostly AI stuff) https://github.com/gooneybird47
User avatar
gooneybird
 
Posts: 3046
Joined: Sat May 31, 2008 2:57 pm

Re: Cessna 172 collection

Postby HHS » Mon Oct 13, 2008 8:50 pm

gooneybird wrote:Here's where I've got to so far, just the wings and tail to do, but I cannot get the texture on the wheel spats to show.

In FlightGear:
fgfs-screen-182.jpg


And in viewer:
Clipboard01.jpg


Is this going to be a CVS versus V1.0 problem :?:


No- a bug produced by me - download it again, and replace it http://www.hoerbird.net/c172p.ac or update your data!

EDIT!: Which deóesn't help- thanks, I just found another bug! :D
Last edited by HHS on Mon Oct 13, 2008 8:56 pm, edited 1 time in total.
Up, up and away
User avatar
HHS
 
Posts: 3625
Joined: Thu Jul 19, 2007 9:09 am
Version: GIT

Re: Cessna 172 collection

Postby HHS » Mon Oct 13, 2008 8:51 pm

Btw. Beautiful! :D
Up, up and away
User avatar
HHS
 
Posts: 3625
Joined: Thu Jul 19, 2007 9:09 am
Version: GIT

Re: Cessna 172 collection

Postby gooneybird » Mon Oct 13, 2008 9:02 pm

HHS wrote:
No- a bug produced by me - download it again, and replace it http://www.hoerbird.net/c172p.ac or update your data!

EDIT!: Which deóesn't help- thanks, I just found another bug! :D


Now he tells me, after I've downloaded it :lol:

Is there any change to the texture layout :?: If not I can just carry on with the rest of it.
My Github repository (mostly AI stuff) https://github.com/gooneybird47
User avatar
gooneybird
 
Posts: 3046
Joined: Sat May 31, 2008 2:57 pm

Re: Cessna 172 collection

Postby HHS » Mon Oct 13, 2008 9:08 pm

gooneybird wrote:
HHS wrote:
No- a bug produced by me - download it again, and replace it http://www.hoerbird.net/c172p.ac or update your data!

EDIT!: Which deóesn't help- thanks, I just found another bug! :D


Now he tells me, after I've downloaded it :lol:

Is there any change to the texture layout :?: If not I can just carry on with the rest of it.


It is a problem in the model.xml

Add these lines or wait until I have your texture for include/the update (better interior):

Code: Select all
<animation>
      <type>material</type>
      <!--global type="bool">true</global-->
      <object-name>fairing1</object-name>
      <property-base>sim/model/livery/</property-base>
      <texture-prop>texture</texture-prop>
      <texture>fuselage2.png</texture>
   </animation>
   
<animation>
      <type>material</type>
      <!--global type="bool">true</global-->
      <object-name>fairing2</object-name>
      <property-base>sim/model/livery/</property-base>
      <texture-prop>texture</texture-prop>
      <texture>fuselage2.png</texture>
   </animation>
   
<animation>
      <type>material</type>
      <!--global type="bool">true</global-->
      <object-name>fairing3</object-name>
      <property-base>sim/model/livery/</property-base>
      <texture-prop>texture</texture-prop>
      <texture>fuselage2.png</texture>
   </animation>
 


That should fix it. I will update in CVS, when I update the interior
Up, up and away
User avatar
HHS
 
Posts: 3625
Joined: Thu Jul 19, 2007 9:09 am
Version: GIT

Re: Cessna 172 collection

Postby gooneybird » Mon Oct 13, 2008 9:24 pm

Thanks, that worked.

I hope to get it finished in the next few days, then I'll sent it to you.
My Github repository (mostly AI stuff) https://github.com/gooneybird47
User avatar
gooneybird
 
Posts: 3046
Joined: Sat May 31, 2008 2:57 pm

Re: Cessna 172 collection

Postby HHS » Mon Oct 13, 2008 9:27 pm

gooneybird wrote:Thanks, that worked.

I hope to get it finished in the next few days, then I'll sent it to you.


Fine!
Up, up and away
User avatar
HHS
 
Posts: 3625
Joined: Thu Jul 19, 2007 9:09 am
Version: GIT

Re: Cessna 172 collection

Postby gooneybird » Thu Oct 16, 2008 3:00 pm

The first one finished.

fgfs-screen-197.jpg


I can't find any complete pictures of D-ECJB those that I have found seem to be different liveries.

If anybody wants a particular livery I'm open to suggestions, I can't guarantee it will get done though.
My Github repository (mostly AI stuff) https://github.com/gooneybird47
User avatar
gooneybird
 
Posts: 3046
Joined: Sat May 31, 2008 2:57 pm

Re: Cessna 172 collection

Postby gooneybird » Fri Oct 17, 2008 9:06 pm

Number two.

fgfs-screen-216.jpg
My Github repository (mostly AI stuff) https://github.com/gooneybird47
User avatar
gooneybird
 
Posts: 3046
Joined: Sat May 31, 2008 2:57 pm

PreviousNext

Return to Liveries

Who is online

Users browsing this forum: No registered users and 3 guests