ULX

Author Topic: ULX/Uteam problems  (Read 3760 times)

0 Members and 1 Guest are viewing this topic.

Offline $ausage

  • Newbie
  • *
  • Posts: 4
  • Karma: 0
ULX/Uteam problems
« on: September 25, 2009, 05:37:04 PM »
So a buddy and I just rented a server and put ULX/ULib/UTeam/sui_scoreboard on it. We joined the server, and set everyone's groups need be. However, even though we are in the group, on the scoreboard it still shows us as blue Players, and we can't access any admin commands. ULX still reports that we are in our respective groups. We tried restarting the server, but that didn't solve the problem. We can't access any admin commands at all, but we are still in superadmin/admin groups.

EDIT: Here's my UTeam.txt:
Code: [Select]
"Out"
{
"teams"
{
"1"
{
"name" "Owner"
"group" "superadmin"
"armor" "5000"
"hp" "5000"
"color"
{
"a" "255"
"B" "51"
"g" "153"
"r" "255"
}
"plytable"
{
"1" "SprintSpeed:1000"
"2" "WalkSpeed:500"
}
}
"2"
{
"name" "Admin"
"group" "admin"
"armor" "2500"
"hp" "2500"
"color"
{
"a" "255"
"B" "50"
"g" "50"
"r" "255"
}
}
"3"
                {
                        "name"          "Uberadmin"
                        "group"         "uberadmin"
                        "armor"         "2000"
                        "hp"            "2000"
                        "color"
                        {
                                "a"             "255"
                                "B"             "204"
                                "g"             "255"
                                "r"             "153"
                        }
                }
                "4"
{
"name" "Clan Member"
"group" "operator"
"armor" "1000"
"hp" "1000"
"color"
{
"a" "255"
"B" "0"
"g" "255"
"r" "0"
}
}
"5"
{
"name" "Players"
"group" "user"
"color"
{
"a" "255"
"B" "255"
"g" "100"
"r" "0"
}
"model" "male1"
}
}
"gamemodes"
{
"1" "Sandbox"
"2" "SpaceBuild"
}
}

...and my ULib groups.txt:
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"
}
}
"uberadmin"
{
        "deny"
        {
        }
        "allow"
        {
                "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"
}
"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"
{
}
}
"operator"
{
"deny"
{
}
"allow"
{
"ulx seeasay"
}
"inherit_from"
{
}
}
« Last Edit: September 25, 2009, 05:44:29 PM by $ausage »

Offline atomicspark

  • Full Member
  • ***
  • Posts: 196
  • Karma: 12
Re: ULX/Uteam problems
« Reply #1 on: September 25, 2009, 06:31:07 PM »
Uteam wouldn't break your admin commands. Sounds like you might have issues with ULX. Type "ulx debuginfo" in console and attach it to your reply. Also attach your groups.txt and users.txt. I'm sure a Ulysses Team member will check those files for errors in no time!

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: ULX/Uteam problems
« Reply #2 on: September 25, 2009, 07:35:07 PM »
One problem at a time.
First, access. See our FAQ regarding it.
http://forums.ulyssesmod.net/index.php/topic,383.0.html
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming

Offline $ausage

  • Newbie
  • *
  • Posts: 4
  • Karma: 0
Re: ULX/Uteam problems
« Reply #3 on: September 26, 2009, 05:01:27 AM »
Another problem I just noticed is that I can't access any commands whatsoever. When I type "ulx debuginfo" in console, it says I don't have access to this command.

I also attached my groups.txt and users.txt.

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: ULX/Uteam problems
« Reply #4 on: September 26, 2009, 03:19:32 PM »
One problem at a time.
First, access. See our FAQ regarding it.
http://forums.ulyssesmod.net/index.php/topic,383.0.html

The instructions there are a bit more clear... the command would need to be run from server console if your game isn't recognizing you as superadmin.
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming

Offline $ausage

  • Newbie
  • *
  • Posts: 4
  • Karma: 0
Re: ULX/Uteam problems
« Reply #5 on: September 27, 2009, 06:03:44 AM »
I solved it.

I reinstalled ULX/ULib, let it generate the groups and users files, and I did not modify those whatsoever. Turns out there were some stray edits in those files that it didn't like. Everything works fine now.