- 元宝
- 锭
- 注册时间
- 2011-7-25
- 最后登录
- 1970-1-1
|
发表于 2011-12-21 21:38:12
|
显示全部楼层
// 接下来是开关键,格式都是: 开关名:默认值,键代码,1表示开,0表示关。
Light Radius: 255 //光照范围,最大
//Full Visuals Toggle: 0, -1 //所有天气特效开关(默认打开)
//Weather Toggle: 0, VK_MULTIPLY
//Infravision Toggle: 1, VK_MULTIPLY
//Screen Shake Toggle: 1, VK_MULTIPLY
以上4条均为暗黑场景特效的分项,有偏好某些特效的玩家可以自己选择定义。
// 定义小地图中其他玩家默认状态,名字和同盟显示
Hidden Corpses Toggle: 0, VK_MULTIPLY //显示尸体, * 键,默认关闭
Automap Monsters Toggle: 1, VK_DIVIDE //显示怪物、场景名称、箱子等
Automap Chests Toggle: 1, VK_DIVIDE //箱子开关
//Automap Items Toggle: 1, VK_DIVIDE //地图物品隐藏开关
Automap Missiles Toggle: 1, VK_DIVIDE //地图上显示敌人的发射物攻击
Automap Level Names Toggle: 1, -1
Automap Corpses Toggle: 0, -1
Automap Active Rooms Toggle: 0, -1
Automap Ready Rooms Toggle: 0, -1
// for anti-detection, let it be if you dont know what it means
Extrawork Dll Action: 0 // unload hackmap automatically if extrawork.dll coming out
Version Checking Dll Action: 0// keep loaded when logging into Battle.Net
Reveal Level Automap Key: VK_Y
Scroll Map Toggle: 0, VK_SCROLL //SCROLL键,小地图开关(默认打开)
Automap Screen Area Toggle: 0, VK_SCROLL //SCROLL键,自动地图屏幕区域(默认关闭)
// 接下来是开关键,格式都是: 开关名:默认值,键代码,1表示开,0表示关。
Light Radius: 255 //光照范围,最大
//Full Visuals Toggle: 0, -1 //所有天气特效开关(默认打开)
//Weather Toggle: 0, VK_MULTIPLY
//Infravision Toggle: 1, VK_MULTIPLY
//Screen Shake Toggle: 1, VK_MULTIPLY
以上4条均为暗黑场景特效的分项,有偏好某些特效的玩家可以自己选择定义。
// 定义小地图中其他玩家默认状态,名字和同盟显示
Hidden Corpses Toggle: 0, VK_MULTIPLY //显示尸体, * 键,默认关闭
Automap Monsters Toggle: 1, VK_DIVIDE //显示怪物、场景名称、箱子等
Automap Chests Toggle: 1, VK_DIVIDE //箱子开关
//Automap Items Toggle: 1, VK_DIVIDE //地图物品隐藏开关
Automap Missiles Toggle: 1, VK_DIVIDE //地图上显示敌人的发射物攻击
Automap Level Names Toggle: 1, -1
Automap Corpses Toggle: 0, -1
Automap Active Rooms Toggle: 0, -1
Automap Ready Rooms Toggle: 0, -1
// for anti-detection, let it be if you dont know what it means
Extrawork Dll Action: 0 // unload hackmap automatically if extrawork.dll coming out
Version Checking Dll Action: 0// keep loaded when logging into Battle.Net
Reveal Level Automap Key: VK_Y
Scroll Map Toggle: 0, VK_SCROLL //SCROLL键,小地图开关(默认打开)
Automap Screen Area Toggle: 0, VK_SCROLL //SCROLL键,自动地图屏幕区域(默认关闭)
// 接下来是开关键,格式都是: 开关名:默认值,键代码,1表示开,0表示关。
Light Radius: 255 //光照范围,最大
//Full Visuals Toggle: 0, -1 //所有天气特效开关(默认打开)
//Weather Toggle: 0, VK_MULTIPLY
//Infravision Toggle: 1, VK_MULTIPLY
//Screen Shake Toggle: 1, VK_MULTIPLY
以上4条均为暗黑场景特效的分项,有偏好某些特效的玩家可以自己选择定义。
// 定义小地图中其他玩家默认状态,名字和同盟显示
Hidden Corpses Toggle: 0, VK_MULTIPLY //显示尸体, * 键,默认关闭
Automap Monsters Toggle: 1, VK_DIVIDE //显示怪物、场景名称、箱子等
Automap Chests Toggle: 1, VK_DIVIDE //箱子开关
//Automap Items Toggle: 1, VK_DIVIDE //地图物品隐藏开关
Automap Missiles Toggle: 1, VK_DIVIDE //地图上显示敌人的发射物攻击
Automap Level Names Toggle: 1, -1
Automap Corpses Toggle: 0, -1
Automap Active Rooms Toggle: 0, -1
Automap Ready Rooms Toggle: 0, -1
// for anti-detection, let it be if you dont know what it means
Extrawork Dll Action: 0 // unload hackmap automatically if extrawork.dll coming out
Version Checking Dll Action: 0// keep loaded when logging into Battle.Net
Reveal Level Automap Key: VK_Y
Scroll Map Toggle: 0, VK_SCROLL //SCROLL键,小地图开关(默认打开)
Automap Screen Area Toggle: 0, VK_SCROLL //SCROLL键,自动地图屏幕区域(默认关闭)
|
|