Piglet's PT-19 is out.... - Page 5
Page 5 of 5 FirstFirst 12345
Results 101 to 121 of 121

Thread: Piglet's PT-19 is out....

  1. #101
    Quote Originally Posted by Killbilly View Post
    First, thank you, Tim, for another excellent bird!

    However, during a distance flight today, I got totally lost. I'm a pretty good old-fashioned navigator, so I couldn't figure out how I ended up so far off course. When I finally broke down and cheated (checked the GPS), I noticed that my compass (in both cockpits) read 140 while the GPS read 180. Yep, the compass seems to be 40 degrees off to the left.
    Am I the only one experiencing this? Have I just missed something stupid?
    I believe the compass in the center of the console is controlled by the Gyro Compass function with precession turned on which means it has to be continually corrected to a magnetic compass to remain accurate. I didn't notice if there was also a Mag Compass in the cockpit to correct to. If not, you could always change the XML gauge to display Whiskey Compass instead of Gyro Compass for the long cross countrys.

    Dave

    Not the precession that is causing it. The "gyro_compass_strip.bmp" is offset by 45 degrees. The file in the DC3 seems to work to get rid of the 45 offset. Only thing that is still amiss is the DG is not adjustable. Not sure why.

    Dave

  2. #102
    Brazilian Registry. . . .Done! I'll upload it later this evening.
    USAF Retired, 301st Fighter Wing, Carswell AFB, Texas
    My SOH Uploads: http://www.sim-outhouse.com/sohforum...erid=83&sort=d

    Current System Specs:
    FSX/Accel | Windows10 64bit
    Motherboard: MSI760GM-E51(MS-7596)
    CPU: 3.9GHz AMD FX-4300 Quad-Core | RAM: 16GB DDR3 1333
    GPU: NVidia GTX 970 (4GB GDDR5)

  3. #103
    I just posted the livery to the download section and discovered that Wodzu had already posted the same livery. My guess is that the two are not identical since I could only find one image to work from and much of the rest was guesswork. Ah well. . .No more for me anyway. That livery quenched my thirst for repainting the PT-19. Time to enjoy flying it now!!:salute:
    USAF Retired, 301st Fighter Wing, Carswell AFB, Texas
    My SOH Uploads: http://www.sim-outhouse.com/sohforum...erid=83&sort=d

    Current System Specs:
    FSX/Accel | Windows10 64bit
    Motherboard: MSI760GM-E51(MS-7596)
    CPU: 3.9GHz AMD FX-4300 Quad-Core | RAM: 16GB DDR3 1333
    GPU: NVidia GTX 970 (4GB GDDR5)

  4. #104

    gyro_compass.xml

    Hello,

    I have edited the gyro_compass.xml code. Don't forget to keep a safegard copy of the original code outside PT-19.cab.

    The xml that is working on my computer is:

    <Gauge Name="gyro_compass" Version="2.0">
    <Image Name="gyro_compass_background.bmp"/>
    <Element>
    <Position X="27" Y="34"/>
    <MaskImage Name="gyro_compass_window.bmp">
    <Axis X="32.5" Y="0"/>
    </MaskImage>
    <Image Name="gyro_compass_strip.bmp">
    <Nonlinearity>
    <Item Value="0" X="236" Y="0"/>
    <Item Value="360" X="57" Y="0"/>
    </Nonlinearity>
    </Image>
    <Shift>
    <Value>(A:Heading Indicator,degrees) dnor</Value>
    </Shift>
    </Element>
    <Element>
    <Position X="56" Y="34"/>
    <Image Name="gyro_compass_line.bmp"/>
    </Element>
    <Element>
    <Position X="58.5" Y="89.5"/>
    <Image Name="gyro_compass_knob.bmp">
    <Axis X="13.5" Y="13.5"/>
    </Image>
    <Rotate>
    <Value>(G:Var1) dgrd</Value>
    <Delay DegreesPerSecond="360"/>
    </Rotate>
    </Element>
    <Mouse>
    <Tooltip ID="TOOLTIPTEXT_HEADING_INDICATOR_HEADING"/>
    <Area Left="45" Top="76" Right="58" Bottom="102">
    <Cursor Type="DownArrow"/>
    <Cursor Type="DownArrow"/>
    <Click Repeat="Yes">0 (&gt;K:GYRO_DRIFT_DEC) (G:Var1) 5 - s0 0 &lt; if{ 340 } els{ l0 } (&gt;G:Var1) </Click>
    </Area>
    <Area Left="59" Top="76" Right="74" Bottom="102">
    <Cursor Type="UpArrow"/>
    <Click Repeat="Yes">0 (&gt;K:GYRO_DRIFT_INC) (G:Var1) 5 + 360 % (&gt;G:Var1) </Click>
    </Area>
    </Mouse>
    </Gauge>



    The basic problem was related to the gyro_compass_strip.bmp. This bitmap image is 254 pixels by 41 pixels. The left N is located at 57 pixel and the right N is located at 236 pixels.

    Now in order to have a working knob in the MAIN PANEL we should edit the aircraft.cfg file (Once again make a safegard copy of the original file uunder another name) Edit the file and replace the [direction_indicators] section by

    [direction_indicators]
    //1 Type: 0=None, 1=Vacuum Gyro, 2=Electric Gyro, 3=Electro-Mag Slaved Compass,

    4=Slaved to another
    //2 Indicator number of slaving indicator if Type = 4
    direction_indicator.0=1,0 ;*** 0,0

    Have a good virtual trip

    Benoit
    ALPHA BLEU CIEL Gmax Ac RESTAURAVIA Royale French Navy

  5. #105
    Member
    Join Date
    Feb 2008
    Location
    Lakewood (Cleveland) , Ohio
    Age
    66
    Posts
    435
    Great find Benoit.

    I tweaked it a bit more:

    <item value="0" x="<strong">Item value="0" X="238" Y="0"
    <item value="0" x="<strong">
    I think this may be a bit closer, but your tweak is much better as well.

    Thanks for the hint.</item></item>

  6. #106
    Finally find the time to say:
    THANK YOU TIM!!! And also thanks for all the great repaints around allready!:ernae:

    Attachment 46060
    Attachment 46061
    Attachment 46062
    Attachment 46063

    Just perfect!!!
    Alex
    Dont grow up! ... It´s a trap!

  7. #107
    This is why I love developers who use XML gauges. The community can fix anything that is faulty themselves without having to wait for an update of the model. Problem identified one day, fixed the next.

    This is a great community.

    Dave

  8. #108
    Senior Administrator Roger's Avatar
    Join Date
    Oct 2000
    Location
    EGCD...they bulldozed it!
    Age
    72
    Posts
    9,775
    Off in to the sunset :mixedsmi:

    SYSTEM :
    OS:Win7 Home Premium 64 bit UAC OFF!
    DX version Dx10 with Steve's Fixer.
    Processor:I5 4670k overclocked to 4.4 gHz with Corsair CW-9060008-WW hydro cooler
    Motherboard:Z87
    RAM:16 gig 1866 gigaHz Corsair ram
    Video Card:MSI 1070 8 gig ram
    HD:2Tb Samsung 850 evo SSD

    To err is human; to forgive is divine

  9. #109
    Tim, nice model. I like it!

    Thank you

  10. #110
    I can see the original gyro_compass.xml in the cab file, and I have made a new xml as detailed above, but how do I get the new one into the cab, please? I can extract and edit the original, but I can't get it back in to replace the old one.

    Also I modded the aircraft.cfg as above and that doesn't seem to make any difference either. Is it me?
    Rats - why won't anything work properly first time?

  11. #111
    The easiest way around it is to just create a folder with the name of the cab file in that directory, copy all the files from the cab to the folder and change the cab to *.Cab.Orig. then you can modify the files in the folder to your hearts content.

    Dave

  12. #112
    SOH Staff Tako_Kichi's Avatar
    Join Date
    Sep 2007
    Location
    SW Ontario, Canada (Ex-pat Brit)
    Age
    67
    Posts
    5,123
    Quote Originally Posted by dhasdell View Post
    I can see the original gyro_compass.xml in the cab file, and I have made a new xml as detailed above, but how do I get the new one into the cab, please? I can extract and edit the original, but I can't get it back in to replace the old one.
    Unpack the cab file using any unzip utility (Winzip, 7zip, WinRAR etc.) which will give you a folder containing the gauges. Replace the old gauge with the new one and rename the cab file as suggested. You don't actually need to repack the cab file as FSX will read the gauges from the folder quite happily. The only advantages to using a cab file are a slightly smaller footprint in terms of disc space used and less time/bandwidth used for the initial aircraft download.

    Quote Originally Posted by dhasdell View Post
    Also I modded the aircraft.cfg as above and that doesn't seem to make any difference either. Is it me?
    It won't make a difference until you rename (or remove) the cab file as FSX will read the cab file to find the gauges before it will read the folder and so it will use the original file rather than the modified one.
    Larry


  13. #113
    After several false starts and a certain mount of bad language I now have the compass working from a PT-19 folder in the gauges folder. if I wanted to convert it back to a cab would I just zip it and rename from .zip to .cab, or is that too simple?

    The adjustment knob still doesn't do anything, though. Is it because of the *** in this line: direction_indicator.0=1,0 ;*** 0,0 ?
    Rats - why won't anything work properly first time?

  14. #114
    SOH Staff Tako_Kichi's Avatar
    Join Date
    Sep 2007
    Location
    SW Ontario, Canada (Ex-pat Brit)
    Age
    67
    Posts
    5,123
    Quote Originally Posted by dhasdell View Post
    After several false starts and a certain mount of bad language I now have the compass working from a PT-19 folder in the gauges folder. if I wanted to convert it back to a cab would I just zip it and rename from .zip to .cab, or is that too simple?
    I am afraid it is not that simple. While you can unpack a .cab file with almost any unzip utility you need the tool Microsoft provided in the FSX SDK to repackage the .cab file.
    Larry


  15. #115
    Thank you. Then as it is working I shall leave well alone!
    Rats - why won't anything work properly first time?

  16. #116
    SOH-CM-2013 rdaniell's Avatar
    Join Date
    Jul 2005
    Location
    KTMA (South Georgia)
    Age
    78
    Posts
    1,813

    I think I know the answer but...

    ..is there anyway that this beautiful model can be made to work in FS9?

    RD

  17. #117
    Senior Administrator huub vink's Avatar
    Join Date
    Jun 2005
    Location
    Noordwijk, The Netherlands (EHVB)
    Age
    65
    Posts
    10,330
    RD, as you already assumed the answer is no.

    Cheers,
    Huub

  18. #118
    SOH-CM-2013 rdaniell's Avatar
    Join Date
    Jul 2005
    Location
    KTMA (South Georgia)
    Age
    78
    Posts
    1,813
    Quote Originally Posted by huub vink View Post
    RD, as you already assumed the answer is no. Cheers,
    Huub

    Well, it looks like if I want to fly some of Piglet's latest aircraft, I'll just have to buy FS10 again.
    I gave my away sometime ago.

    That's life....

    RD

  19. #119
    Senior Administrator Roger's Avatar
    Join Date
    Oct 2000
    Location
    EGCD...they bulldozed it!
    Age
    72
    Posts
    9,775
    Randy,
    There is a good version by Daniel and Denis Da Silva of the PT-19 for FS2002/FS2004. A google should find it.
    SYSTEM :
    OS:Win7 Home Premium 64 bit UAC OFF!
    DX version Dx10 with Steve's Fixer.
    Processor:I5 4670k overclocked to 4.4 gHz with Corsair CW-9060008-WW hydro cooler
    Motherboard:Z87
    RAM:16 gig 1866 gigaHz Corsair ram
    Video Card:MSI 1070 8 gig ram
    HD:2Tb Samsung 850 evo SSD

    To err is human; to forgive is divine

  20. #120
    Senior Administrator huub vink's Avatar
    Join Date
    Jun 2005
    Location
    Noordwijk, The Netherlands (EHVB)
    Age
    65
    Posts
    10,330
    Randy, I went the other way. I went back to FS9 and GW3, because there were too many aircraft done for FS2004 too good not to fly them anymore. Since I reinstalled GW3 I only fly FSX for testing purposes.....

    Cheers,
    Huub

  21. #121
    SOH-CM-2013 rdaniell's Avatar
    Join Date
    Jul 2005
    Location
    KTMA (South Georgia)
    Age
    78
    Posts
    1,813
    To Roger: Thanks. I have a great PT-19 installed in FS9. It is by Eduardo Fadul. With a great paint job by our very own Cazzie.

    To Huub: I also have too many really great planes in FS9 that are not available for FSX. Four have special meaning to me because, in the real world, I once owned and flew them. I have them painted like the ones I owned and with their N registration number. Not to mention all the scenery work I've done. My biggest reason for wanting Piglet's PT-19 is for his outstanding virtual cockpits.

    RD

Similar Threads

  1. 'Piglet, This IS You..'
    By Panther_99FS in forum Ickie's NewsHawks
    Replies: 3
    Last Post: November 29th, 2009, 13:28

Members who have read this thread: 4

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •