Ulysses

General => Off-Topic => Topic started by: Mp6 on February 05, 2008, 09:20:29 AM

Title: Uteam does not change the colors of the teams?
Post by: Mp6 on February 05, 2008, 09:20:29 AM
When I check, my colors are always green, never anything else. THis is the code:
"Out"
{
   "teams"
   {
      "1"
      {
         "name"      "Superadmin"
         "group"      "superadmin"
         "armor"      "1000"
         "hp"      "1000"
         "color"
         {
            "a"      "255"
            "B"      "0"
            "g"      "0"
            "r"      "255"
         }
         "plytable"
         {
            "1"      "SprintSpeed:1000"
            "2"      "WalkSpeed:500"
         }
      }
      "2"
      {
         "name"      "Admins"
         "group"      "admin"
         "armor"      "500"
         "hp"      "500"
         "color"
         {
            "a"      "255"
            "B"      "50"
            "g"      "50"
            "r"      "255"
         }
      }
      "3"
      {
         "name"      "Operators"
         "group"      "operator"
         "armor"      "200"
         "hp"      "200"
         "color"
         {
            "a"      "255"
            "B"      "0"
            "g"      "200"
            "r"      "255"
         }
      }
      "4"
      {
         "name"      "Players"
         "group"      "user"
         "color"
         {
            "a"      "255"
            "B"      "255"
            "g"      "100"
            "r"      "0"
         }
         "model"      "male1"
      }
   }
   "gamemodes"
   {
      "1"      "Sandbox"
      "2"      "SpaceBuild"
   }
}
Title: Re: Uteam does not change the colors of the teams?
Post by: Megiddo on February 05, 2008, 09:22:14 AM
Where are you looking for the colors in game?
Title: Re: Uteam does not change the colors of the teams?
Post by: MrPresident on February 05, 2008, 11:00:53 AM
If im not mistaken, The default scoreboard will not use the colors or group names in sandbox mode. You'll have to use UTeam in conjunction with a modified scoreboard, such as sui_scoreboard.
Title: Re: Uteam does not change the colors of the teams?
Post by: JamminR on February 05, 2008, 02:51:10 PM
Correct zakap. They'd have to use a board that shows team names. The default one doesn't do this.
mp6. see sui_scoreboard remixed in our releases section.
Title: Re: Uteam does not change the colors of the teams?
Post by: Mp6 on February 05, 2008, 03:09:16 PM
Yea, I was talking about the scoreboard, thanks for the help guys.