makemdl xml code help
Results 1 to 3 of 3

Thread: makemdl xml code help

  1. #1

    makemdl xml code help

    Can some body please tell me the XML code to make parts visible when nav lights are turned on or off in makemdl for fs2004

    I am using FSDS

    Thank you
    David

  2. #2
    There isn't a stock one but this should work..

    Code:
    <part>
        <name>nav_light_on</name>
        <visible_in_range>
            <parameter>
                <code>(A:LIGHT NAV, bool)</code>
            </parameter>
            <minvalue>1</minvalue>
        </visible_in_range>
    </part>
    
    <part>
        <name>nav_light_off</name>
        <visible_in_range>
            <parameter>
                <code>(A:LIGHT NAV, bool) !</code>
            </parameter>
            <minvalue>1</minvalue>
        </visible_in_range>
    </part>
    Roman

  3. #3
    Quote Originally Posted by spokes2112 View Post
    There isn't a stock one but this should work..

    Code:
    <part>
        <name>nav_light_on</name>
        <visible_in_range>
            <parameter>
                <code>(A:LIGHT NAV, bool)</code>
            </parameter>
            <minvalue>1</minvalue>
        </visible_in_range>
    </part>
    
    <part>
        <name>nav_light_off</name>
        <visible_in_range>
            <parameter>
                <code>(A:LIGHT NAV, bool) !</code>
            </parameter>
            <minvalue>1</minvalue>
        </visible_in_range>
    </part>

    thank you so much it works perfect

    David

Members who have read this thread: 0

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
  •