Please see the most recent updates in the "Where did the .com name go?" thread. Posts number 16 and 17.
Hi All
Anybody got any clue what i need to do to get a Scenery BGL/XML and convert it into a Rwy12 place-able object?
Regards Hooky:salute:
<?xml version="1.0" encoding="utf-8" ?>
<!-- this is a comment. Rwy12 should ignore this line. -->
<!-- The first tag is to start the objects library. Later we will close this tag which is a must. -->
<objectsLibrary>
<!-- Now we start a category. You can create sperate catagories or just one the choice is yours -->
<category name="Carriers">
<!-- The next tag defines an individual object. The names and GUID should all be taken from the EZ-Nimtz.txt -->
<!-- By default Rwy12 looks for the object image in its "img" folder. If you define a folder it must be in Rwy12/img/ -->
<!-- If you do not have an image for the file Rwy12 will generate an error when you select the catagory. -->
<obj name="CVN71"
guid="AD5948C14B88798A0697058E9A1C506A"
image="EZ-Nimitz"/>
<obj name="CVN72"
guid="CA6C90AE402D2EB3195AFD90BB9F83A9"
image="EZ-Nimitz"/>
<!-- add the balance of the carrier objects to this list. -->
<!-- The catagory must be closed with the tag below. Remeber it is not necessary to have multiple catagories -->
</category>
<!-- Catagory 2 -->
<category name="Hard Decks">
<obj name="CVN_Deck"
guid="3DD37FFF45AF6E8094208AB8208EF634"
image="EZ-Nimitz"/>
</category>
<!-- Catagory 3 -->
<category name="Wake Effects">
<obj name="CVN Wake"
guid="98BB117641643C56598142A73F28D69E"
image="EZ-Nimitz"/>
</category>
<!-- Closing tag for objects library -->
</objectsLibrary>