While I originally thought it could be related to Win7 not able to load UI scripts properly, with the help of some volunteers, it was found that the mod could not be loaded even when the mod has been reduced to just the content.xml with nothing else.
The content.xml when it crashes the game would look like this:
Code: Select all
<?xml version="1.0" encoding="utf-8"?>
<content name="V1024 - Civilian Fleets" id="v1024_civilian_fleets" author="Vectorial1024" version="112" date="2019-08-06" save="0" description="Create civilian fleets to help manage traders and miners.">
</content>
Code: Select all
<?xml version="1.0" encoding="utf-8"?>
<content name="V1024 - Civilian Fleets" id="v1024_civilian_fleets" author="Vectorial1024" version="202" date="2019-08-06" save="0" description="Create civilian fleets to help manage traders and miners.">
<!-- "Extra" language entries as implicitly required by X4. This is quite different from what I've seen in XR. -->
<text language="7" name="V1024 - Civilian Fleets" description="Create civilian fleets to help manage traders and miners." author="Vectorial1024" />
<text language="33" name="V1024 - Civilian Fleets" description="Create civilian fleets to help manage traders and miners." author="Vectorial1024" />
<text language="34" name="V1024 - Civilian Fleets" description="Create civilian fleets to help manage traders and miners." author="Vectorial1024" />
<text language="39" name="V1024 - Civilian Fleets" description="Create civilian fleets to help manage traders and miners." author="Vectorial1024" />
<text language="44" name="V1024 - Civilian Fleets" description="Create civilian fleets to help manage traders and miners." author="Vectorial1024" />
<text language="49" name="V1024 - Civilian Fleets" description="Create civilian fleets to help manage traders and miners." author="Vectorial1024" />
<text language="55" name="V1024 - Civilian Fleets" description="Create civilian fleets to help manage traders and miners." author="Vectorial1024" />
<text language="81" name="V1024 - Civilian Fleets" description="Create civilian fleets to help manage traders and miners." author="Vectorial1024" />
<text language="82" name="V1024 - Civilian Fleets" description="Create civilian fleets to help manage traders and miners." author="Vectorial1024" />
<text language="86" name="V1024 - Civilian Fleets" description="Create civilian fleets to help manage traders and miners." author="Vectorial1024" />
<text language="88" name="V1024 - Civilian Fleets" description="Create civilian fleets to help manage traders and miners." author="Vectorial1024" />
</content>
Hope someone may find this useful.