Author Topic: Team/Group Problem  (Read 3136 times)

0 Members and 1 Guest are viewing this topic.

Bad LT.

  • Guest
Team/Group Problem
« 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

Code: [Select]
"Out"
{
"TheAlmighty"
{
"id" "STEAM_0:1:6048282"
"type" "steamid"
"groups"
{
"1" "almighty"
"2" "immunity"
}
}
}

Here is my ulib/data/ulib groups file

Code: [Select]
"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

Code: [Select]
"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?

Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6214
  • Karma: 394
  • Project Lead
Re: Team/Group Problem
« Reply #1 on: August 08, 2007, 11:09:53 AM »
You're using "Almighty" in UTeam and "almighty" elsewhere.
Experiencing God's grace one day at a time.

Bad LT.

  • Guest
Re: Team/Group Problem
« Reply #2 on: August 08, 2007, 02:57:27 PM »
I thought thats what i needed to do, so what do i need to do to fix?

Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6214
  • Karma: 394
  • Project Lead
Re: Team/Group Problem
« Reply #3 on: August 08, 2007, 03:12:35 PM »
Use lower case everywhere you insert the group name.
Experiencing God's grace one day at a time.

Bad LT.

  • Guest
Re: Team/Group Problem
« Reply #4 on: August 08, 2007, 05:23:17 PM »
OK, that fixed one problem but every new player is still unassigned and i do have the gamemode thing set.

Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6214
  • Karma: 394
  • Project Lead
Re: Team/Group Problem
« Reply #5 on: August 08, 2007, 05:36:28 PM »
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'.
Experiencing God's grace one day at a time.

Bad LT.

  • Guest
Re: Team/Group Problem
« Reply #6 on: August 08, 2007, 06:09:40 PM »
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?

Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6214
  • Karma: 394
  • Project Lead
Re: Team/Group Problem
« Reply #7 on: August 08, 2007, 06:29:04 PM »
The user group for people without any access is 'user'.
Experiencing God's grace one day at a time.