Page 1 of 2 12 LastLast
Results 1 to 15 of 21

Thread: Texture alias?

  1. #1

    Texture alias?

    OK - I can alias panels, sound, and even models. But has anyone figured out a way to reference textures from another aircraft's folder? That's really the only piece of the puzzle I need to be able to reconfigure a plane with a different loadout without having to do so through the fuel/cargo screen. An aircraft.cfg and *.air file take up very little space, as do folders with cfg's that do nothing but alias to another location. But then I'm still left with well over a meg of texture bitmaps in some cases. If I could find some way to tell the aircraft.cfg to look elsewhere for the textures, I could have an aircraft folder that's less than 100KB!

  2. #2

    Icon26

    Hi,

    Must be possible with a kind of "INI"
    From my foggiest brain I remember (but not enough accurately for put a name on) of a payware aliasing the texture from a common folder .....
    Unlukely I checked my install and this plane is not (more) in ...
    And I think it's also the same for a freeware If I remember well ...
    Maybe someone here have used those and have better brain cells than mine
    IMHO

  3. #3
    Quote Originally Posted by claudius24 View Post
    Hi,

    Must be possible with a kind of "INI"
    From my foggiest brain I remember (but not enough accurately for put a name on) of a payware aliasing the texture from a common folder .....
    Unlukely I checked my install and this plane is not (more) in ...
    And I think it's also the same for a freeware If I remember well ...
    Maybe someone here have used those and have better brain cells than mine
    IMHO
    Didn't the Ready for pushback 747 do that?
    WWI started because some bloke called Archie Duke shot an ostrich because he was hungry.

  4. #4

    Icon26

    Hi,

    Methink this can be a good start point ... maybe:
    Lesson 1: "Object Containers 101"


    http://www.flightsimulatornetwork.co...8Comment117770
    Dunno if this will work in FS2004 :(

  5. #5

    Icon26

    Hi,

    FS2004 (ACOF) - FS2004 Jetliners FS2004 Ready For Pushback Boeing 747-200
    [ Download | View ]
    Name: rfp_v2.zip Size: 66,588,385 Date: 08-24-2007 Downloads: 9,093
    FS2004 Ready For Pushback Boeing 747-200 v2; now freeware. Includes the analog panel, tape panel and seventeen aircraft. One of the most accurate and detailed jetliner models ever when it originally came out several years ago. By Ralph Tofflemire, Chris Koegler, Bodo Mueller and Herve Dongmo. (English language manual available for download as RFP_V2M.ZIP)
    [ New Search | Exit Files List ]
    Jeez .. nothing to read ... it's a installer .. LOL

  6. #6
    Retired SOH Admin OBIO's Avatar
    Join Date
    Mar 2007
    Location
    OHIO
    Age
    44
    Posts
    7,657
    I once had a freeware package installed that had two or three models and aliased the panel, sound, and textures from a common folder. I can't for the life of me remember where I got the package, what the plane was, who did it.

    I know that textures can be aliased...I just can't remember how to do it. I will do some experimenting and see what I can come up with.

    OBIO

  7. #7
    Retired SOH Admin OBIO's Avatar
    Join Date
    Mar 2007
    Location
    OHIO
    Age
    44
    Posts
    7,657
    HA HA! Found it! The Temco Pinto by David Wooster & Mick Morrissey use aliasing between one folder and another. I KNEW I had a plane that aliased texture folders. This is copied from the Temco Pinto With Pods folder:

    texture=..\..\..\Temco Super Pinto tanks\texture.blue

    I tested this on another plane and it works. I changed it to:

    texture=..\..\..\Piper Super Pacer\texture.N70304 to alias a texture folder in the Piper Super Pacer folder to use on the Piper PA-20 Pacer (both by Brian Gladden and use the same textures).

    So, there's the answer...courtesy of David and Mick and their fun little Temco Pinto.

    OBIO

  8. #8

    Thumbs up

    Hi,

    Thank's OBIO ... good brain cells

  9. #9
    Retired SOH Admin OBIO's Avatar
    Join Date
    Mar 2007
    Location
    OHIO
    Age
    44
    Posts
    7,657
    Quote Originally Posted by claudius24 View Post
    Hi,

    Thank's OBIO ... good brain cells
    Don't thank me...thank Dave and Mick. The only part my brain cells had in this is remembering which plane use texture aliasing. If it were up to my brain cells, we would all be running around our living rooms with airplanes made of Playdoh making airplane sounds with our mouths.

    OBIO

  10. #10
    Perfect!!! And now that it works, I'll move this to the Tips/Tricks section.

  11. #11
    Members + johnh_049's Avatar
    Join Date
    Jun 2005
    Location
    KASL East Texas
    Age
    64
    Posts
    439
    one of the best tips i've seen in a while.
    JohnH_049


  12. #12
    In case anyone's wondering, the best practical application for this would be something like David's Lightnings, where you have one model without tanks, and two other models with different size tanks. You can put just one model in each of three aircraft folders, alias the panel and sound as usual, then alias the paints too. Then each aircraft.cfg can be configured to be loaded with the correct fuel for the tank variation. That way, you can add all the paints you want to the "master" aircraft folder, and alias the textures in the other two, allowing you to reduce your disk usage for textures by two thirds.

    The "master" would contain just one model, plus the panel, sounds, and all the paints. The others would contain one model each, then alias everything else.

    As a test, I moved all four sub-folders out of my default Baron and aliased everything with the above syntax. It turns out that you can't alias the .air file or the kneeboard files, but everything else is fair game. This is all that's in my default Baron's folder:



    And this is the test folder that contains the rest of it:



    And here's what the top of the aircraft.cfg looks like:

    [fltsim.0]
    title=Beech Baron 58
    sim=Beech_Baron_58
    model=..\..\..\test\model
    panel=..\..\..\test\panel
    sound=..\..\..\test\sound
    texture=..\..\..\test\texture
    kb_checklists=Beech_Baron_58_check
    kb_reference=Beech_Baron_58_ref
    atc_id=N058BE
    ui_manufacturer=Beechcraft
    ui_type="Baron 58"
    ui_variation="White with blue and gold"
    description=...

    I'm now operating the Baron out of a folder that's only 112KB!

  13. #13
    Charter Member 2011 modelr's Avatar
    Join Date
    Aug 2005
    Location
    Tama, Iowa
    Age
    64
    Posts
    1,086
    I'm guessing the way you shorthanded the folder locations, you must use the ENTIRE folder address in the cfg.
    As in model=..\..\..\test\model equals
    C:\Program Files\Microsoft games\Flight Simulator 9\Aircraft\test\model


    Am I right?
    Don H

  14. #14
    Retired SOH Admin OBIO's Avatar
    Join Date
    Mar 2007
    Location
    OHIO
    Age
    44
    Posts
    7,657
    Don

    Before I remembered the Temco Pinto, I tried to alias the textures using the full written out directory...C:\Program Files\Microsoft Games....yada yada yada....it didn't work. Using the format from the Pinto, the ..\..\..\ yada yada yada, did work.

    Tim

  15. #15
    Yep (nope?) - it's not shorthand. That's the way it is in the cfg. I'm not entirely certain how it works, but I believe it goes back to the days of DOS code.

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Looking for a texture...
    By EMatheson in forum FS 2002/2004 General Discussion
    Replies: 10
    Last Post: March 27th, 2012, 07:14
  2. Anti-alias settings
    By PRB in forum FS 2002/2004 General Discussion
    Replies: 18
    Last Post: January 3rd, 2012, 07:22
  3. Martin Wright Alias files.
    By demorier in forum CFS2 General Discussion
    Replies: 1
    Last Post: December 3rd, 2011, 11:31
  4. Anti-alias and filtering in FSX
    By paulb in forum FSX General Discussion
    Replies: 14
    Last Post: February 9th, 2011, 05:16
  5. What add on texture do you like the best
    By hey_moe in forum FSX General Discussion
    Replies: 9
    Last Post: August 13th, 2010, 02:53

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
  •  


Avsim - Flightsim - SimFlight - Simviation - iflyonline - CFS IP - Quarter Moon Saloon - Com-Central