ULX

Author Topic: UTeam and Sui scoreboard...  (Read 8191 times)

0 Members and 1 Guest are viewing this topic.

Offline Tommo1590

  • Newbie
  • *
  • Posts: 37
  • Karma: 1
UTeam and Sui scoreboard...
« on: December 22, 2009, 09:07:39 AM »
Hey i added serverowner to groups and to UTeam but it has made the scoreboard show everyone as unassigned

Heres the UTeam.txt
Code: [Select]
"Out"
{
"teams"
{
"1"
{
"name" "ServerOwner"
"group" "serverowner"
"armor" "1000"
"hp" "1000"
"color"
{
"a" "255"
"B" "0"
"g" "0"
"r" "196"
}
"plytable"
{
"1" "SprintSpeed:1000"
"2" "WalkSpeed:500"
}
}
"2"
{
"name" "SuperAdmins"
"group" "superadmin"
"armor" "500"
"hp" "500"
"color"
{
"a" "255"
"B" "85"
"g" "200"
"r" "0"
}
}
"3"
{
"name" "Admins"
"group" "admin"
"armor" "100"
"hp" "100"
"color"
{
"a" "255"
"B" "50"
"g" "50"
"r" "255"
}
}
"4"
{
"name" "Operators"
"group" "operator"
"armor" "200"
"hp" "200"
"color"
{
"a" "255"
"B" "0"
"g" "200"
"r" "255"
}
}
"5"
{
"name" "Respected Member"
"group" "respected"
"armor" "100"
"hp" "100"
"color"
{
"a" "255"
"B" "196"
"g" "129
"r" "0"
}
}
"6"
{
"name" "Regular Member"
"group" "regular"
"color"
{
"a" "255"
"B" "0"
"g" "228"
"r" "188"
}
}
"7"
{
"name" "Visitor"
"group" "user"
"color"
{
"a" "255"
"B" "255"
"g" "100"
"r" "0"
}
}
}
"gamemodes"
{
"1" "Sandbox"
"2" "SpaceBuild"
}
}

I cant find anything wrong  :-\
Please Help!

Thanks
« Last Edit: December 22, 2009, 09:18:23 AM by Tommo1590 »

Offline DiscoBiscuit

  • Full Member
  • ***
  • Posts: 112
  • Karma: 1
    • DiscoBuild
Re: UTeam and Sui scoreboard...
« Reply #1 on: December 22, 2009, 09:46:59 AM »
I can't find anything wrong with it either.
Is the gamemode on sandbox? Did you put UTeam.lua in lua/autorun?

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: UTeam and Sui scoreboard...
« Reply #2 on: December 22, 2009, 09:12:33 PM »
Tommo, does your serverowner inherit superadmin in your groups?
How did you add the serverowner group?
If using ULX, does a "ulx who" show all the groups people are in (with exception of 'user', user has no title)
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming

Offline ibab

  • Newbie
  • *
  • Posts: 6
  • Karma: 0
Re: UTeam and Sui scoreboard...
« Reply #3 on: December 23, 2009, 02:15:16 AM »
I don't know if its about this. I downloaded this scoreboard:
http://www.garrysmod.org/downloads/?a=view&id=47078

And right away it worked. I didn't add there Server Owner though, I kept it as Super Admin.

Offline Tommo1590

  • Newbie
  • *
  • Posts: 37
  • Karma: 1
Re: UTeam and Sui scoreboard...
« Reply #4 on: December 23, 2009, 11:37:54 AM »
Hey thanks for all your help,

I can't find anything wrong with it either.
Is the gamemode on sandbox? Did you put UTeam.lua in lua/autorun?

We are running sandbox and i have put UTeam.lua in that folder. 

Tommo, does your serverowner inherit superadmin in your groups?
How did you add the serverowner group?
If using ULX, does a "ulx who" show all the groups people are in (with exception of 'user', user has no title)


serverowner inherits the superadmin in groups shown here:
Code: [Select]
"serverowner"
{
"allow"
{
}
"inherit_from" "superadmin"
}

also when running the ulx who it does give everyone the correct groups so the groups.txt are fine, it looks like just a problem with the UTeam.txt...  :-\
and ibab that fix is just for the buttons not anything else.

