Jump to content

Creating an XML file for a freeware helo


Recommended Posts

Posted (edited)

I have tried different ways (entries) to create an xml file that P3DV5.4 would recognize for a freeware helo from DoDo Sim.

I have it installed in my Addons folder.

<SimBase.Document Type="AddOnXml" version="4,0" id="add-on">
    <AddOn.Name>DodoSim 206</AddOn.Name>
    <AddOn.Description>DodoSim 206</AddOn.Description>
    <AddOn.Component>
        <Category>SimObjects</Category>
        <Path>SimObjects\Rotorcraft</Path>
    </AddOn.Component>
    <AddOn.Component>
        <Category>Effects</Category>
        <Path>Effects</Path>
    </AddOn.Component>   
</SimBase.Document>

This one was not recognized in P3DV5.4

spacer.png

 

Edited by B38058
Posted

Hi , this is what I have in V6 and works OK, you need a gauges addon an copy the gauges from P3D , no effects I found.

<?xml version="1.0" encoding="utf-8"?>
<SimBase.Document Type="AddOnXml" version="4,0" id="add-on">
  <AddOn.Name>DodoSim-206</AddOn.Name>
  <AddOn.Description>DodoSim 206 V2</AddOn.Description>
 
  <AddOn.Component>
    <Category>Gauges</Category>
    <Path>Gauges</Path>
  </AddOn.Component>
 
  <AddOn.Component>
    <Category>SimObjects</Category>
    <Path>SimObjects\Rotorcraft</Path>
  </AddOn.Component>
</SimBase.Document>

 

Jorge

Posted (edited)

Your xml coding works, Thank you.

Only gauges supplied were DodoSim206.gau  and Dodosim206HiDef.CAB

and seems to work with just those two files. It always amazes me  how the xml will find

the four model folders.

 

 

Edited by B38058

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Tom Allensworth,
    Founder of AVSIM Online


  • Flight Simulation's Premier Resource!

    AVSIM is a free service to the flight simulation community. AVSIM is staffed completely by volunteers and all funds donated to AVSIM go directly back to supporting the community. Your donation here helps to pay our bandwidth costs, emergency funding, and other general costs that crop up from time to time. Thank you for your support!

    Click here for more information and to see all donations year to date.
×
×
  • Create New...