Ulysses
Ulysses Stuff => General Chat & Help and Support => Topic started by: Bad LT. on August 08, 2007, 08:48:39 AM
-
I'm running a listed server and my groups/teams never work, anyone that joins in put on unassigned and i have to manualy change, and i made a custom group above superadmins but it always puts me there anyways.
Here is my ulib/data/ulib users file
"Out"
{
"TheAlmighty"
{
"id" "STEAM_0:1:6048282"
"type" "steamid"
"groups"
{
"1" "almighty"
"2" "immunity"
}
}
}
Here is my ulib/data/ulib groups file
"Out"
{
"almighty"
{
}
"superadmin"
{
"deny"
{
"1" "ulx cexec"
"2" "ulx rcon"
"3" "ulx toolallow"
"4" "ulx adduser"
"5" "ulx userallow"
"6" "ulx luarun"
}
}
"admin"
{
"deny"
{
"1" "ulx ban"
"2" "ulx toolallowuser"
"3" "ulx veto"
"4" "ulx whip"
}
}
"respected"
{
"allow"
{
"1" "ulx votekick"
}
}
"client"
{
"allow"
{
"1" "ulx votekick"
}
}
"minge"
{
"deny"
{
"1" "ulx votekick"
}
}
}
and here is my Uteam file
"Out"
{
"teams"
{
"1"
{
"name" "-{Almighty}-"
"group" "Almighty"
"armor" "1337"
"hp" "1337"
"color"
{
"a" "255"
"B" "255"
"g" "255"
"r" "255"
}
"plytable"
{
"1" "SprintSpeed:2000"
"2" "WalkSpeed:800"
}
}
"2"
{
"name" "[SuperAdmin]"
"group" "superadmin"
"armor" "500"
"hp" "500"
"color"
{
"a" "255"
"B" "0"
"g" "0"
"r" "0"
}
"plytable"
{
"1" "SprintSpeed:1000"
"2" "WalkSpeed:400"
}
}
"3"
{
"name" "[Admin]"
"group" "admin"
"armor" "200"
"hp" "200"
"color"
{
"a" "255"
"B" "120"
"g" "120"
"r" "120"
}
"plytable"
{
"1" "SprintSpeed:800"
"2" "WalkSpeed:300"
}
}
"4"
{
"name" "[Respected]"
"group" "respected"
"color"
{
"a" "255"
"B" "0"
"g" "0"
"r" "255"
}
}
"5"
{
"name" "[Client]"
"group" "client"
"color"
{
"a" "255"
"B" "232"
"g" "32"
"r" "72"
}
}
"6"
{
"name" "[MingeBag]"
"group" "minge"
"color"
{
"a" "255"
"B" "255"
"g" "0"
"r" "255"
}
}
}
"gamemodes"
{
"1" "Sandbox"
"2" "SpaceBuild"
}
}
the weird part is that there are no console errors could anyone help?
-
You're using "Almighty" in UTeam and "almighty" elsewhere.
-
I thought thats what i needed to do, so what do i need to do to fix?
-
Use lower case everywhere you insert the group name.
-
OK, that fixed one problem but every new player is still unassigned and i do have the gamemode thing set.
-
Unassigned means they don't have a team, which is correct. You can give a team to them if you really want to, the user group (by default for everyone, so make sure you stick it at the end of the UTeam config) is 'user'.
-
At the very bottom of my Uteam is the gamemode thing do i need to add something to make user (witch i re-named Client) the default or at least make it automatically set people to that?
-
The user group for people without any access is 'user'.