Ulysses

Ulysses Stuff => General Chat & Help and Support => Topic started by: Stark_Monkey on March 25, 2006, 04:26:10 AM

Title: Dedicated admin mod : ulx 1.11 User
Post by: Stark_Monkey on March 25, 2006, 04:26:10 AM
Hello - Running ulx 1.11 on my DEDICATED server.
It functions fine, accept I cant get it to register me as an admin.
Ive followed many Walkthroughs across the Internet - none have worked.


My Current (non-working) user config.

// Add users here, in the following format:
// "<steamid>" "<access flags>" //Optional comment ( You could say who this steamid belongs to in this comment )
//
// Example:
// "STEAM_0:1:1234567" "abcdefghijklmnopqrstuz"
// DO NOT INCLUDE THE '//' before the steamid, IT DENOTES A COMMENT
//
// Access flags:
// a - immunity (can't be kicked/banned/slayed/slapped and affected by other commmands)
// b - reservation (can join on reserved slots)
// c - ulx_kick command
// d - ulx_ban and ulx_unban commands
// e - ulx_slay and ulx_slap commands
// f - ulx_map command
// g - ulx_cvar command (not all cvars will be available)
// h - ulx_cfg command
// i - ulx_chat and other chat commands
// j - ulx_vote and other vote commands
// k - access to sv_password cvar (by ulx_cvar command)
// l - access to ulx_rcon command and rcon_password cvar (by ulx_cvar command)
// m - spawned props will be "protected", only other users with this access will be able to delete or move them ( ALSO UNAFFECTED BY PROP ANTI SPAM )
// n - ulx_ent command - CAUTION, PLAYERS MAY BE ABLE TO CRASH THE SERVER WITH THIS ACCESS
// o - custom level A
// p - custom level B
// q - custom level C
// r - custom level D
// s - custom level E
// t - custom level F
// u - custom level G
// z - custom level H
//
//
// TUTORIAL:
// Go to your server, type "status" without the quotes in either your console, or the server console
// Example output:
//
// Take your steamid. In this example, Joe's steamid is "STEAM_0:1:123456" without the quotes. Use this id as part of your access line.
// In this example, the server admin wants to grant Joe access to the slay-related and kick-related commands ONLY ( the admin looks at the access table listed above and sees that the wanted accesses respond to c and e, respectively ), so the following line ( without the '//' is added to users.ini )
// "STEAM_0:1:123456" "ce"

//"STEAM_ID_LAN" "bcdefghijklmnopqrstuz" //Uncomment this if you want to give people on LAN access, or if you're using the listen server fix


(my ID)
"STEAM_0:1:307239" "need-to-put-access-here"
^^^^


I tried using GDs  ULX Builder, Still - no function.
I type "ulx_who" but am presented with a empty admin list.
Please fix / walk me through this / Maybe even give me your working config so I can learn for myself?
Thank you .
- Starks


Title: Re: Dedicated admin mod : ulx 1.11 User
Post by: Megiddo on March 25, 2006, 08:14:22 AM
Paste the output from the following commands while you're connected:

Code: [Select]
status
ulx_who
lua tprint( gUsers )
Title: Re: Dedicated admin mod : ulx 1.11 User
Post by: Stark_Monkey on March 25, 2006, 08:36:02 AM
Im sorry Megiddo - Im not totally sure to as what you describe as output -? But I'll give it a go .

- When I typed "lua tprint( gUsers )"
Into my Dedicated server console it gave a message or text-string stating my Steam_ID and Access flags.
I got excited for no reason. Is there something im missing?
Title: Re: Dedicated admin mod : ulx 1.11 User
Post by: Megiddo on March 25, 2006, 08:41:03 AM
When you enter those commands, the server will spit out information, I want that information.
Title: Re: Dedicated admin mod : ulx 1.11 User
Post by: Stark_Monkey on March 25, 2006, 08:46:25 AM
The Dedicated server Console doesn't recognize the 'ulx_who' command
When I type
"Status" the usual read outs of Steam_ID's.
When I type
"lua tprint( gUsers )"  In DED console - I get this
STEAM_0:1:307239=ce


Doesnt fix anything ingame/
My server is up if that would make it easier?
211.28.171.122:61323
Title: Re: Dedicated admin mod : ulx 1.11 User
Post by: Megiddo on March 25, 2006, 08:52:51 AM
I wanted the output from status...
Title: Re: Dedicated admin mod : ulx 1.11 User
Post by: Stark_Monkey on March 25, 2006, 08:57:54 AM
Picture of the output to "status" in dedicated server console.
http://img501.imageshack.us/my.php?image=status0kc.jpg
Title: Re: Dedicated admin mod : ulx 1.11 User
Post by: Stark_Monkey on March 25, 2006, 09:06:12 AM
HOORAH! I figured it out Megiddo! : )
I didnt copy a simple number into the users text.
thank you for all your efforts!
Title: Re: Dedicated admin mod : ulx 1.11 User
Post by: Megiddo on March 25, 2006, 09:47:29 AM
Yah, you missed the 8  ;)