diff --git a/source-code/data/plugins/DivaSound.ini b/source-code/data/plugins/DivaSound.ini index ad24711..c2822a1 100644 --- a/source-code/data/plugins/DivaSound.ini +++ b/source-code/data/plugins/DivaSound.ini @@ -1,3 +1,7 @@ +######################################### +# /!\ WARNING: DO NOT EDIT WITH NOTEPAD!# +######################################### + [General] # You can choose 2 channel or 4 channel mode. # 4 channels uses front channels for speakers and rear channels as headphones. @@ -39,4 +43,4 @@ Device=-1 # When set to 1 the ASIO driver config will open alongside the game. # Use this to adjust output settings, then disable it. -Show_Config=0 \ No newline at end of file +Show_Config=0 diff --git a/source-code/data/plugins/components.ini b/source-code/data/plugins/components.ini index 1aeda5c..0f82b96 100644 --- a/source-code/data/plugins/components.ini +++ b/source-code/data/plugins/components.ini @@ -1,3 +1,7 @@ +######################################### +# /!\ WARNING: DO NOT EDIT WITH NOTEPAD!# +######################################### + # components.ini # defines which components will be enabled [components] @@ -43,4 +47,4 @@ scale_component = true debug_component = false # allows the usage of hold transfer -target_inspector = true \ No newline at end of file +target_inspector = true diff --git a/source-code/data/plugins/config.ini b/source-code/data/plugins/config.ini index 5e0fa94..432f5da 100644 --- a/source-code/data/plugins/config.ini +++ b/source-code/data/plugins/config.ini @@ -1,3 +1,7 @@ +######################################### +# /!\ WARNING: DO NOT EDIT WITH NOTEPAD!# +######################################### + [Global] # Load plugins including below options Enable=1 diff --git a/source-code/data/plugins/keyconfig.ini b/source-code/data/plugins/keyconfig.ini index 1cee184..a42511d 100644 --- a/source-code/data/plugins/keyconfig.ini +++ b/source-code/data/plugins/keyconfig.ini @@ -1,3 +1,7 @@ +######################################### +# /!\ WARNING: DO NOT EDIT WITH NOTEPAD!# +######################################### + # keyconfig.ini # defines the input_emulator key bindings # multiple keys are to be specified comma separated @@ -98,4 +102,4 @@ RIGHT_SIDE_SLIDE_RIGHT = O, Ds4_R_Stick_Right, XINPUT_RRIGHT # "XINPUT_LLEFT", "XINPUT_LRIGHT", "XINPUT_LSB" # - Right Joystick -# "XINPUT_RLEFT", "XINPUT_RRIGHT", "XINPUT_RSB" \ No newline at end of file +# "XINPUT_RLEFT", "XINPUT_RRIGHT", "XINPUT_RSB" diff --git a/source-code/data/plugins/playerdata.ini b/source-code/data/plugins/playerdata.ini index 53a22b1..3d7f5b1 100644 --- a/source-code/data/plugins/playerdata.ini +++ b/source-code/data/plugins/playerdata.ini @@ -1,3 +1,7 @@ +######################################### +# /!\ WARNING: DO NOT EDIT WITH NOTEPAD!# +######################################### + # playerdata.ini # defines constant values to be loaded into the PlayerData struct # this file has to be encoded using utf-8 @@ -30,10 +34,10 @@ border_great = true border_excellent = true # Allows module selection (WARNING: It may cause lag in the main menu and other places) -use_card = false +use_card = true # Allows module selection without card and attempts to disable module refresh when sliding in PV select to reduce CPU and IO load. -module_card_workaround = true +module_card_workaround = false # Allows use of game mode modifiers (hi-speed, hidden, and sudden) -gamemode_options = true \ No newline at end of file +gamemode_options = true