Add rem-essentials.dll

This commit is contained in:
D4rkl1ght3r
2026-08-08 09:53:37 +02:00
parent c1f0d571b7
commit b933166faa
5 changed files with 454 additions and 0 deletions
+258
View File
@@ -0,0 +1,258 @@
[rem-essentials]
; type=bool group=Server default=true
; Do not kick players from the server for re-purchasing the same ship.
ship_buy_kick_fix = true
; type=bool group=Client Stability default=true
; Fix Freelancer sometimes getting stuck in the message loop after the Quit message is retrieved.
quit_message_fix = true
; type=bool group=Client Stability default=true
; Fix rare alchemy.dll crashes around offsets 0x701b and 0x77cb.
alchemy_crash_fix = true
; type=bool group=Navigation default=true
; Clear the jump destination waypoint after a successful system jump.
jump_destination_waypoint_fix = true
; type=bool group=Mouse default=true
; Hide the in-game cursor when the real cursor is outside the game window.
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
; 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
; type=bool group=Client Updates default=false
; Smooth client-server updates and fix incorrect engine-state updates.
better_updates = true
; type=bool group=Navigation default=true
; Keep cross-system waypoints and prevent setting waypoints on the player ship.
waypoint_fixes = true
; type=bool group=Navigation default=true
; Fix waypoint names and waypoint information in target/current-info views.
waypoint_name_fixes = true
; type=bool group=Combat default=true
; Play one-shot sounds for multi-barrel launchers.
projectiles_sound_fix = true
; type=bool group=Combat default=true
; Fix ammo decrementing for multi-barrel launchers on client/server.
projectiles_server_fix = true
; type=bool group=Display default=false
; Expand selectable resolutions and use the main monitor as default.
better_resolutions = false
; type=bool group=Audio default=true
; Add interface/ambience test sounds and safer volume slider behavior.
more_test_sounds = true
; type=bool group=World default=true
; Fix trade-lane lights not turning back on after disruptions.
trade_lane_lights_fix = true
; type=bool group=UI default=false
; Enable Ctrl+C/Ctrl+V in Freelancer input boxes.
copy_paste_feature = false
; type=bool group=UI default=true
; Improve slide-out animation for multiplayer menu buttons.
slide_ui_anim_fix = true
; type=bool group=Equipment default=true
; Enable weapon use_animation scripts and parent animations with leading underscore.
weapon_anim_fix = true
; type=bool group=Equipment default=true
; Play weapon flash particles on all barrels instead of only the first.
flash_particle_fix = true
; type=bool group=Dealer default=false
; Print exact reputation requirements in dealer rejection text when resources support it.
print_rep_requirements = false
; type=bool group=Client Stability default=true
; Move DirectPlay shutdown before process exit to avoid post-game deadlocks.
post_game_deadlock_fix = true
; type=bool group=Controls default=true
; Reset rotation lock and auto-level defaults when launching to space.
flight_controls_fix = true
; type=bool group=Infocards default=false
; Show infocards for dynamic solars and archetype fallback infocards.
dynamic_solar_infocards = false
; type=bool group=Client Stability default=true
; Prevent crashes from malformed save files.
save_crash_fix = true
; type=bool group=Infocards default=true
; Fix blank faction text for fc_uk_grp ships.
blank_faction_fix = true
; type=bool group=Client Stability default=true
; Fix crash when closing the Server Filter dialog.
server_filter_crash_fix = true
; type=bool group=Client Stability default=true
; Fix sudden game-speed increases after opening the Server Filter dialog.
server_filter_speed_fix = true
; type=bool group=Client Stability default=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
; type=bool group=Dealer default=true
; Fix crashes that can occur when opening dealer menus.
dealer_crash_fix = true
; type=bool group=Groups default=false
; Allow entering formation with hostile group members.
hostile_group_formation = false
; type=bool group=Groups default=true
; Prevent hostile group members from being shown as hostile.
unhostile_group_members = true
; type=bool group=Groups default=true
; Show GROUP MEMBER attitude for group members.
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
; type=bool group=Infocards default=true
; Fix first sold-item category entry alignment in Current Information on some resolutions.
base_info_spacing_fix = true
; type=bool group=Infocards default=true
; Fix long pilot names being truncated in Current Information, comms, and cargo dialogs.
pilot_names_fix = true
; type=bool group=Logging default=true source=flplusplus
; Add timestamps to FLSpew.txt and server log output.
timestamped_logs = true
; type=bool group=Logging default=false source=flplusplus
; Redirect FLSpew output to a console window.
log_to_console = false
; type=bool group=Saves default=true source=flplusplus
; Use the configured save folder path instead of Freelancer's hard-coded default.
save_path_feature = true
; type=bool group=Wine default=true source=flplusplus
; Suppress MP3 codec warning spam on Wine/Proton.
wine_mp3_codec_warning_fix = true
; type=bool group=Logging default=true source=flplusplus
; Remove the Failed to get start location warning.
remove_start_location_warning = true
; type=bool group=Saves default=true source=flplusplus
; Regenerate Restart.fl on startup to avoid malformed restart-file crashes.
always_regenerate_restart_file = true
; type=bool group=Screenshots default=false source=flplusplus
; Replace default screenshots with PNG output.
png_screenshots = false
; type=bool group=Screenshots default=true source=flplusplus
; Use the configured screenshot folder instead of Freelancer's default path.
screenshot_path_feature = true
; type=bool group=Fonts default=false source=flplusplus
; Load private TTF font resources from DATA/FONTS/fonts.ini [FontFiles].
font_file_loading = false
; type=bool group=Developer default=false source=flplusplus
; Enable THN player behavior when Freelancer is launched with -thn.
thn_player = false
; type=bool group=Input default=false source=flplusplus risk=mouse
; Fix touchpad scrolling but may break normal mouse wheel scrolling.
touchpad_support = false
; type=bool group=Mouse default=false source=flplusplus risk=mouse
; Confine the in-game cursor in windowed mode.
confine_cursor = true
; type=bool group=Dealer default=false source=flplusplus
; Enable mouse-wheel zoom in the ship dealer preview.
ship_preview_scroll = true
; type=bool group=Graphics default=true source=flplusplus
; Disable unsupported video dialog, fix max texture size, and suppress Vibrocentric font override.
graphics_base_fixes = true
; type=bool group=Graphics default=true source=flplusplus
; Apply configurable LOD, pBubble, character-detail, and asteroid-distance scaling.
graphics_detail_scaling = true
; type=bool group=Saves default=true source=flplusplus
; Override the IDS shown when Freelancer cannot initialize the saves directory.
failed_save_dir_ids_override = true
[flplusplus]
; type=float min=1 max=1000000 group=Graphics default=1.0
lod_scale = 1.0
; type=float min=1 max=1000000 group=Graphics default=1.0
pbubble_scale = 1.0
; type=float min=1 max=1000000 group=Graphics default=1.0
character_detail_scale = 1.0
; type=float min=1 max=10 group=Graphics default=1.0
asteroid_dist_scale = 1.0
; type=string group=Saves default=Freelancer
save_folder_name = Freelancer
; type=bool group=Saves default=true
save_in_directory = true
; type=string group=Screenshots default=FreelancerShots
screenshots_folder_name = FreelancerShots
; type=bool group=Screenshots default=false
screenshots_in_directory = false
; type=bool group=Screenshots risk=proton default=true
alternative_fullscreen_screenshots_code = true
; type=bool group=Screenshots risk=proton default=false
alternative_windowed_screenshots_code = false
; type=int min=0 group=Saves default=1849
failed_to_init_saves_dir_ids = 1849
; type=float min=0 max=50 group=Dealer default=3.0
ship_preview_scrolling_speed = 3.0
; type=bool group=Dealer default=false
ship_preview_scrolling_inverse = false
; type=float min=0 max=100 group=Dealer default=0.0
ship_preview_scrolling_min_distance = 0.0
; type=float min=0 max=100 group=Dealer default=100.0
ship_preview_scrolling_max_distance = 100.0