Thanks for the help all.

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: UTeam and Sui scoreboard...
« Reply #5 on: December 23, 2009, 02:30:01 PM »
From server console or rcon, please run ulx debuginfo
That will create a file called debuginfo.txt (or something like that) in your server's data/ulx folder.
Attach it here using the 'additional options' link at the base of the reply text message box.
For good measure, attach your server's /data/ULib/groups.txt also.
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming

Offline Tommo1590

  • Newbie
  • *
  • Posts: 37
  • Karma: 1
Re: UTeam and Sui scoreboard...
« Reply #6 on: December 24, 2009, 05:29:50 AM »
Things you asked for :)

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: UTeam and Sui scoreboard...
« Reply #7 on: December 24, 2009, 09:22:36 AM »
I can't figure out if this is a UTeam issue, or a scoreboard issue.
From what I can tell, everything should just work.

When you join your server, does UTeam give serverowner group the chat colors, hp and armor you specify?
If not, then it's UTeam.
If so, that leads me to believe it's SUI, and i'm not even beginning to look at that old mess right now.
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming

Offline Tommo1590

  • Newbie
  • *
  • Posts: 37
  • Karma: 1
Re: UTeam and Sui scoreboard...
« Reply #8 on: December 24, 2009, 02:57:04 PM »
It dont give you anything that i specified in the UTeam.txt it just makes you have the same health as a normal user and the same chat colour as everyone else... its odd :S

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: UTeam and Sui scoreboard...
« Reply #9 on: December 24, 2009, 03:14:52 PM »
Some ideas/questions...
1) What are you using to edit your Uteam.txt?
2) Where are you storing your Uteam.txt?

3) Though it shouldn't matter since the debuginfo shows you as serverowner in ULib's authenticated users, try changing your /settings/users.txt to have you as 'serverowner' instead of 'superadmin'

I've got family coming for the next few hours, so this may be my last post for the next few hours.
Merry Christmas.
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming

Offline Tommo1590

  • Newbie
  • *
  • Posts: 37
  • Karma: 1
Re: UTeam and Sui scoreboard...
« Reply #10 on: December 24, 2009, 07:11:55 PM »
Some ideas/questions...
1) What are you using to edit your Uteam.txt?
2) Where are you storing your Uteam.txt?
3) Though it shouldn't matter since the debuginfo shows you as serverowner in ULib's authenticated users, try changing your /settings/users.txt to have you as 'serverowner' instead of 'superadmin'

1) im using notepad++
2) Uteam.txt is in /data/
3) its showing all the teams as unassigned not just me ...

And Merry Christmas to all!   ;D

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: UTeam and Sui scoreboard...
« Reply #11 on: December 24, 2009, 08:48:11 PM »
Find a way to watch server startup console... any errors regarding ULib/ULX/UTeam.txt as server starts up?
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming

Offline Tommo1590

  • Newbie
  • *
  • Posts: 37
  • Karma: 1
Re: UTeam and Sui scoreboard...
« Reply #12 on: December 25, 2009, 12:23:55 PM »
Isnt any :S

only a motd one
Code: [Select]
Warning: Unhandled usermessage 'ULXMotdStart'
Warning: Unhandled usermessage 'ULXMotdText'
Warning: Unhandled usermessage 'ULXMotdEnd'
Warning: Unhandled usermessage 'SendMotdMenu'

Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6213
  • Karma: 394
  • Project Lead
Re: UTeam and Sui scoreboard...
« Reply #13 on: December 26, 2009, 08:18:39 AM »
Isnt any :S

only a motd one
Code: [Select]
Warning: Unhandled usermessage 'ULXMotdStart'
Warning: Unhandled usermessage 'ULXMotdText'
Warning: Unhandled usermessage 'ULXMotdEnd'
Warning: Unhandled usermessage 'SendMotdMenu'


Using download url?
Experiencing God's grace one day at a time.

Offline Tommo1590

  • Newbie
  • *
  • Posts: 37
  • Karma: 1
Re: UTeam and Sui scoreboard...
« Reply #14 on: December 27, 2009, 10:30:42 AM »
Whats that....?
we are just using the normal ulx motd.