Update flplusplus

Allows for a configurable screenshots folder
This commit is contained in:
C.S. Melis 2024-08-18 00:47:33 +02:00
parent 74ba459f51
commit ae8b8b027c
2 changed files with 7 additions and 1 deletions

Binary file not shown.

View File

@ -14,12 +14,18 @@ save_folder_name = Freelancer
; save_in_directory ; save_in_directory
; if true, save in the game directory (EXE/../SAVE) instead of Documents/My Games ; if true, save in the game directory (EXE/../SAVE) instead of Documents/My Games
save_in_directory = false 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 ; Patch out "Failed to get start location" warning
remove_start_location_warning = true remove_start_location_warning = true
; Log spew to a console window ; Log spew to a console window
log_to_console = false log_to_console = false
; Scrolling speed when zooming in/out in the ship preview window ; Scrolling speed when zooming in/out in the ship preview window
; Setting this value to 0 disables the scrolling feature entirely ; Setting this value to 0 disables this scrolling feature entirely
ship_preview_scrolling_speed = 2 ship_preview_scrolling_speed = 2
; Reverse scrolling direction when zooming in/out in the ship preview window ; Reverse scrolling direction when zooming in/out in the ship preview window
ship_preview_scrolling_inverse = false ship_preview_scrolling_inverse = false