Installer Steam
log på
|
sprog
简体中文 (forenklet kinesisk)
繁體中文 (traditionelt kinesisk)
日本語 (japansk)
한국어 (koreansk)
ไทย (thai)
Български (bulgarsk)
Čeština (tjekkisk)
Deutsch (tysk)
English (engelsk)
Español – España (spansk – Spanien)
Español – Latinoamérica (spansk – Latinamerika)
Ελληνικά (græsk)
Français (fransk)
Italiano (italiensk)
Bahasa indonesia (indonesisk)
Magyar (ungarsk)
Nederlands (hollandsk)
Norsk
Polski (polsk)
Português (portugisisk – Portugal)
Português – Brasil (portugisisk – Brasilien)
Română (rumænsk)
Русский (russisk)
Suomi (finsk)
Svenska (svensk)
Türkçe (tyrkisk)
Tiếng Việt (Vietnamesisk)
Українська (ukrainsk)
Rapporter et oversættelsesproblem
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://steamproxy.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.