• Warbirds Library V4 (Resources for now) How to


    We just posted part one of the how to on uploading new files to the Library. Part 1 covers adding new files. Part 2 will cover making changes to your the uploads you own.


    Questions or comments please post them in the regular forums. Which forum is that... Well it is the one you spend the most time in.

    Thanks the Staff

    Library How to

Milviz F-100 addon xml file

gray eagle

SOH-CM-2024
I've placed the F-100 in my P3DV5 addon folder and when it starts it show error below:

Untitled.png


There are aboiut ~40 of these wav sound popup that I have to dismiss and wanted to set my xml file so that these popup will go away.


This is my Xml file in my addon folder:

<?xml version="1.0" encoding="utf-8"?>
<SimBase.Document Type="AddOnXml" version="4,0" id="add-on">
<AddOn.Name>Milviz F-100</AddOn.Name>
<AddOn.Description>Milviz F-100</AddOn.Description>
<AddOn.Component>
<Category>EFFECTS</Category>
<Path>Effects</Path>
</AddOn.Component>
<AddOn.Component>
<Category>SimObjects</Category>
<Path>SimObjects\Airplanes</Path>
</AddOn.Component>
</SimBase.Document>


I know I need to add something else to this but not sure what it is.

There is a sound folder but it contains three wav files, a sonic boom and I think cannon fire.
F100-sound.jpg



Edit:

I installed this in P3DV5 addon folder and it looks like there is a folder F100XML_Sounds where all these sounds are. I don't have TACPAC installed.
So, if anyone out there added the F-100 to their addon on folder, I'd like to compare xml files.
 
Now that P3D isn't changing much I've installed the Milviz stuff to the main folder to avoid these problems...in the past I think the solution was to copy the sound folder at least from the addon folder to the main P3D folder so try that first
 
This is a common error you can get with any plane that uses custom sounds if you install it outside of the main P3d folder but its easily fixed.

For instance I have my P3dv5 addons on my E drive divided up by publisher so in the case of the F-100 its in E:\Prepar3D v5 Add-ons\Milviz

To fix the error open the Panel.cfg in notepad and look for the line in the [Vcockpit01] section that reads

gauge05=MV3DSound!MV3DS, 0,0,1,1,SimObjects\\Airplanes\\MilViz F-100D\\F100XML_Sounds#51

This is fine if the plane is installed directly in to P3D but you need to edit it if its in an external folded so it reflects the full path for the sound files, so in my case it now reads

gauge05=MV3DSound!MV3DS, 0,0,1,1,E:\Prepar3D v5 Add-ons\Milviz\SimObjects\Airplanes\Milviz F-100D\F100XML_Sounds#51

I hope this helps.
 
This is a common error you can get with any plane that uses custom sounds if you install it outside of the main P3d folder but its easily fixed.

For instance I have my P3dv5 addons on my E drive divided up by publisher so in the case of the F-100 its in E:\Prepar3D v5 Add-ons\Milviz

To fix the error open the Panel.cfg in notepad and look for the line in the [Vcockpit01] section that reads

gauge05=MV3DSound!MV3DS, 0,0,1,1,SimObjects\\Airplanes\\MilViz F-100D\\F100XML_Sounds#51

This is fine if the plane is installed directly in to P3D but you need to edit it if its in an external folded so it reflects the full path for the sound files, so in my case it now reads

gauge05=MV3DSound!MV3DS, 0,0,1,1,E:\Prepar3D v5 Add-ons\Milviz\SimObjects\Airplanes\Milviz F-100D\F100XML_Sounds#51

I hope this helps.


That does, I will give it a go, again..... thanks :wavey:
 
As you are progressing with the F-100 I assume you are not seeing the green cockpit issue?

Only briefly when the plane first loads then, after rest of cockpit detail loads, it becomes normal, Perhaps there is a way to change the view to spot after it completes initial load.
Then it would be interesting to see if the green happen then.

Untitled.jpg



Cockpit.jpg
 
To get rid of the cute green tint, replace Background_color=0,128,0 by Background_color=0,0,0 in panel.cfg, section [Vcockpit02] to [Vcockpit10]...

In FSX, the file Milviz_Lighting_Gauge.dll seems to crash my sim. Removing it solves my issue...

7FPYEAY.jpg


Thanks a lot to Milviz/Blackbird for freebies!
 
That fixed it. Thank you for your input :encouragement:


To get rid of the cute green tint, replace Background_color=0,128,0 by Background_color=0,0,0 in panel.cfg, section [Vcockpit02] to [Vcockpit10]...

In FSX, the file Milviz_Lighting_Gauge.dll seems to crash my sim. Removing it solves my issue...

Thanks a lot to Milviz/Blackbird for freebies!
 
Back
Top