mirror of
https://github.com/BC46/freelancer-hd-edition
synced 2024-08-30 18:32:47 +00:00
Replace story faction hex edits with the plugin
This commit is contained in:
parent
354f1b8a98
commit
ce517ed8f4
8
DATA/storyfactions.ini
Normal file
8
DATA/storyfactions.ini
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
[StoryFactions]
|
||||||
|
fc_ln_grp
|
||||||
|
fc_kn_grp
|
||||||
|
fc_rn_grp
|
||||||
|
fc_f_grp
|
||||||
|
fc_q_grp
|
||||||
|
fc_ouk_grp
|
||||||
|
fc_uk_grp
|
BIN
EXE/Common.dll
BIN
EXE/Common.dll
Binary file not shown.
@ -27,13 +27,13 @@ MP3codec.dll
|
|||||||
MPRep.dll
|
MPRep.dll
|
||||||
numeric.dll
|
numeric.dll
|
||||||
ranks.dll
|
ranks.dll
|
||||||
|
storyfactions.dll
|
||||||
Territory.dll
|
Territory.dll
|
||||||
TurretZoom.dll max=1000 shift=100 ctrl=10 alt=2 s+c=0.2 c+a=0.1 switch=50 interval=250 adjust=0.85
|
TurretZoom.dll max=1000 shift=100 ctrl=10 alt=2 s+c=0.2 c+a=0.1 switch=50 interval=250 adjust=0.85
|
||||||
flplusplus.dll
|
flplusplus.dll
|
||||||
WheelScroll.dll
|
WheelScroll.dll
|
||||||
Zone.dll
|
Zone.dll
|
||||||
HUDless.dll
|
HUDless.dll
|
||||||
|
|
||||||
;HudFacility.dll
|
;HudFacility.dll
|
||||||
;HudWeaponGroups.dll
|
;HudWeaponGroups.dll
|
||||||
;HudTarget.dll
|
;HudTarget.dll
|
||||||
|
BIN
EXE/storyfactions.dll
Normal file
BIN
EXE/storyfactions.dll
Normal file
Binary file not shown.
15
EXE/storyfactions_readme.txt
Normal file
15
EXE/storyfactions_readme.txt
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
Story Factions by Jason Hood
|
||||||
|
|
||||||
|
Version 1.00
|
||||||
|
|
||||||
|
|
||||||
|
Story Factions allows customization of the factions that are excluded from the
|
||||||
|
reputation list. Using this DLL defines all such factions, completely replacing
|
||||||
|
the defaults (provided the ini exists and actually contains factions). To use
|
||||||
|
it, copy STORYFACTIONS.DLL to the EXE directory and add it to the [Libraries]
|
||||||
|
section of EXE\dacom.ini. Then copy STORYFACTIONS.INI to the DATA directory and
|
||||||
|
edit it as required.
|
||||||
|
|
||||||
|
|
||||||
|
Jason Hood, 23 March, 2010.
|
||||||
|
http://freelancer.adoxa.cjb.net/
|
@ -1,13 +1,10 @@
|
|||||||
This .txt file documents which manual HEX edits have been made to several binary files in Freelancer: HD Edition.
|
This .txt file documents which manual HEX edits have been made to several binary files in Freelancer: HD Edition.
|
||||||
|
|
||||||
TODO: Add proper formatting
|
TODO: Add proper formatting
|
||||||
TODO: Replace Common.dll faction edits with the StoryFactions plugin
|
|
||||||
|
|
||||||
Common.dll. Base: Default from the official 1.1 Freelancer patch
|
Common.dll. Base: Default from the official 1.1 Freelancer patch
|
||||||
0E698E: Binary 7C -> EB . Allows many planets to continue spinning.
|
0E698E: Binary 7C -> EB . Allows many planets to continue spinning.
|
||||||
13F48C: Single (float32) 10000 -> 50000 . Increases the maximum docking initiation distance
|
13F48C: Single (float32) 10000 -> 50000 . Increases the maximum docking initiation distance
|
||||||
143C88: "fc_or_grp" [ 00 00 00 00 00 00 00 00 00 ] . Allows The Order to be displayed in the reputation list.
|
|
||||||
143C94: "fc_n_grp" [ 00 00 00 00 00 00 00 00 ] . Allows the Nomads to be displayed in the reputation list.
|
|
||||||
|
|
||||||
Freelancer.exe. Base: Default No-CD EXE
|
Freelancer.exe. Base: Default No-CD EXE
|
||||||
01AD6F: Binary 80 00 -> 00 20 . Fixes a bug that causes some textures to be shown in a low-quality state.
|
01AD6F: Binary 80 00 -> 00 20 . Fixes a bug that causes some textures to be shown in a low-quality state.
|
||||||
|
@ -153,6 +153,7 @@ Have something to contribute to make the mod even better? Feel free to create a
|
|||||||
- [MP3 Codec Fix](http://adoxa.altervista.org/freelancer/plugins.html#mp3codec)
|
- [MP3 Codec Fix](http://adoxa.altervista.org/freelancer/plugins.html#mp3codec)
|
||||||
- [Numeric Damage plugin](http://adoxa.altervista.org/freelancer/plugins.html#numeric)
|
- [Numeric Damage plugin](http://adoxa.altervista.org/freelancer/plugins.html#numeric)
|
||||||
- [Ranks plugin](http://adoxa.altervista.org/freelancer/plugins.html#ranks)
|
- [Ranks plugin](http://adoxa.altervista.org/freelancer/plugins.html#ranks)
|
||||||
|
- [Story Factions plugin](http://adoxa.altervista.org/freelancer/plugins.html#storyfactions)
|
||||||
- [Territory plugin](http://adoxa.altervista.org/freelancer/plugins.html#territory)
|
- [Territory plugin](http://adoxa.altervista.org/freelancer/plugins.html#territory)
|
||||||
- [Turret Zoom plugin](http://adoxa.altervista.org/freelancer/plugins.html#turretzoom)
|
- [Turret Zoom plugin](http://adoxa.altervista.org/freelancer/plugins.html#turretzoom)
|
||||||
- [Wheel Scroll plugin](http://adoxa.altervista.org/freelancer/plugins.html#wheelscroll)
|
- [Wheel Scroll plugin](http://adoxa.altervista.org/freelancer/plugins.html#wheelscroll)
|
||||||
|
Loading…
Reference in New Issue
Block a user