Ulysses Stuff > Ulysses Release Archives
XGUI - Fully featured modular GUI for ULX! (Included with ULX v3.51 and SVN)
Vakaris:
Seems it's coming along nicely! Only thing is some of those are already under Settings (or utilities or what ever that tab is called, next to Post Processing, to the right), under Admin, Settings in the list. It already contains things like godmode, server password, etc. the NPC menu also contains disable AI and Ignore players. Some of the menus you've made are useless on a listen server like mine, but they may come in handy in dedicated servers (I dropped using srcds a long time ago, too unstable, crashes realy easily, restricts most Q-menu commands so admins have to use rcon, or ulx recon commands. And worst of all, it takes double the space and resources if you want to play in your server and not only host and manage it.)
Megiddo:
Sweet, showing inherited commands, good idea
Vakaris:
I've found a way to keep the NPC's and player's ragdolls on death fora fixed ammount of time. To me it's server-hosting friendly and zombies killed fall to the ground whilethier headcrab(s) dissapear, sucessfully avoiding the zombie-ragdoll-&-ghost-headcrab bug.
I've downloaded the gibmod from http://www.facepunch.com/showthread.php?t=769826.
Then tweaked it's lua/autorun/gibmod.lua to look like this (only the start I've changed is shown):
--- Code: ---local gibmodEnabled = CreateConVar( "gibmod_enabled", "1", { FCVAR_ARCHIVE, FCVAR_DEMO } )
local enableGibbing = CreateConVar( "gibmod_enablegibbing", "0", { FCVAR_ARCHIVE, FCVAR_DEMO } )
local ragdollTime = CreateConVar( "gibmod_ragdolltime", "120", { FCVAR_ARCHIVE, FCVAR_DEMO } )
local minGibs = CreateConVar( "gibmod_mingibs", "0", { FCVAR_ARCHIVE, FCVAR_DEMO } )
local maxGibs = CreateConVar( "gibmod_maxgibs", "0", { FCVAR_ARCHIVE, FCVAR_DEMO } )
local onlyGibDeadRags = CreateConVar( "gibmod_onlygibdeadrags", "0", { FCVAR_ARCHIVE, FCVAR_DEMO } )
local onlyDecapDeadRags = CreateConVar( "gibmod_onlydecapdeadrags", "0", { FCVAR_ARCHIVE, FCVAR_DEMO } )
local enableDismemberment = CreateConVar( "gibmod_enabledismemberment", "0", { FCVAR_ARCHIVE, FCVAR_DEMO } )
local damageDecals = CreateConVar( "gibmod_damagedecals", "0", { FCVAR_ARCHIVE, FCVAR_DEMO } )
--- End code ---
Maybe you could use that knowledge to make a plugin for ulx or intgrate it directly into the new menu you're making? Remember it's highly server-friendly, as the ragdolls dissapear after a set time and leave only paint behind (that can be cleared using the Paint Remover stool).
piggy:
Hi,
I have the most up-to-date versions of Ulib, ULX (svn) & Xgui but I still seem to get the Xgui is receiving data message and nothing else happens.
Is there a fix for this :)
Stickly Man!:
Are you absolutely positively sure you have the latest SVN Ulib and ULX? Try removing any trace of XGUI (the addons folder, and in ulx/modules/ if you had there at any point in time) and redownloading it.
--- Quote from: Vakaris ---Some of the menus you've made are useless on a listen server like mine, but they may come in handy in dedicated servers
--- End quote ---
Well, I figured it's nice to have all of the admin settings in one spot, rather than having to look all over the place for them :D
--- Quote from: Vakaris ---Maybe you could use that knowledge to make a plugin for ulx or intgrate it directly into the new menu you're making?
--- End quote ---
It'd have to be a plugin :P, If someones up to it, I can include it with XGUI :)
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version