Ulysses Stuff > Ulysses Release Archives
UTeam - Set teams based on usergroup.
tssge:
I have a problem too. The armors and those work fine, but for some reason i just don't get any teams nor colors on my player list. Any chance this is because i'm testing it on listen server ?
Here's my UTeam config.
And the "s" letter after every group (except user) like superadmin"s" should be there, because i have changed my groups.
--- Code: ---"Out"
{
"teams"
{
"1"
{
"name" "The Uber ones (You really shouldn't kill them)"
"group" "superadmins"
"armor" "100"
"hp" "1000"
"color"
{
"a" "255"
"B" "255"
"g" "51"
"r" "0"
}
"model" "stripped"
}
"2"
{
"name" "Admins (You shouldn't kill them)"
"group" "admins"
"armor" "0"
"hp" "500"
"color"
{
"a" "255"
"B" "255"
"g" "102"
"r" "102"
}
}
"3"
{
"name" "Operators (The ones who keep the server running)"
"group" "operators"
"armor" "0"
"hp" "100"
"color"
{
"a" "255"
"B" "255"
"g" "255"
"r" "0"
}
}
"4"
{
"name" "Normal players (No super powers what so ever)"
"group" "user"
"color"
{
"a" "255"
"B" "51"
"g" "255"
"r" "51"
}
"model" "hostage01"
}
}
"gamemodes"
{
"1" "Sandbox"
"2" "SpaceBuild"
}
}
--- End code ---
sharp:
tssge ur uteam file looks good to me and you say the armor works so maybe there is a character limit to the team name. So is the team name on the scoreboard blank?
Uteam works fine for me on svn version except the walkspeed and runspeed dont seem to work.
tssge:
It's not blank, there are no teams at all in sandbox. Don't know why.
BainMalum:
Know its been a long time since anyone has posted in this thread. But I need information on how to get the walk and sprint sections working. Making a movie and need to alter speed and movement more realistically.
The armor and health bars seem to work fine so this should be still working overall. But I cant get the speed to work, its probably just me tough. The input I am altering is the one seen below here...
"Out"
{
"teams"
{
"1"
{
"name" "SuperAdmins"
"group" "superadmin"
"armor" "100" <- Work
"hp" "100" <-Work
"color"
{
"a" "255"
"B" "85"
"g" "200"
"r" "0"
}
"plytable"
{
"1" "SprintSpeed:300" <- Nothing happens when i change values
"2" "WalkSpeed:50" <- same goes for here
}
}
"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"
}
}
So am I doing something wrong here? if so if there is anyone still monitoring this post please tell me. Or recommend some other speed altering gm file please!
Much appreciate for any feed!
PS sorry for any grammar.
Megiddo:
Garry changed how walk and runspeed worked a while back, so this version of UTeam isn't going to be able to change it. If you're using SVN ULib and ULX, you can use the integrated UTeam instead. XGUI support for UTeam is coming soon as well.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version