Garry's Mod

Garry's Mod

Otillräckligt med betyg
Customizable ConVar and ConCommand Manager
   
Utmärkelse
Favorit
Favoritmarkerad
Avfavoritmarkerad
Content Type: Addon
Addon Type: Tool
Addon Tags: Build
Filstorlek
Lades upp
Uppdaterades
181.982 KB
6 okt, 2023 @ 2:06
8 maj @ 10:13
4 ändringsnotiser ( visa )

Abonnera för att ladda ner
Customizable ConVar and ConCommand Manager

Beskrivning
CCVCCM is an addon made to ease the creation of user configuration panels.

CCVCCM adds a window that can be invoked with the "ccvccm_open" ConCommand. You are able to add tabs, categories, text and nearly every type of ConVar control within your custom root tabs inside the window, as well as save and load the layout of the current window. This lessens the need to trawl through the spawnmenu's menus just to change the value of a single option.

While the above is useful, this addon is actually leveraged more towards addon developers like me. CCVCCM's API allows addon developers to add controls to this window without having to write out hundred of lines of UI code that would also work outside of Sandbox. This window can support simple controls such as boolean ConVars, all the way up to complex data structures such as AddonVar loot tables. CCVCCM also allows user variables to be stored in AddonVars, offering a Lua-based alternative to ConVars with much higher limits on list size, and are automatically saved much more often than ConVars. If desired, ConVars can also be automatically generated by CCVCCM.

If you are interested in the API, check out the CCVCCM wiki on GitHub[github.com].
7 kommentarer
Piengineer12  [skapare] 12 dec, 2023 @ 23:36 
Oh what the heck, ConVars return '#empty' now when no value is present, seems to be a recent update. I'll get it sorted out on my end.
SuccMeSolidTV 12 dec, 2023 @ 23:16 
Ok maybe what i am getting here is an error then. I got thag far, typed on ccvccm_open in console, however when it opens it shows nothing. No tabs, no insane stats, anything. Just allows me to make new tabs and new stuff.
Piengineer12  [skapare] 12 dec, 2023 @ 23:08 
Type 'ccvccm_open' in the console, then go to Insane Stats > Server > Coin Drops - Shops
SuccMeSolidTV 12 dec, 2023 @ 14:48 
So, how do I use this to change the shop items on insane stats? I'm more than a little lost
Piengineer12  [skapare] 5 nov, 2023 @ 4:29 
Yep. Unlike the spawnmenu, CCVCCM will still show up outside of Sandbox, so you don't need to have the spawnmenu open to see the graphical ConVar controls.
frequency 5 nov, 2023 @ 2:30 
does it potentially works in any gamemode?
frequency 5 nov, 2023 @ 2:29 
so useful