Skip to main content

Cruise and Tradelane 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.)

Cruise and Tradelanes

Default ValueFileOffsetByDescription
E8 48 9F 01
->
E9 11 00 00
common.dll037813WhiskasTMAllow shooting in cruise.
06 -> 09common.dll03A2B3WhiskasTMAllow mine dropping in cruise.
07 -> 09common.dll03A011WhiskasTMAllow firing in tradelanes.
74 -> EBcommon.dll053796adoxaAdjust cruise speed according to drag_modifier.
1.2fcommon.dll07637FCannonFormation catch up cruise speed multiplier (outside of trail range common.dll 075B36; values above variable below will be ignored).
1.2fcommon.dll1407A0Gold_SearFormation catch up cruise speed multiplier (within trail range common.dll 075B36).
0.8fcommon.dll07630CGold_SearMultiplier for min cruise speed in formation (escort).
0.5dcommon.dll13DF88Gold_SearMultiplier for min cruise speed in formation (leader) (side note by fox: this seems to majorly affect asteroid spacing in asteroid fields and can break asteroid exclusion zones - use with caution!).
90 90 90 90 90 90 90 90 90 90 90
->
6A 00 E8 68 00 00 00 83 C4 04 C3
freelancer.exe0C7A81adoxaInstant deceleration to 0 after dropping cruise (Part 1).
C3 90 90 90 90 90 90 90
->
80 7C E4 04 00 74 CA C3
freelancer.exe0C7AB0adoxaInstant deceleration to 0 after dropping cruise (Part 2).
2500fcommon.dll13F3CCLord of LunacyTrade lane travel speed (beware, values over 2500 may have adverse side-effects).
0.125dcommon.dll13F440HeIIoweenTrade lane enter speed.
0.4dcommon.dll13F458HeIIoweenTrade lane exit speed.
400dcommon.dll13F448HeIIoweenTrade lane exit distance.
DD 05 D0 E2 39 06 D9 FF
->
D9 E8 D9 E0 D9 EE D9 C1
common.dll06191EGold_SearSwap vertical component of trade lane travel in prev direction (fixes issues with vertically oriented trade lanes) (Part 1).
C7 44 24 24 00 00 00 00 C7 44 24 2C 00 00 00 00 C7 44 24 30 00 00 80 3F C7 44 24 34 00 00 00 00 C7 44 24 3C 00 00 00 00 DD 05 D0 E2 39 06 D9 FE D9 C1 D9 5C 24 20 D9 54 24 28
->
D9 54 24 20 D9 5C 24 30 D9 54 24 24 D9 54 24 28 D9 54 24 2C D9 54 24 34 D9 54 24 3C D9 44 24 54 D9 E0 D9 5C 24 54 D9 44 24 60 D9 E0 D9 5C 24 60 D9 44 24 48 D9 E0 D9 5C 24 48
common.dll061941Gold_SearSwap vertical component of trade lane travel in prev direction (fixes issues with vertically oriented trade lanes) (Part 2).
4F -> 79common.dll03659EadoxaDrop out of cruise once power reaches 0 (Part 1).
90 90 90 90 90 90 90 90
->
8B 8E 94 01 00 00 EB 14
common.dll036618adoxaDrop out of cruise once power reaches 0 (Part 2).
90 90 90 90 90 90 90 90 90 90 90
->
E3 B8 6A 00 E8 A3 D5 03 00 EB AF
common.dll036634adoxaDrop out of cruise once power reaches 0 (Part 3).
300fcommon.dll18B5CCGold_SearCruise speed, always overruled by CRUISING_SPEED in constants.ini.
5fcommon.dll18B5D0Gold_SearCruise acceleration time, always overruled by CRUISE_ACCEL_TIME in constants.ini.
3fcommon.dll18B5D4Gold_SearCruise drag, always overruled by CRUISE_DRAG in constants.ini.
0F 84 77 01 -> E9 78 01 00common.dll03625ABC46Disables the cruise speed functionality for both players and NPCs.