diff --git a/EXE/flplusplus.dll b/EXE/flplusplus.dll index 0c5f763..0d01d67 100644 Binary files a/EXE/flplusplus.dll and b/EXE/flplusplus.dll differ diff --git a/EXE/flplusplus.ini b/EXE/flplusplus.ini index 799690c..05ba207 100644 --- a/EXE/flplusplus.ini +++ b/EXE/flplusplus.ini @@ -2,11 +2,12 @@ [flplusplus] ; Multiplier for render distance and the distance at which LODs are switched. ; Supports decimal values -; 0 = maximized ; 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 +pbubble_scale = 0 +character_detail_scale = 0 ; save_folder_name ; Name of the save folder in Documents/My Games save_folder_name = Freelancer @@ -15,5 +16,10 @@ save_folder_name = Freelancer save_in_directory = false ; Patch out "Failed to get start location" warning remove_start_location_warning = true -; Log spew to stdout (not too useful on Windows) -log_to_console = false \ No newline at end of file +; 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