Ulysses

Ulysses Stuff => General Chat & Help and Support => Topic started by: Chironex on July 06, 2007, 06:01:01 PM

Title: I have problems with making my own groups, please help!
Post by: Chironex on July 06, 2007, 06:01:01 PM
Hi all,

This has been probably asked before, howerver after 10 minutes of reading topics, i can't find an answer to my problem.

I'm trying to add otheres groups, say like Respected and Minge. But..they won't work :(


Here is my ulib/user.txt:
Code: [Select]
"Out"
{
"TheSuperAdmin"
{
"id" "STEAM_0:0:111111"
"type" "steamid"
"groups"
{
"1" "superadmin"
"2" "immunity"
}
}

"TheModerator"
{
"id" "STEAM_0:0:333333"
"type" "steamid"
"groups"
{
"1" "moderator"
}
}

"TheRespected"
{
"id" "STEAM_0:0:444444"
"type" "steamid"
"groups"
{
"1" "respected"
}
}

"TheMingeBag"
{
"id" "STEAM_0:0:999999"
"type" "steamid"
"groups"
{
"1" "minge"
}
}

}



Here is my ulib/groups.txt:
Code: [Select]
"Out"
{
"superadmin"
{

}

"admin"
{
"deny"
{
"1" "ulx cexec"
"2" "ulx rcon"
"3" "ulx toolallow"
"4" "ulx adduser"
"5" "ulx userallow"
"6" "ulx luarun"
}
}

"moderator"
{
"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 data/uTeam.txt:
Code: [Select]
"Out"
{
"teams"
{
"1"
{
"name" "[Super Admin]"
"group" "superadmin"
"armor" "999"
"hp" "999"
"model" "super"
"color"
{
"a" "255"
"B" "64"
"g" "64"
"r" "64"
}
"plytable"
{
"1" "SprintSpeed:2000"
"2" "WalkSpeed:800"
}
}
"2"
{
"name" "[Admin]"
"group" "admin"
"armor" "500"
"hp" "500"
"model" "combine"
"color"
{
"a" "255"
"B" "100"
"g" "100"
"r" "100"
}
"plytable"
{
"1" "SprintSpeed:1000"
"2" "WalkSpeed:400"
}
}
"3"
{
"name" "[Moderator]"
"group" "moderator"
"armor" "200"
"hp" "200"
"model" "police"
"color"
{
"a" "255"
"B" "120"
"g" "120"
"r" "120"
}
"plytable"
{
"1" "SprintSpeed:800"
"2" "WalkSpeed:300"
}
}

"4"
{
"name" "[Respected]"
"group" "respected"
"model" "alyx"
"color"
{
"a" "255"
"B" "200"
"g" "64"
"r" "64"
}
}

"5"
{
"name" "[Client]"
"group" "client"
"model" "kleiner"
"color"
{
"a" "255"
"B" "200"
"g" "100"
"r" "100"
}
}
"6"
{
"name" "[Minge]"
"group" "minge"
"model" "male1"
"color"
{
"a" "255"
"B" "200"
"g" "120"
"r" "120"
}
}
}
"gamemodes"
{
"1" "Sandbox"
"2" "SpaceBuild"
}
}



Can someone tell me what i do wrong because no groups work but superadmins..but it was working with groups named 'superadmin', 'admin, 'operator', 'user' but that's default groups and i would like to add others. Is it impossible to create our own groups ??
Title: Re: I have problems with making my own groups, please help!
Post by: spbogie on July 06, 2007, 09:03:41 PM
Please check your SERVER console for any errors on startup.
Title: Re: I have problems with making my own groups, please help!
Post by: Chironex on July 06, 2007, 10:24:59 PM
Sorry but what you mean 'the server console' ? If you mean the remote console then i just don't know where to get it (our server is hosted by gservers.nl), can you link me somewhere? Thanks
Title: Re: I have problems with making my own groups, please help!
Post by: JamminR on July 06, 2007, 10:51:19 PM
Sorry but what you mean 'the server console' ? If you mean the remote console then i just don't know where to get it (our server is hosted by gservers.nl), can you link me somewhere? Thanks

We mean the console of the server.
Please contact your host for how to view console output of your server. (Or at least, have them post/host logs)
Title: Re: I have problems with making my own groups, please help!
Post by: Chironex on July 08, 2007, 07:11:32 AM
Ok, i can't get any responses from the server owner, so i managed to fix the problem myself and, i fixed it i don't know exactly how lol :) Thanks anyway, thread can be closed if you want.