Disable the Auto cruise function
-
Here’s another thing I’d like to have disabled… The auto cruise function when you hit F2 ( Go To) , F3 (Dock) and so on…
I’d like to have it disabled so you must use Shift + W or click on the little tap under the icons in the top under the Fre Flight, Go To, Dock and Formation Icons to enter cruise!
Does anyone know how to do it? M0tah?
-
It’s simple just change the key bindings in kaymap.ini and keylist.ini. Not really sure which one. XP
-
Might be worth taking a look at the strings in Freelancer EXE. This sounds like It’ll be Hex, and something I’ve been trying to do for ages.
-
What M0tah put up looked like it’d work. Just make the distance really big and you have it.
Um, Any way to grey out menu buttons buddy? I know it’s defined in the .exe -
thats not what i search for ^^
What do you mean by fast docking then!?
EDIT:
Almost forgot… If you set this value too high the keys (F2, F3, F4), the buttons on the HUD and those small taps under Go To, Dock and formation all you want! and nothing will happen!
-
if you dock the ship flys fast to lane for exapmle and then it stops and fly slow until it entered the lane.
I’m interested in the distance value to change thisAaah… Now I understand!
Try these:
1000f in common.dll, 0x18ADB4 = max dock acknowledge distance 0x18BDB4 = 1.1
10000f in common.dll, 0x13F45C = max docking initiation distance 0x13F48C = 1.1
As for the initiation of the effects on trade lanes:
[tradeLane]
nickname = basic_trade_lane_eq
tl_ship_enter = basic_tl_ship_enter
tl_ship_travel = basic_tl_ship_travel
tl_ship_exit = basic_tl_ship_successful
tl_ship_disrupt = basic_tl_ship_traumatic
tl_player_travel = basic_tl_player_travel
tl_player_splash = basic_tl_player_splash
secs_before_enter = 2
secs_before_splash = 0.200000
secs_before_exit = 0.300000
tl_ring_active = basic_tl_ring_active
spin_max = 50
spin_accel = 15
activation_start = 750 <–- Change this to your needs
activation_end = 500 <— Change this to your needs