安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题
What I've done so far:
First thing I did was just have everyone agree to using drawhud 0, but even with that the rate of fire still appears over the guns. When I read through the documentation to remove it, the best I got was I found the property for moving the location of the RoF display (left, center, or right :\).
So what do I need to do to finish my goal? How do I kill all of the HUD?
customizable_weaponry_2.0_349050451\lua\cw\shared
and edit the firemodes.lua file, delete the display area (second quotation) and turn of 3d2d hud ingame, thats the closest I got to no HUD along with the drawhud stuff
CustomizableWeaponry.firemodes:registerFiremode("semi", "", false, 0, 0)
CustomizableWeaponry.firemodes:registerFiremode("double", "", false, 0, 0)
CustomizableWeaponry.firemodes:registerFiremode("bolt", "", false, 0, 0)
CustomizableWeaponry.firemodes:registerFiremode("pump", "", false, 0, 0)
CustomizableWeaponry.firemodes:registerFiremode("break", "", false, 0, 0)
CustomizableWeaponry.firemodes:registerFiremode("2burst", "", true, 2, 0)
CustomizableWeaponry.firemodes:registerFiremode("3burst", "", true, 3, 0)
CustomizableWeaponry.firemodes:registerFiremode("safe", "", false, 0, 0)
If you look at the instructions at the top saying this is the id and this display and all that stuff you can just get rid of what the display is going to be and just leave it blank for nothing to show up its pretty simple