Provide the "lanvp.ini" file settings in plain text form
Closed this issue · 3 comments
eduazy commented
My game is not generating the lanvp.ini file in the game folder at all. Please provide the default file here in the repo or include the lines of code so we can create the file ourselves.
VaanaCZ commented
I apologize for the problem. This will be done with the next release.
Tiagoquix commented
Here you go:
; L.A. Noire: V-Patch
; Version 1.1b - (c) 2021
[general]
;
; Determines whether V-Patch is loaded or not.
; Setting this value to 0 will disable all subsequent options.
;
; 1 = enabled (default)
; 0 = disabled
patch_enabled=1
[patches]
;
; Removes the FPS cap and corrects the car braking values.
;
; If you are unable to progress due to an issue caused by
; the unlocked framerate, set this option to 0, pass the
; current mission and re-enable the option by setting it to 1.
;
; 1 = enabled (default)
; 0 = disabled
fps_unlock=1
;
; Removes black bars on aspect ratios slimmer than 16:9
; (16:10, 4:3, 5:4) and corrects the FOV value and
; interface size to match the current aspect ratio.
;
; 1 = enabled (default)
; 0 = disabled
aspect_correction=1
[options]
;
; Allows the user to set a custom FPS cap. Useful if
; your framerate fluctuates rapidly, making the game
; unplayable. This value should not be lower than 30!
; fps_unlock must be enabled for this to work!
;
; 0 = disabled (default)
; example: fps_lock=30
fps_lock=0
;
; Lets the user increase/decrease the fov, in case
; the game feels too zoomed in/out. It is recommended
; that this value does not exceed 2.0!
; aspect_correction must be enabled for this to work!
;
; default: 1.0
fov_multiplier=1.000
;
; Makes the game run without needing to be started through
; the LAN Launcher. Does not work for R* Launcher builds.
;
; 1 = enabled
; 0 = disabled
skip_launcher_check=0
;
; Skips the intro logos and legals screen which plays
; every time the game is launched.
;
; 1 = enabled
; 0 = disabled (default)
skip_logos=0
;
; Enforces DirectX 11 mode for better performance.
; Only enabled if the users PC has a Direct3D 11
; capable graphics card.
;
; 1 = enabled
; 0 = disabled
force_dx11=1
;
; Starts the game in borderless window mode. Recommended
; for faster switching between applications.
;
; 1 = enabled (default)
; 0 = disabled
force_borderless_window=1
;
; Allows you to set a custom resolution not supported
; by the game, as it is in case of ultrawide resolutions.
;
; By default, this is set to your current resolution.
; Leave this option blank to disable it.
;
; example: force_resolution=1920x1080
force_resolution=1920x1080
Remember to change force_resolution
to your native resolution.
VaanaCZ commented
Done with the latest release:
https://github.com/VaanaCZ/LANVP/releases/tag/v2.0