英文安装版打不上1.3汉化补丁的进
如果你的《杀手4》是在电驴上下载的,就有可能打不上补丁。我就是受害者之一。经过2个小时的研究,终于被我发现问题的所在了,
其实就是Import.cmd里面
“@REG QUERY "HKEY_LOCAL_MACHINESOFTWAREEidosHitman Blood Money" /v "InstallDir" | find "InstallDir"”
这句的问题。
只要把这句话删除就可以了。
此贴是小弟的处女贴,希望能帮到大家,谢谢!
示例:
@SET InstallDir="(安装游戏所在的路径)"
@ECHO "InstallDir in the batch file is "
@ECHO %InstallDir%
@ECHO "InstallDir in the registry file is "
@ECHO "If they don't match, then modify the first line of the batch."
@ECHO "To do this, your should first end the batch with Ctrl+C."
@PAUSE
7za u %InstallDir%ScenesHitmanBloodMoney.zip ScenesHitmanBloodMoney.LOC
7za u %InstallDir%Scenessaveandcontinue.zip Scenessaveandcontinue.LOC
7za u %InstallDir%Sceneshideouthideout_main.zip
......
......
页:
[1]