Before I start, I've read the readme and the FAQ. I cannot provide any result of a ulx debuginfo because despite saying it's created a file, the directory where it's supposedly saved doesn't exist, so please don't shun me for that. Anyway, A fellow clan leader wanted me to make changes to the groups, so it goes Super Admin, Admin, VIP, Member and Users. I've edited the users.txt file in the ulib data directory many times before without fail, but this time I'm stumped.
"superadmin"
{
"deny"
{
}
"allow"
{
"ulx hiddenecho"
"ulx rcon"
"ulx luarun"
"ulx cexec"
"ulx ent"
"ulx adduser"
"ulx adduserid"
"ulx removeuser"
"ulx userallow"
"ulx userdeny"
"ulx addgroup"
"ulx removegroup"
"ulx groupallow"
"ulx groupdeny"
"overcomeimmunity"
}
"inherit_from"
{
"admin"
}
}
"admin"
{
"deny"
{
}
"allow"
{
"ulib_passtime"
"ulib_passtimeout"
"ulx spawnecho"
"ulx tsay"
"ulx csay"
"ulx gimp"
"ulx mute"
"ulx ungimp"
"ulx unmute"
"ulx gag"
"ulx ungag"
"ulx chattime"
"ulx welcomemessage"
"ulx slap"
"ulx whip"
"ulx slay"
"ulx sslay"
"ulx ignite"
"ulx unignite"
"ulx playsound"
"ulx freeze"
"ulx unfreeze"
"ulx god"
"ulx ungod"
"ulx noclip"
"ulx hp"
"ulx armor"
"ulx cloak"
"ulx uncloak"
"ulx blind"
"ulx unblind"
"ulx jail"
"ulx unjail"
"ulx ghost"
"ulx unghost"
"ulx ragdoll"
"ulx unragdoll"
"ulx maul"
"ulx strip"
"ulx adminmenu"
"ulx clientmenu"
"ulx mapsmenu"
"ulx showmotd"
"ulx banmenu"
"ulx exec"
"ulx rslotsmode"
"ulx rslots"
"ulx rslotsvisible"
"ulx reservedslots"
"ulx bring"
"ulx goto"
"ulx send"
"ulx teleport"
"ulx tooldeny"
"ulx toolallow"
"ulx tooldenyuser"
"ulx toolallowuser"
"ulx tooldenyoverride"
"ulx map"
"ulx kick"
"ulx ban"
"ulx banid"
"ulx unban"
"ulx spectate"
"ulx physgunplayer"
"ulx vote"
"ulx votemap2"
"ulx votekick"
"ulx voteban"
"ulx veto"
"ups_damage"
"ups_vehicle"
"ups_freeze"
"ups_physgun"
"ups_remove"
"ups_tool"
"ups_unfreeze"
"ups_use"
"ups disableplayers"
"ups miscdeletionaccess"
}
"inherit_from"
{
"vip"
}
}
"vip"
{
"deny"
{
}
"allow"
{
"ulx ban"
"ulx unban"
"ulx goto"
"ulx send"
"ulx god"
"ulx ungod"
}
"inherit_from"
{
"member"
}
"member"
{
"deny"
{
}
"allow"
{
"ulx tsay"
"ulx csay"
"ulx slay"
"ulx noclip"
"ulx jail"
"ulx unjail"
"ulx showmotd"
"ulx kick"
"ulx vote"
}
"inherit_from"
{
"user"
}
}
"user"
{
"deny"
{
}
"allow"
{
"ulx"
"ulx help"
"ulx psay"
"ulx asay"
"ulx thetime"
"ulx menu"
"ulx_valueupdate"
"ulx_cvar"
"ulx_getgamemodes"
"ulx motd"
"ulx_getbans"
"ulx usermanagementhelp"
"ulx who"
}
"inherit_from"
{
}
}
"none"
{
"deny"
{
}
"allow"
{
"ulx logecho"
"ulx logfile"
"ulx logevents"
"ulx logchat"
"ulx logspawns"
"ulx logspawnsecho"
"ulx logdir"
"ulx addgimpsay"
"ulx addadvert"
"ulx addcsayadvert"
"ulx addforceddownload"
"ulx debuginfo"
"ulx voteecho"
"ulx votemap2successratio"
"ulx votemap2minvotes"
"ulx votekicksuccessratio"
"ulx votekickminvotes"
"ulx votebansuccessratio"
"ulx votebanminvotes"
"ulx votemapenabled"
"ulx votemapmintime"
"ulx votemapwaittime"
"ulx votemapsuccessratio"
"ulx votemapminvotes"
"ulx votemapvetotime"
"ulx votemapmapmode"
"ulx votemapaddmap"
}
"inherit_from"
{
}
}
"tools"
{
"allow"
{
}
"deny"
{
"ulx noclip"
}
}
"pretendadmin"
{
}
"operator"
{
"deny"
{
}
"allow"
{
"ulx seeasay"
}
"inherit_from"
{
}
}
That is my Groups.txt file
"Out"
{
"teams"
{
"1"
{
"name" "Owners"
"group" "superadmin"
"armor" "1337"
"hp" "1337"
"color"
{
"a" "255"
"B" "0"
"g" "0"
"r" "170"
}
"plytable"
{
"1" "SprintSpeed:1000"
"2" "WalkSpeed:500"
}
}
"2"
{
"name" "Advanced"
"group" "admin"
"armor" "250"
"hp" "250"
"color"
{
"a" "255"
"B" "255"
"g" "165"
"r" "0"
}
}
"3"
{
"name" "VIP"
"group" "vip"
"armor" "500"
"hp" "500"
"color"
{
"a" "255"
"B" "0"
"g" "217"
"r" "255"
}
}
"4"
{
"name" "Member"
"group" "member"
"armor" "200"
"hp" "200"
"color"
{
"a" "255"
"B" "143"
"g" "1"
"r" "86"
}
}
"5"
{
"name" "Players"
"group" "user"
"color"
{
"a" "236"
"B" "0"
"g" "255"
"r" "161"
}
}
}
"gamemodes"
{
"1" "Sandbox"
"2" "SpaceBuild"
}
}
My UTeam.txt file
"dj xenobot"
{
"deny"
{
}
"type" "steamid"
"groups"
{
"superadmin"
}
"id" "STEAM_1:0:2863494"
"pass" ""
"allow"
{
}
}
"kee-wee"
{
"deny"
{
}
"type" "steamid"
"groups"
{
"vip"
}
"id" "STEAM_1:0:19731468"
"allow"
{
}
"pass" ""
}
"1337sawce"
{
"deny"
{
}
"type" "steamid"
"groups"
{
"vip"
}
"id" "STEAM_1:1:17502973"
"pass" ""
"allow"
{
}
}
"xxvgenesisvxx"
{
"deny"
{
}
"type" "steamid"
"groups"
{
"vip"
}
"id" "STEAM_1:0:18147276"
"pass" ""
"allow"
{
}
}
"Kurt Frohman"
{
"deny"
{
}
"type" "steamid"
"groups"
{
"superadmin"
}
"id" "STEAM_1:0:15117776"
"pass" ""
"allow"
{
"immunity"
"ulx hasreadhelp"
}
}
My Users.txt file.
It's not because of the recent update that screwed with the steam ID's, as 1 I fixed that myself earlier in the day and 2. My users.txt file shows that they're all STEAM_1 and not STEAM_0.
Please, if you can help, do.
Frohman