config.ini 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. #########################################
  2. # /!\ WARNING: DO NOT EDIT WITH NOTEPAD!#
  3. #########################################
  4. [Global]
  5. # Load plugins including below options
  6. Enable=1
  7. [GPU]
  8. # Force GPU model -- -1=auto, 0=Kepler, 1=Maxwell, 2=Turing
  9. Model=-1
  10. [Launcher]
  11. # Forces the launcher to be skipped, you can use the --launch parameter instead of this.
  12. Skip=0
  13. # Disables unsupported GPU warning dialogs.
  14. No_GPU_Dialog=0
  15. #Ignores some OpenGL-related errors. Don't use both patches at the same time unless you're know what you're doing
  16. OpenGL_Patch_A=0
  17. #Ignores some OpenGL-related errors. Don't use both patches at the same time unless you're know what you're doing
  18. OpenGL_Patch_B=0
  19. # Command line arguments
  20. Command_Line=
  21. # Launches divahook.bat intead of diva.exe.
  22. Use_divahook_bat=0
  23. [Patches]
  24. #Disable movies (enable this if the game hangs when loading certain PVs)
  25. No_Movies=0
  26. #Enable custom MP4 adv movies (experimental)
  27. MP4_Movies=1
  28. #Enable or disable mouse cursor
  29. Cursor=1
  30. #Use 2 channels instead of 4 (when not using DivaSound)
  31. Stereo=1
  32. #Skip one or more menus -- 0=disabled, 1=guest, 2=guest+normal
  33. Quick_Start=1
  34. #Disable the scrolling sound effect
  35. No_Scrolling_SFX=0
  36. #Enhanced Stage Manager (sets a custom number of stages; "stage_manager" should be disabled in "components.ini")
  37. #Number of stages (0 = disabled)
  38. Enhanced_Stage_Manager=0
  39. #Use encore stages or not
  40. Enhanced_Stage_Manager_Encore=1
  41. #Disable hand scaling
  42. No_Hand_Scaling=0
  43. #Hide the volume and SE control buttons
  44. Hide_Volume=0
  45. #Remove the photo controls during PV playback
  46. No_PV_UI=0
  47. #Hide the watermark that's usually shown in PV viewing mode
  48. Hide_PV_Watermark=0
  49. #Set the card reader and network status icons -- 0=default, 1=hidden, 2=error, 3=OK, 4=partial OK
  50. Status_Icons=0
  51. #Disable showing lyrics
  52. No_Lyrics=0
  53. #Disable the error banner
  54. No_Error=1
  55. #Hide "CREDIT(S)"/"FREE PLAY"
  56. Hide_Freeplay=0
  57. #Show "FREE PLAY" instead of "CREDIT(S)"
  58. Freeplay=1
  59. #Show "PD Loader <version>" instead of "FREE PLAY"
  60. PDLoaderText=1
  61. #Freeze the timer
  62. No_Timer=1
  63. #Disable the timer sprite
  64. No_Timer_Sprite=1
  65. #Unlock PSEUDO modules (incomplete, will default to Miku)
  66. Unlock_Pseudo=0
  67. #Enable the card menu (incomplete, it doesn't bypass the card prompt)
  68. Card=1
  69. #Allow using a real arcade slider attached to COM11
  70. Hardware_Slider=0
  71. #Enable custom patches
  72. Custom_Patches=1
  73. [Graphics]
  74. # Set to -1 to unlock the frame rate.
  75. FPS.Limit=60
  76. # Reduces FPS Limiter CPU usage
  77. # (may have less consistent performance)
  78. FPS.Limit.LightMode=1
  79. # Enable debug warnings for lightweight limiter
  80. FPS.Limit.Verbose=0
  81. # Temporal Anti-Aliasing
  82. TAA=1
  83. # Morphological Anti-Aliasing
  84. MLAA=1
  85. # FrameRateManager motion rate (fps)
  86. FRM.Motion.Rate=400
  87. [Resolution]
  88. # 0 = Windowed, 1 = Popup (recommended), 2 = Exclusive, 3 = Failsafe
  89. # For same as screen res: -1x-1
  90. Display=1
  91. Width=-1
  92. Height=-1
  93. # Fullscreen only options
  94. BitDepth=32
  95. RefreshRate=60
  96. # Set a custom internal render resolution
  97. # Same as window: -1x-1
  98. # HD : 1280x720
  99. # FHD : 1920x1080
  100. # WQHD : 2560x1440
  101. # 4K UHD: 3840x2160
  102. # 5K UHD: 5120x2880
  103. # 8K UHD: 7680x4320
  104. r.Enable=0
  105. r.Width=1920
  106. r.Height=1080
  107. [plugins]
  108. DivaWig.dva=0
  109. DSCRemote.dva=0
  110. Novidia.dva=0