Replace story faction hex edits with the plugin

This commit is contained in:
C.S. Melis 2021-12-18 17:59:05 +01:00
parent 354f1b8a98
commit ce517ed8f4
7 changed files with 25 additions and 4 deletions

8
DATA/storyfactions.ini Normal file
View 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

Binary file not shown.

View File

@ -27,13 +27,13 @@ MP3codec.dll
MPRep.dll
numeric.dll
ranks.dll
storyfactions.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
flplusplus.dll
WheelScroll.dll
Zone.dll
HUDless.dll
;HudFacility.dll
;HudWeaponGroups.dll
;HudTarget.dll

BIN
EXE/storyfactions.dll Normal file

Binary file not shown.

View 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/

View File

@ -1,13 +1,10 @@
This .txt file documents which manual HEX edits have been made to several binary files in Freelancer: HD Edition.
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
0E698E: Binary 7C -> EB . Allows many planets to continue spinning.
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
01AD6F: Binary 80 00 -> 00 20 . Fixes a bug that causes some textures to be shown in a low-quality state.

View File

@ -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)
- [Numeric Damage plugin](http://adoxa.altervista.org/freelancer/plugins.html#numeric)
- [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)
- [Turret Zoom plugin](http://adoxa.altervista.org/freelancer/plugins.html#turretzoom)
- [Wheel Scroll plugin](http://adoxa.altervista.org/freelancer/plugins.html#wheelscroll)