mirror of
https://github.com/BC46/freelancer-hd-edition
synced 2024-08-30 18:32:47 +00:00
ae8b8b027c
Allows for a configurable screenshots folder
32 lines
1.2 KiB
INI
32 lines
1.2 KiB
INI
; Settings file for flplusplus
|
|
[flplusplus]
|
|
; 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 = 15
|
|
pbubble_scale = 15
|
|
character_detail_scale = 15
|
|
; 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
|
|
; screenshots_folder_name
|
|
; Name of the screenshots folder in Pictures
|
|
screenshots_folder_name = FreelancerShots
|
|
; screenshots_in_directory
|
|
; if true, screenshots are saved in the game directory (EXE/../SCREENSHOTS) instead of Pictures
|
|
screenshots_in_directory = false
|
|
; Patch out "Failed to get start location" warning
|
|
remove_start_location_warning = true
|
|
; Log spew to a console window
|
|
log_to_console = false
|
|
; Scrolling speed when zooming in/out in the ship preview window
|
|
; Setting this value to 0 disables this scrolling feature entirely
|
|
ship_preview_scrolling_speed = 2
|
|
; Reverse scrolling direction when zooming in/out in the ship preview window
|
|
ship_preview_scrolling_inverse = false
|