• 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.

FSRecorder?

V2 does not but the older version 1.3.3.1 works. When it gives a "not verified...." warning at launch, just click "OK".
And do not forget to add it to your DLL.XML file:

Code:
    <Launch.Addon>
        <Name>FS Recorder 1.331 (FSX-SE)</Name>
    <Disabled>False</Disabled>
        <ManualLoad>True</ManualLoad>
        <Path>Modules\FSRecorder1331\RecorderFSX.dll</Path>
    </Launch.Addon>
 
The above is correct up to a point

Version 1.3.3.1 installs under FSXSE into the main FSX directory and needs to be moved to MODULES. It also installs as "FS Recorder for FSX" not FSRecorder1331, so the Dll.XMl needs to be edited to reflect this. Also the line <ManualLoad needs to be edited to False or else FSRecorder will not boot with FSX.

Another point, I had read some time ago that the prog would not function in a Windows 10 enviroment which is why I never bothered to install it again after going to W10, But it does work.
 
It doesn't work in W10? That would explain why I can't get it to work. Does anyone know if there's an alternative to FSRecorder?
 
I said IT DOES WORK. The newer one does not but the old one does. I tested it and it works just fine.

This is my working dll.xml in fsxse in w10

<Launch.Addon>
<Name>FS Recorder 1.331 (FSX-SE)</Name>
<Disabled>False</Disabled>
<ManualLoad>False</ManualLoad>
<Path>Modules\FS Recorder for FSX\RecorderFSX.dll</Path>
</Launch.Addon>

note the edited changes from the original line 4 needs to be "False" line five needs an edit as described above too.
 
C:\Users\"yourname"\AppData\Roaming\Microsoft\FSX\dll.xml

Same place as the FSX.cfg file :encouragement: Any xml file can be read by Notepad, it is simply a text file.

You have to go into windows and permit hidden files to be seen probably.
 
Back
Top