Fix Waypoint Crash (Jump) & offline_threshold (Shield)

This commit is contained in:
D4rkl1ght3r
2026-09-19 21:54:53 +02:00
parent 91f9b91022
commit 72be846232
2 changed files with 6 additions and 10 deletions
+6 -10
View File
@@ -21,13 +21,13 @@ cursor_visibility_fix = true
; type=bool group=Mouse default=false risk=proton
; Fix Windows cursor flicker at screen borders in borderless windowed mode.
cursor_border_flicker_fix = true
cursor_border_flicker_fix = false
; type=bool group=Mouse default=false risk=proton
; Prevent mouse warps to the center of the game window in windowed modes.
mouse_warp_fix = true
mouse_warp_fix = false
; type=bool group=Client Updates default=false
; type=bool group=Client Updates default=true
; Smooth client-server updates and fix incorrect engine-state updates.
better_updates = true
@@ -111,10 +111,6 @@ server_filter_speed_fix = true
; Prevent Freelancer and FLServer crashing on missing DLL entries in freelancer.ini.
freelancer_dll_crash_fix = true
; type=bool group=Infocards default=true
; Show shield capacity reduced by offline_threshold.
shield_capacity_fix = true
; type=bool group=Dealer default=true
; Fix dealer menus not opening when clicking the dealer twice.
dealer_menu_open_fix = true
@@ -137,7 +133,7 @@ group_member_attitude = true
; type=bool group=Targeting default=false
; Add custom targeting cursor colors for group members and trade request senders.
more_cursor_colors = true
more_cursor_colors = false
; type=bool group=Infocards default=true
; Fix first sold-item category entry alignment in Current Information on some resolutions.
@@ -193,11 +189,11 @@ touchpad_support = false
; type=bool group=Mouse default=false source=flplusplus risk=mouse
; Confine the in-game cursor in windowed mode.
confine_cursor = true
confine_cursor = false
; type=bool group=Dealer default=false source=flplusplus
; Enable mouse-wheel zoom in the ship dealer preview.
ship_preview_scroll = true
ship_preview_scroll = false
; type=bool group=Graphics default=true source=flplusplus
; Disable unsupported video dialog, fix max texture size, and suppress Vibrocentric font override.