ULX

Author Topic: Tried adding a respected class into the groups.txt in data/ulib  (Read 2819 times)

0 Members and 1 Guest are viewing this topic.

Offline Jay

  • Newbie
  • *
  • Posts: 16
  • Karma: -2
  • Awesome
Tried adding a respected class into the groups.txt in data/ulib
« on: November 21, 2009, 09:37:45 PM »
baisically what the subject says  this is what i got rite now   any help.
when i join the game its like broken. i don't have admin  cant give it to myself though Rcon. no errors   just dosnt work   what am i doing wrong?

Code: [Select]
"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 hp"
"ulx armor"
"ulx cloak"
"ulx uncloak"
"ulx blind"
"ulx unblind"
"ulx jail"
"ulx unjail"
"ulx ghost"
"ulx unghost"
"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"
}
"inherit_from"
{
"operator"
}
}
"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"
"ulx votemap"
}
"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"
{
}
"Respected"
{
"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 slap"
"ulx whip"
"ulx slay"
"ulx sslay"
"ulx ignite"
"ulx unignite"
"ulx playsound"
"ulx freeze"
"ulx unfreeze"
"ulx god"
"ulx ungod"
"ulx hp"
"ulx armor"
"ulx cloak"
"ulx uncloak"
"ulx blind"
"ulx unblind"
"ulx jail"
"ulx unjail"
"ulx unghost"
"ulx maul"
"ulx strip"
"ulx clientmenu"
"ulx showmotd"
"ulx banmenu"
"ulx bring"
"ulx goto"
"ulx send"
"ulx teleport"
"ulx tooldeny"
"ulx toolallow"
"ulx tooldenyuser"
"ulx toolallowuser"
"ulx tooldenyoverride"
"ulx kick"
"ulx unban"
"ulx spectate"
"ulx physgunplayer"
"ulx vote"
"ulx votekick"
"ulx voteban"
"ulx veto"
}
"inherit_from"
{
"operator"
}
}
"operator"
{
"deny"
{
}
"allow"
{
"ulx seeasay"
}
"inherit_from"
{
}
}

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: Tried adding a respected class into the groups.txt in data/ulib
« Reply #1 on: November 21, 2009, 10:07:14 PM »
Never use upper case letters, and always watch your bracket syntax. You need to close the none group.
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming

Offline Jay

  • Newbie
  • *
  • Posts: 16
  • Karma: -2
  • Awesome
Re: Tried adding a respected class into the groups.txt in data/ulib
« Reply #2 on: November 22, 2009, 12:13:58 AM »
i thought that would be my problem. anyway my ragdoll is also F'ed but i don't bind that as much  it like doesn't return peoples screen back to there body  it stays under ground and stuff like that.
There are some bugs that team Ulysses needs to work out but i have used ULX forever.
thanks anyway.

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: Tried adding a respected class into the groups.txt in data/ulib
« Reply #3 on: November 22, 2009, 01:58:06 PM »
We can't fix without proper information.
I just searched the forum for ragdoll, you and one other have reported it, but not given us information asked for.
Please see what we last asked discobiscuit for here ... http://forums.ulyssesmod.net/index.php/topic,4366.msg17234.html
As for other bugs, no idea what you're referring to. SVN has some commands that aren't yet converted, but those aren't bugs, they're just not finished/converted from the old code.
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming

Offline Jay

  • Newbie
  • *
  • Posts: 16
  • Karma: -2
  • Awesome
Re: Tried adding a respected class into the groups.txt in data/ulib
« Reply #4 on: November 23, 2009, 01:35:32 PM »
haha. its no big deal. ragdoll is basically a fun way to deal with minges but i think i can find better :D

"Its not a glitch,  its just anther undocumented feature." 

i think thats the best quote for the ragdoll bug 
Lol