freelancer-hd-edition/EXE/flplusplus.ini

26 lines
1004 B
INI
Raw Normal View History

2021-09-07 17:42:58 +00:00
; Settings file for flplusplus
[flplusplus]
2023-12-06 15:36:35 +00:00
; Multiplier for render distance and the distance at which LODs are switched.
; Supports decimal values
; 1 = no change from vanilla Freelancer
; 2 = Double render distance & LOD switch threshold
; 3.5 = 3.5x render distance & LOD switch threshold, etc.
lod_scale = 0
2024-04-18 21:13:28 +00:00
pbubble_scale = 0
character_detail_scale = 0
2021-09-07 17:42:58 +00:00
; save_folder_name
; Name of the save folder in Documents/My Games
save_folder_name = Freelancer
; save_in_directory
; if true, save in the game directory (EXE/../SAVE) instead of Documents/My Games
save_in_directory = false
2023-06-13 00:06:34 +00:00
; Patch out "Failed to get start location" warning
remove_start_location_warning = true
2024-04-18 21:13:28 +00:00
; Log spew to a console window
log_to_console = false
; Scrolling speed when zooming in/out in the ship preview window
2024-05-05 14:58:03 +00:00
; Setting this value to 0 disables the scrolling feature entirely
2024-04-18 21:13:28 +00:00
ship_preview_scrolling_speed = 2
; Reverse scrolling direction when zooming in/out in the ship preview window
ship_preview_scrolling_inverse = false