Author Topic: Uteam Help  (Read 6001 times)

0 Members and 3 Guests are viewing this topic.

[XTS]Xtra

  • Guest
Uteam Help
« on: January 13, 2008, 12:22:03 PM »
For some reason i cant get UTeam to work...

I set it up and edited the UTeam.txt but when i join my server (I am set to the group) It still says "unasigned" and my color is still the same.

If someone could post there Uteam.txt for me to usse that would be great.

Other than that here is my current .txt

Code: [Select]
"Out"
{
"teams"
{
"1"
{
"name" "SuperAdmins"
"group" "superadmin"
"armor" "1000"
"hp" "1000"
"color"         "200"
{
"a" "255"
"B" "85"
"g" "200"
"r" "0"
}
"plytable"
{
"1" "SprintSpeed:1000"
"2" "WalkSpeed:500"
}
}
"2"
{
"name" "Admins"
"group" "admin"
"armor" "500"
"hp" "500"
"color"         "255"
{
"a" "255"
"B" "50"
"g" "50"
"r" "255"
}
}
"3"
{
"name" "VIPs"
"group" "operator"
"armor" "200"
"hp" "200"
"color"         "0" 
{
"a" "255"
"B" "0"
"g" "200"
"r" "255"
}
}
"4"
{
"name" "Players"
"group" "players"
"color"
{
"a" "255"
"B" "255"
"g" "100"
"r" "0"
}
"model" "male1"
}
}
"gamemodes"
{
"1" "Sandbox"
"2" "default"
}
}

Offline DemonicWinna

  • Newbie
  • *
  • Posts: 6
  • Karma: 0
Re: Uteam Help
« Reply #1 on: January 19, 2008, 02:06:44 AM »
Just a thought but where it says "name" maybe u should put ur in-game name?

Offline spbogie

  • Ulysses Team Member
  • Sr. Member
  • *****
  • Posts: 456
  • Karma: 41
Re: Uteam Help
« Reply #2 on: January 19, 2008, 07:30:08 AM »
Well, the group for players whould be user, other than that, everything looks alright. Make sure you have UTeam installed in the correct directory and that it's actually loading.Type "lua_run PrintTable( UTeam )" in SERVER console or through source RCON (not ulx rcon) if you don't have access to the server console, and come back with the output.
I have not failed. I've just found 10,000 ways that won't work. - Thomas A. Edison
I reject your reality and substitute my own. - Adam Savage

Offline Avien

  • Full Member
  • ***
  • Posts: 168
  • Karma: 4
Re: Uteam Help
« Reply #3 on: January 19, 2008, 09:27:41 AM »
I have noticed that UTeam does not work with the new update.

Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6214
  • Karma: 394
  • Project Lead
Re: Uteam Help
« Reply #4 on: January 19, 2008, 09:30:45 AM »
Works fine for us, but the speed change feature was broken by the update.
Experiencing God's grace one day at a time.

Offline MrPresident

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 2728
  • Karma: 430
    • |G4P| Gman4President
Re: Uteam Help
« Reply #5 on: January 19, 2008, 11:03:38 AM »
Works fine for us, but the speed change feature was broken by the update.

Confirmed.. UTeam works here too.. but the speed is broken.

Offline Avien

  • Full Member
  • ***
  • Posts: 168
  • Karma: 4
Re: Uteam Help
« Reply #6 on: January 19, 2008, 11:16:45 AM »
I'll try it again then.  I ran Uteam with the svn ulx/ulib, and only one superadmin spawned with 1000, 1000.

Offline nckwrn0

  • Newbie
  • *
  • Posts: 10
  • Karma: 0
Re: Uteam Help
« Reply #7 on: February 10, 2008, 05:20:30 PM »
For some reason i cant get UTeam to work...

I set it up and edited the UTeam.txt but when i join my server (I am set to the group) It still says "unasigned" and my color is still the same.

If someone could post there Uteam.txt for me to usse that would be great.

Other than that here is my current .txt

Code: [Select]
"Out"
{
"teams"
{
"1"
{
"name" "SuperAdmins"
"group" "superadmin"
"armor" "1000"
"hp" "1000"
"color"         "200"
{
"a" "255"
"B" "85"
"g" "200"
"r" "0"
}
"plytable"
{
"1" "SprintSpeed:1000"
"2" "WalkSpeed:500"
}
}
"2"
{
"name" "Admins"
"group" "admin"
"armor" "500"
"hp" "500"
"color"         "255"
{
"a" "255"
"B" "50"
"g" "50"
"r" "255"
}
}
"3"
{
"name" "VIPs"
"group" "operator"
"armor" "200"
"hp" "200"
"color"         "0" 
{
"a" "255"
"B" "0"
"g" "200"
"r" "255"
}
}
"4"
{
"name" "Players"
"group" "players"
"color"
{
"a" "255"
"B" "255"
"g" "100"
"r" "0"
}
"model" "male1"
}
}
"gamemodes"
{
"1" "Sandbox"
"2" "default"
}
}
Whats the directory for the UTeam.txt

Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6214
  • Karma: 394
  • Project Lead
Re: Uteam Help
« Reply #8 on: February 10, 2008, 06:09:18 PM »
garrysmod/data/
Experiencing God's grace one day at a time.

Offline nckwrn0

  • Newbie
  • *
  • Posts: 10
  • Karma: 0
Re: Uteam Help
« Reply #9 on: February 10, 2008, 06:55:52 PM »
garrysmod/data/
What if you dont have a uteam.txt file? Create one?

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: Uteam Help
« Reply #10 on: February 10, 2008, 07:00:28 PM »
What if you dont have a uteam.txt file? Create one?
Means you didn't follow instructions at the Uteam release post, or the Uteam_readme.txt.
The download comes with it. Read the readme
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming