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
-
Read my post again… I’m not talking about keybindings, but properties for them!
-
IrateRedKite Administrators Historic Supporter Wiki Contributorwrote on 26 Jul 2009, 18:23 last edited by
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.
-
Yup… It’s a hack for sure… So let’s hope the offset gurues sees this post!
-
This one was misleading, I thought it was going to be in freelancer.exe but it was actually in common.dll.
1750f in common.dll, 0x1422f0 = minimum distance away from object to automatically engage cruise when using dock or goto
-
I
you ;D
-
is there also an value that indicate when ship start to dock ? think about fast dock feature
-
For fast docking simple set the docking_sphere values to JUMP on the respective dockables…
-
thats not what i search for ^^
-
IrateRedKite Administrators Historic Supporter Wiki Contributorwrote on 27 Jul 2009, 19:18 last edited by
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 this -
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 -
@Ruppetthemuppet:
Um, Any way to grey out menu buttons buddy? I know it’s defined in the .exe
I dunno about greying them out, but I could probably help you remove them completely.