mirror of
https://github.com/BC46/freelancer-hd-edition
synced 2024-08-30 18:32:47 +00:00
Fix issue with script.xml that caused the options to not load
This commit is contained in:
parent
2859f7d828
commit
1c5b7e8c18
32
script.xml
32
script.xml
@ -89,10 +89,9 @@ Credits:
|
||||
* Microsoft
|
||||
- Freelancer Patch 1.1
|
||||
</description>
|
||||
</header>
|
||||
|
||||
<options default="1:1, 2:1, 3:1, 4:5, 5:7, 6:2">
|
||||
<option name="What would you like to be called by the NPCs in Single Player?" savesafe="true">
|
||||
<options default="1:1,2:1,3:1,4:5,5:7,6:2">
|
||||
<option id="1" name="Single Player ID Code" savesafe="true">
|
||||
<item id="1" name="Freelancer Alpha 1-1 (Default)">
|
||||
</item>
|
||||
|
||||
@ -139,7 +138,7 @@ Credits:
|
||||
</item>
|
||||
</option>
|
||||
|
||||
<option name="Fix clipping and geometry issues with planetscapes for 16:9 resolutions (Select No if you play in 4:3)" savesafe="true">
|
||||
<option id="2" name="Fix clipping with 16:9 resolution planetscapes" savesafe="true">
|
||||
<item id="1" name="Yes">
|
||||
</item>
|
||||
|
||||
@ -147,7 +146,7 @@ Credits:
|
||||
</item>
|
||||
</option>
|
||||
|
||||
<option name="Add improved reflections" savesafe="true">
|
||||
<option id="3" name="Add improved reflections" savesafe="true">
|
||||
<item id="1" name="Yes">
|
||||
</item>
|
||||
|
||||
@ -155,7 +154,10 @@ Credits:
|
||||
</item>
|
||||
</option>
|
||||
|
||||
<option name="Startup Screen resolution (Higher resolution options may negatively impact startup speed)" savesafe="true">
|
||||
<option id="4" name="Startup Screen resolution" savesafe="true">
|
||||
<item id="5" name="1080p 16:9 - 1920x1080">
|
||||
</item>
|
||||
|
||||
<item id="1" name="None">
|
||||
</item>
|
||||
|
||||
@ -168,9 +170,6 @@ Credits:
|
||||
<item id="4" name="1080p 4:3 - 1440x1080">
|
||||
</item>
|
||||
|
||||
<item id="5" name="1080p 16:9 - 1920x1080">
|
||||
</item>
|
||||
|
||||
<item id="6" name="1440p 4:3 - 1920x1440">
|
||||
</item>
|
||||
|
||||
@ -184,7 +183,10 @@ Credits:
|
||||
</item>
|
||||
</option>
|
||||
|
||||
<option name="Main Menu Freelancer Logo resolution (Higher resolution options may negatively impact startup speed)" savesafe="true">
|
||||
<option id="5" name="Main Menu Freelancer Logo resolution" savesafe="true">
|
||||
<item id="7" name="1080p 16:9 - 1920x1080">
|
||||
</item>
|
||||
|
||||
<item id="1" name="None">
|
||||
</item>
|
||||
|
||||
@ -203,9 +205,6 @@ Credits:
|
||||
<item id="6" name="1080p 4:3 - 1440x1080">
|
||||
</item>
|
||||
|
||||
<item id="7" name="1080p 16:9 - 1920x1080">
|
||||
</item>
|
||||
|
||||
<item id="8" name="1440p 4:3 - 1920x1440">
|
||||
</item>
|
||||
|
||||
@ -219,15 +218,16 @@ Credits:
|
||||
</item>
|
||||
</option>
|
||||
|
||||
<option name="Apply patch that fixes Windows 10 compatibility issues (broken interior lighting and missing glass reflections.) WARNING: THIS PATCH IS UNSTABLE. IT MAY CAUSE CRASHES, STUTTERS AND BUGS. TRY AT YOUR OWN RISK." savesafe="true">
|
||||
<item id="1" name="Yes">
|
||||
<option id="6" name="Fix Windows 10 compat issues. TRY AT YOUR OWN RISK" savesafe="true">
|
||||
<item id="2" name="No">
|
||||
</item>
|
||||
|
||||
<item id="2" name="No">
|
||||
<item id="1" name="Yes">
|
||||
</item>
|
||||
</option>
|
||||
|
||||
</options>
|
||||
</header>
|
||||
|
||||
|
||||
<data file="DLLS\BIN\callsign.dll2" method="renamefile" newfilename="DLLS\BIN\callsign.dll">
|
||||
|
Loading…
Reference in New Issue
Block a user