Garry's Mod

Garry's Mod

Chuck's Weaponry 2.0
pizza 2016 年 2 月 24 日 下午 6:28
Disable HUD?
Is there any way (like a convar) to disable all HUD elements, including the popups for holding your breath and leaning your weapon on something? The farthest I've gotten is getting the single box at the bottom, I believe with CW 1 there was a way of disabling even this (I might be wrong).
< >
正在显示第 1 - 7 条,共 7 条留言
MyselfAgain 2016 年 9 月 28 日 下午 10:24 
Bumping this post since I'm interested in finding out the same thing. I want to strip all HUD elements from CW2 to have a sort of in-game playstyle similar to the new mode R6 Siege added (removes all the HUD stuff, as well as the ability to see through walls, etc. Basically you have to micromanage everything as a team and it's fun if you're into that).

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?
sрy  [开发者] 2016 年 9 月 28 日 下午 11:59 
I can add a clientside checkbox that will disable all UI elements entirely
最后由 sрy 编辑于; 2016 年 9 月 28 日 下午 11:59
HEV Elite 2018 年 3 月 14 日 上午 12:57 
Hate to necro this post, but is there an option to hide the HUD yet? I'm trying to do the same thing
pizza 2018 年 3 月 14 日 上午 1:35 
Didn't even see that Spy responded. I would like to see this still.
HEV Elite 2018 年 3 月 14 日 上午 2:49 
If you decompile the mod and go to

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
Ian 2019 年 6 月 30 日 下午 1:46 
No that anyone cares but yea you decompile the addon go into the Firemodes.lua and then you change the things at the bottom these CustomizableWeaponry.firemodes:registerFiremode("auto", "", true, 0, 0)
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
E 2021 年 7 月 5 日 上午 2:11 
does anyone know what the file name is called because i cannot find it in my addons
< >
正在显示第 1 - 7 条,共 7 条留言
每页显示数: 1530 50