Skip to main content

Cargo and Trading 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.)

Cargo and Trading

Default ValueFileOffsetByDescription
00 -> 01content.dll0BD2D8adoxaAllow the fc_n_grp faction to drop [phantom_loot] loot.
20ffreelancer.exe08AEBE
1D2688
adoxa
adoxa
Drop cargo dialog timeout (both offsets must be changed).
20fcontent.dll118130adoxaTime given to drop cargo.
E8 1C E1 13 00 D9 44 24 20 8B D8 8D B5 08 05 00 00 E8 0B E1 13 00
->
83 EC 10 DD 1C E4 D9 44 E4 30 DD 5C E4 08 8D B5 08 05 00 00 EB 02
freelancer.exe079D9FadoxaShow cargo space using decimals (string 1179 in resources.dll must have %d (both of them) changed to %g or %.2f) (Part 1).
20 -> 28freelancer.exe079DC3adoxaShow cargo space using decimals (string 1179 in resources.dll must have %d (both of them) changed to %g or %.2f) (Part 2).
1000000ffreelancer.exe1D848CfoxSquare of distance from loot that the "tractor all" button appears on HUD / can tractor in loot.
1.2ffreelancer.exe1C9800foxMultiplier for width of tractor beams.
1500ffreelancer.exe1D8D08adoxaMaximum distance to initiate trade.