Garry's Mod

Garry's Mod

Ei tarpeeksi arvosteluja
Customizable ConVar and ConCommand Manager
   
Palkinto
Lisää suosikkeihin
Lisätty suosikkeihin
Poista suosikeista
Content Type: Addon
Addon Type: Tool
Addon Tags: Build
Tiedostokoko
Julkaistu
Päivitetty
181.982 KB
6.10.2023 klo 2.06
8.5. klo 10.13
4 muutosilmoitusta ( näytä )

Tilaa ladataksesi
Customizable ConVar and ConCommand Manager

Kuvaus
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 kommenttia
Piengineer12  [tekijä] 12.12.2023 klo 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.12.2023 klo 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  [tekijä] 12.12.2023 klo 23.08 
Type 'ccvccm_open' in the console, then go to Insane Stats > Server > Coin Drops - Shops
SuccMeSolidTV 12.12.2023 klo 14.48 
So, how do I use this to change the shop items on insane stats? I'm more than a little lost
Piengineer12  [tekijä] 5.11.2023 klo 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.11.2023 klo 2.30 
does it potentially works in any gamemode?
frequency 5.11.2023 klo 2.29 
so useful