|
发表于 2004-5-9 11:56:27
|
显示全部楼层
|阅读模式
来自 中国–重庆–重庆–黔江区
我看了金闪闪写的关于建立CS1.6服务器的,其中5、最后。关键的一点是。如果你是用作专门服务器,必须有一个服务器SteamID,你必须用:
hldsupdatetool.exe -create xxx xxx xxx xxx 来建立。
如果无效,请先将你Registry里面的所有Valve的主键删除。还有那个ClientRegistry.blob也删除,更换有效的Email地址再来一次。
我现在有STEAMID 但是我用hldsupdatetool.exe -create xxx xxx xxx xxx(xxx=我的STEAMID 密码) 来建立,可是不行,请各位帮忙解释一下好吗?今天的启动参数的什么?
我也在论谈找到皓月朋友问的hldsupdatetool搞的我疯掉了,我也仔细看大家的回答
hldsupdatetool -command <命令> [参数] [标记]
命令:
create: 新建一个steam账号
参数:
-username - steam账号 (case-insensitive)
-email - Email地址
-password - 账号密码 (case-sensitive)
-question - 取回密码问题
-answer - 取回密码问题答案 (case-sensitive)
例如: hldsupdatetool -command create -username foobar -email foo@bar.com -password pasSwoRd -question "cat's name?" -answer Gordo
update: 安装或更新 HLDS
参数:
-game - Mod的名字: cstrike, tfc, dod, dmc, valve, czero, or ricochet
-dir - HLDS安装目录
-username - Steam用户名
-password - 密码
标记:
-remember_password - 记住密码,下次可以不用输入
-verify_all - 验证所有HLDS文件是否需要更新
例如: hldsupdatetool -command update -game cstrike -dir c:\hlds -username foo@bar.com -password pasSwoRd -remember_password
以上写的这只是用到服务器的更新。 |
|