Ulysses

Ulysses Stuff => General Chat & Help and Support => Topic started by: AzkaraWolfe on December 16, 2012, 01:18:44 PM

Title: ULX+Ulib Admin status bug!
Post by: AzkaraWolfe on December 16, 2012, 01:18:44 PM
For a few days, my server's ULX/ULIB has been acting up. For example, when someone is promoted they get to keep their superadmin status when they disconnect, but when this other guy comes on his is reverted to normal admin status, when he is supposed to be superadmin, he is the only one effected by this, whenever he re-connects it reverts to normal admin level, and he can't use very many commands past the ones average moderators can use. (Who, Slay, Time, etc.)

I've tried alot of things, like editing him straight into the "data/ulib/users.txt"

In the file, it labels him as a superadmin, but it doesn't take effect in-server. He is the user "Heisenberg", by the way.

Code: [Select]
"STEAM_0:1:17491070"
{
"name" "Warhero"
"deny"
{
}
"allow"
{
}
"group" "superadmin"
}
"STEAM_0:0:37297367"
{
"allow"
{
}
"name" "[CivilRP]Mue107"
"deny"
{
}
"group" "superadmin"
}
"STEAM_0:1:35271705"
{
"allow"
{
}
"name" "Heisenberg"
"deny"
{
}
"group" "superadmin"
}
"STEAM_0:1:24920351"
{
"deny"
{
}
"allow"
{
}
"name" "Wolft3k"
"group" "admin"
}
"STEAM_0:1:40188115"
{
"allow"
{
}
"name" "[CivilRP]DJ Spitz"
"deny"
{
}
"group" "|lvl 4| admin"
}

Thanks for the feedback in advance.
Title: Re: ULX+Ulib Admin status bug!
Post by: JamminR on December 16, 2012, 05:04:26 PM
Ever added him as admin using Gmod's default /settings/users.txt file?
Or another admin mod such as FPtje's perhaps conflicting? It comes with Dark RP I think.
Title: Re: ULX+Ulib Admin status bug!
Post by: AzkaraWolfe on December 16, 2012, 11:58:28 PM
I will try this, thanks!
Title: Re: ULX+Ulib Admin status bug!
Post by: Stickly Man! on December 17, 2012, 12:21:03 AM
This issue sounds related to this one: https://github.com/Nayruden/Ulysses/issues/53

I'm not sure what the status is or if Megiddo has looked into it, though. *Might* also be related to this?: https://github.com/Nayruden/Ulysses/issues/1
Title: Re: ULX+Ulib Admin status bug!
Post by: JamminR on December 17, 2012, 02:44:57 PM
I will try this, thanks!
Just to be clear, this wasn't a suggestion for you to do (though, it too should work), this was asking if you might have already done it.
Gmod uses, without any admin mods, a /settings/users.txt file. WE load that during our own file process (To me, any good admin mod should, it's Gmod's default).
It's possible that if one were to set it there, then later update using adduser from ULX, it would overwrite changes.