Skip to main content

Reputation Offsets

Information

  • All offsets are for files from the official 1.1 patch.
  • Numbers are in hexadecimal, or suffixed to indicate their type:
SuffixTypeSize
ffloat4 bytes
ddouble8 bytes
iinteger4 bytes
bbyte1 byte (-128 to 127)

A value like "0F 85 -> 90 E9" means replace the original bytes on the left with the new bytes on the right. (The bytes are given in file order, they don't represent a number like the offset.)

Reputation

Default ValueFileOffsetByDescription
0.9fcommon.dll18D5D4DevReputation over which will give you affiliation with that faction (faction name appears in space before your name).
0.6fcontent.dll1143C8foxReputation set by bribes, can not exceed 0.9.
1.0fcontent.dll11BD84foxReputation at/over which a faction's NPCs will excuse your friendly fire (killing the NPC should still dock rep, however), same as below.
1.0fcontent.dll11BD84foxReputation at/over which a faction will no longer turn hostile upon seeing its allies turn hostile, same as above.
0.6fcontent.dll11BD80foxReputation over which a faction will be friendly with another faction (such as shooting you if that faction is hostile, etc.).
0.2fcontent.dll12E354adoxaReputation needed for lawful factions to show rumors.
0.4fcontent.dll12E358adoxaReputation needed for unlawful factions to show rumors.
0.1dcontent.dll11B930adoxaAdjustment for maximum reputation.
-0.6fcontent.dll11BCF4adoxaHostile docking reputation.
"(group name)"common.dll143C58BejaymacList of groups (in nickname form) of factions that won't show up on your reputation screen - either replace the nicknames or write over them with 00s (DO NOT change the length of the DLL).
40 -> 00content.dll0CC985adoxaJump gates test reputation.
0C -> 04content.dll0CC986adoxaJump holes test reputation.
"gd_bh_grp"content.dll114310Gold_SearIn freetime between missions 4, 5, 6 and 7 buying a ship will set your rep with the Bounty Hunters to -0.2; either change the nickname or write it over with 00s (do NOT change the length of the DLL).
FF 15 20 36 FB 06
->
EB 04 90 90 90 90
content.dll006272Gold_SearIn freetime between missions 4, 5, 6 and 7 buying a ship will set your rep with the Bounty Hunters to -0.2; this prevents that (alternative to above).