Files
PDModdingCommunity_PD-Loader/source-code/data/plugins/config.ini
T

63 lines
1.5 KiB
INI

[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=0
#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
#Allows using a real arcade slider attached to COM11
Hardware_Slider=0
#Enhanced Stage Manager (sets a custom number of stages; "stage_manager" should be disabled in "components.ini")
#Number of stages (0 = disabled)
Enhanced_Stage_Manager=0
#Use encore stages or not
Enhanced_Stage_Manager_Encore=1
[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