Advertisement
ProjectXsent

Devil May Cry 3 Special Edition - Registry Fix x64

Oct 9th, 2023 (edited)
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. 1. Run Command Prompt as Admin.
  2.  
  3. 2. Change the directory to your DMC3SE folder.
  4. (example: cd '*insert DMC3SE Folder Path') with quotes
  5.  
  6. 3. After changing directory, paste these commands below and press Enter.
  7.  
  8. REG ADD "HKLM\Software\WOW6432Node\CAPCOM\Devil May Cry 3 Special Edition" /v CdKeyVersion /t REG_DWORD /d 0 /f
  9. REG ADD "HKLM\Software\WOW6432Node\CAPCOM\Devil May Cry 3 Special Edition" /v Language /t REG_DWORD /d 0 /f
  10. REG ADD "HKLM\Software\WOW6432Node\CAPCOM\Devil May Cry 3 Special Edition" /v Mov /t REG_SZ /d "%CD%" /f
  11. REG ADD "HKLM\Software\WOW6432Node\CAPCOM\Devil May Cry 3 Special Edition" /v PatchVersion /t REG_DWORD /d 0 /f
  12. REG ADD "HKLM\Software\WOW6432Node\CAPCOM\Devil May Cry 3 Special Edition" /v Subtitles /t REG_DWORD /d 0 /f
  13. REG ADD "HKLM\Software\WOW6432Node\CAPCOM\Devil May Cry 3 Special Edition\1.00.000" /v InstallPath /t REG_SZ /d "%CD%" /f
  14.  
  15. 4. Close the Command Prompt.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement