安装 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(越南语)
Українська(乌克兰语)
报告翻译问题






Pretty sure in this instance it was done so players can't turn a multiplayer server's cheats on without permission from the owner, and if you use a mod like this the game can't tell the difference so they just locked out everything that isn't explicitly typed into a console interface.
I have like no Add-On making experience so obviously I can't say it from experience, just wish you the best of luck not just in Gmod modding
It's been so long that I don't remember if the other 6 lines are normal...
RunConsoleCommand: Command is blocked! (sv_cheats)
1. OnChecked - lua/vgui/dmenuoptioncvar.lua:40
2. SetChecked - lua/vgui/dmenuoption.lua:128
3. ToggleCheck - lua/vgui/dmenuoption.lua:122
4. DoClickInternal - lua/vgui/dmenuoption.lua:99
5. OnMouseReleased - lua/vgui/dlabel.lua:252
6. unknown - lua/vgui/dmenuoption.lua:77
It may be a problem with the recent Gmod update and how it handles menus.
I tested both my local source code of the mod and the Workshop version. Both versions of the menu are still appearing and functioning.
Do you have any more specifics you can give me?
I'm going to test further.
I'll look into it see if I can fix it from my end.
i'd keep expectations low for right now, though.
I'm not gonna add binding options for these commands to the menus because the only way I currently know how to do that is a tremendous waste of space on the menu itself.
You'll have to bind em yourself:
bind <key> thirdperson
bind <key> firstperson
bind <key> kill
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=900327246
I will evaluate sv_infinite_aux_power to see if it is even worth adding. But doesn't that just affect the H.E.V. suit? Is this like a setting you intend to use in non-sandbox modes? I don't really see the point in adding this for sandbox as the H.E.V. can just be disabled in sandbox anyway.
1. The mod is incapable of turning on cheats (sv_cheats) due to a limit in the game that cannot be altered. Thus the setting in the menu is there to show a checkmark and tell users whether sv_cheats is on or not.
2. When a cheat such as Godmode is enabled, it won't show a checkmark in the menu. I tried to make this work for days before the release of the mod and could not.
3. This uses functions already existing in the game meaning a game update or conflicting mod would have to be at work here.