Add updated flplusplus.dll

This commit is contained in:
C.S. Melis 2023-06-13 02:06:34 +02:00
parent f1beb57349
commit 89080e40eb
2 changed files with 7 additions and 2 deletions

Binary file not shown.

View File

@ -2,6 +2,7 @@
[flplusplus] [flplusplus]
; lod_scale ; lod_scale
; 0 = default lod ; 0 = default lod
; 1 = 1.5x lod, draw distance
; 2 = 2x ; 2 = 2x
; 3 = 3x ; 3 = 3x
; 4 = 4x ; 4 = 4x
@ -9,11 +10,15 @@
; 6 = 6x ; 6 = 6x
; 7 = 7x ; 7 = 7x
; 8 = 8x ; 8 = 8x
; 9 = maximized ; 10 = 10x
lod_scale = 9 ; 11 = maximized
; Note there is no 9x option
lod_scale = 11
; save_folder_name ; save_folder_name
; Name of the save folder in Documents/My Games ; Name of the save folder in Documents/My Games
save_folder_name = Freelancer 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
; Patch out "Failed to get start location" warning
remove_start_location_warning = true