Clean up
This commit is contained in:
@@ -0,0 +1,60 @@
|
||||
[Global]
|
||||
# Load plugins including below options
|
||||
Enable=1
|
||||
|
||||
[Launcher]
|
||||
# Forces the launcher to be skipped, you can use the --launch parameter instead of this.
|
||||
Skip=0
|
||||
|
||||
[Patches]
|
||||
#Enable or disable mouse cursor
|
||||
Cursor=1
|
||||
#Hide Freeplay text
|
||||
Hide_Freeplay=0
|
||||
#Set the card reader and network status icons -- 0=default, 1=hidden, 2=error, 3=OK, 4=partial OK
|
||||
Status_Icons=3
|
||||
#Hide the watermark that's usually shown in PV viewing mode
|
||||
Hide_PV_Watermark=0
|
||||
#Permanently the photo controls during PV playback
|
||||
No_PV_UI=0
|
||||
#Disables showing lyrics
|
||||
No_Lyrics=0
|
||||
#Disables movies (enable this if the game hangs when loading certain PVs)
|
||||
No_Movies=0
|
||||
#Hide the volume and SE control buttons
|
||||
Hide_Volume=0
|
||||
#Disables the error banner
|
||||
No_Error=1
|
||||
#Enhanced Stage Manager (sets a custom number of stages; "stage_manager" should be disabled in "components.ini")
|
||||
Enhanced_Stage_Manager=0
|
||||
Enhanced_Stage_Manager_Final=2
|
||||
Enhanced_Stage_Manager_Encore=3
|
||||
Enhanced_Stage_Manager_Has_Encore=0
|
||||
|
||||
[Graphics]
|
||||
#FPS Limiter requires "fps_limiter" component to be enabled in "components.ini"
|
||||
FPS.Limit=60
|
||||
# Temporal Anti-Aliasing
|
||||
TAA=1
|
||||
# Morphological Anti-Aliasing
|
||||
MLAA=1
|
||||
|
||||
[Resolution]
|
||||
# 0 = Windowed, 1 = Borderless (Forced to desktop resolution), 2 = Fullscreen
|
||||
Display=1
|
||||
Width=1280
|
||||
Height=720
|
||||
# Fullscreen only options
|
||||
BitDepth=32
|
||||
RefreshRate=60
|
||||
|
||||
# Set a custom internal render resolution
|
||||
# HD : 1280x720
|
||||
# FHD : 1920x1080
|
||||
# WQHD : 2560x1440
|
||||
# 4K UHD: 3840x2160
|
||||
# 5K UHD: 5120x2880
|
||||
# 8K UHD: 7680x4320
|
||||
r.Enable=0
|
||||
r.Width=3840
|
||||
r.Height=2160
|
||||
Reference in New Issue
Block a user