我按照这个帖子里的做:
@REG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\Eidos\Hitman Blood Money" /v "InstallDir" | find "InstallDir"
不用改,这个没有意思的
前面那段命令只是看设置的InstallDir变量是否和注册表里面的路径一致
你把
@ECHO "InstallDir in the batch file is "
@ECHO %InstallDir%
@ECHO "InstallDir in the registry file is "
@REG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\Eidos\Hitman Blood Money" /v "InstallDir" | find "InstallDir"
@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
全删了都没关系,只要你的路径设对了就行了
也就是说
@SET InstallDir="H:\Hitman4"<我改成我的了D:\游戏\ss\新建文件夹\HitmanBloodMoney>
后面那个路径必须和你的游戏安装目录一致,不然后面的那些命令会找错路径的
我把那些@都删了,因为我不知道怎么查找那个,也不会改!
完后运行Import .最后面写的都是 everyting is ok
接着运行游戏,但还是没有汉化!
请教下哪做的不对,能不能帮我回个十分完整的操作步骤.小弟在此谢谢哥哥姐姐了!