• There seems to be an uptick in Political comments in recent months. Those of us who are long time members of the site know that Political and Religious content has been banned for years. Nothing has changed. Please leave all political and religious comments out of the forums.

    If you recently joined the forums you were not presented with this restriction in the terms of service. This was due to a conversion error when we went from vBulletin to Xenforo. We have updated our terms of service to reflect these corrections.

    Please note any post refering to a politician will be considered political even if it is intended to be humor. Our experience is these topics have a way of dividing the forums and causing deep resentment among members. It is a poison to the community. We appreciate compliance with the rules.

    The Staff of SOH

  • Server side Maintenance is done. We still have an update to the forum software to run but that one will have to wait for a better time.

Razbam A-7 vol. 3 issues

Although, this has become a little bit confusing. Replacing the "<" with "[" doesn't really make sense, considering every other addon in the xml is using "<". It makes sense in the text doc in the addon module, but not the xml. I may need a little more explaining from someone who knows.
 
Heres the entirety of my dll.xml file. Note that the only relevant part is the last section - the rest is specific to MY fsx install...so dont copy paste. It just shows the proper formatting.

Code:
<?xml version="1.0" encoding="Windows-1252"?>
<SimBase.Document Type="Launch" version="1,0">
    <Descr>Launch</Descr>
    <Filename>dll.xml</Filename>
    <Disabled>False</Disabled>
    <Launch.ManualLoad>False</Launch.ManualLoad>
    <Launch.Addon>
        <Name>Object Placement Tool</Name>
        <Disabled>True</Disabled>
        <ManualLoad>False</ManualLoad>
        <Path>..\Microsoft Flight Simulator X SDK\SDK\Mission Creation Kit\object_placement.dll</Path>
    </Launch.Addon>
    <Launch.Addon>
        <Name>Traffic Toolbox</Name>
        <Disabled>True</Disabled>
        <ManualLoad>False</ManualLoad>
        <Path>..\Microsoft Flight Simulator X SDK\SDK\Environment Kit\Traffic Toolbox SDK\traffictoolbox.dll</Path>
    </Launch.Addon>
    <Launch.Addon>
        <Name>Visual Effects Tool</Name>
        <Disabled>True</Disabled>
        <ManualLoad>False</ManualLoad>
        <Path>..\Microsoft Flight Simulator X SDK\SDK\Environment Kit\Special Effects SDK\visualfxtool.dll</Path>
    </Launch.Addon>
    <Launch.Addon>
        <Name>Captain Sim 767 Menu</Name>
        <Disabled>False</Disabled>
        <Path>Captain_Sim\Captain_Sim.b767.menu.dll</Path>
    </Launch.Addon>
    <Launch.Addon>
        <Name>Captain Sim 727 Menu</Name>
        <Disabled>False</Disabled>
        <Path>Captain_Sim\727\Captain_Sim.p727.menu.dll</Path>
    </Launch.Addon>
    <Launch.Addon>
        <Name>Captain Sim Menu</Name>
        <Disabled>False</Disabled>
        <Path>Captain_Sim\Captain_Sim.b757.menu.dll</Path>
    </Launch.Addon>
    <Launch.Addon>
        <Name>PMDG Options</Name>
        <Disabled>False</Disabled>
        <Path>PMDG\DLLs\PMDGOptions.dll</Path>
    </Launch.Addon>
    <Launch.Addon>
        <Name>PMDG Events</Name>
        <Disabled>False</Disabled>
        <Path>PMDG\DLLs\PMDGEvents.dll</Path>
    </Launch.Addon>
    <Launch.Addon>
        <Name>PMDG Sounds</Name>
        <Disabled>False</Disabled>
        <Path>PMDG\DLLs\PMDGSounds.dll</Path>
    </Launch.Addon>
    <Launch.Addon>
        <Name>FSUIPC 4</Name>
        <Disabled>False</Disabled>
        <Path>Modules\FSUIPC4.dll</Path>
    </Launch.Addon>
    <Launch.Addon>
        <Name>Captain Sim 520 Menu</Name>
        <Disabled>False</Disabled>
        <Path>Captain_Sim\520\cs.sound.dll</Path>
    </Launch.Addon>
    <Launch.Addon>
        <Name>FS Recorder</Name>
        <Disabled>False</Disabled>
        <ManualLoad>False</ManualLoad>
        <Path>C:\Program Files (x86)\FS Recorder for FSX\FSRecorder_FSX.dll</Path>
    </Launch.Addon>
    <Launch.Addon>
        <Name>A7 Ordnance Weight Manager</Name>
        <Disabled>False</Disabled>
        <ManualLoad>False</ManualLoad>
        <Path>Addon Modules\A7_Ordnance_Mngr.dll</Path>
        <DllStartName>module_init</DllStartName>
        <DllStopName>module_deinit</DllStopName>
    </Launch.Addon>
</SimBase.Document>
 
Bone, do the opposite. Replace "[" with "<" that's it. from the dll.xml file. Not sure about the other file you mentioned. I also changed the smoke effect and reduced the thrust scalar as did piperarcherpilot.
 
The dll.xml should have this lines:

<launch.addon>
</launch.addon>[Launch.Addon>
[Name>A7 Ordnance Weight Manager[/Name>
[Disabled>False[/Disabled>
[ManualLoad>False[/ManualLoad>
[Path>Addon Modules\A7_Ordnance_Mngr.dll[/Path>
[DllStartName>module_init[/DllStartName>
[DllStopName>module_deinit[/DllStopName>
[/Launch.Addon>

Changed the < to [


If it doesn't please install it.

That aircraft engine's did not give out smoke except when accelerating. Every time you change the throttle setting a puff of smoke will be seen.


Where does one find this dll.xml?
 
It's where your FSX.cfg is Eric. I've had problems with 2 of the Razbam Corsairs killing the xml file due to an additional [Launch.Addon line and a load of spaces! Easy to fix once you're used to it;)

ATB
DaveB:)
 
Lots of good stuff in this thread.

I have one question, slightly OT. Has anyone put together some additional interior views for moving around the cockpit?
 
Back
Top