Garry's Mod
No hay suficientes valoraciones
Customizable ConVar and ConCommand Manager
   
Premiar
Favoritos
Favorito
Quitar
Tipo de contenido: Extensión
Tipo de extensión: Herramienta
Etiqueta de extensión: Compilación
Tamaño
Publicado el
Actualizado el
181.982 KB
6 OCT 2023 a las 2:06
8 MAY a las 10:13
4 notas sobre cambios ( ver )

Suscríbete para descargar
Customizable ConVar and ConCommand Manager

Descripción
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 comentarios
Piengineer12  [autor] 12 DIC 2023 a las 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 DIC 2023 a las 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  [autor] 12 DIC 2023 a las 23:08 
Type 'ccvccm_open' in the console, then go to Insane Stats > Server > Coin Drops - Shops
SuccMeSolidTV 12 DIC 2023 a las 14:48 
So, how do I use this to change the shop items on insane stats? I'm more than a little lost
Piengineer12  [autor] 5 NOV 2023 a las 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 a las 2:30 
does it potentially works in any gamemode?
frequency 5 NOV 2023 a las 2:29 
so useful