ULX

Author Topic: Some Questions...  (Read 5814 times)

0 Members and 1 Guest are viewing this topic.

Offline Sarge

  • Newbie
  • *
  • Posts: 3
  • Karma: 0
Some Questions...
« on: December 14, 2005, 10:49:31 PM »
hey people,

this is my first post and ive read everything in the forums...but no one tells me how to obtain the steam ID, i use a program to get me the number in xxxxxxx format but i see other people with something like STEAM_ID 0:1:XXXXXXX ...is this the same for all people for example if my id was 1234567 wud my steam id be  STEAM_ID 0:1:1234567 or liek what else ive seen  STEAM_ID 0:0:1234567??

also i get a error in my dedicated server about line 27 of ulx_users, when i compile the file it says unexpected character?
any ideas

ok lets assume i got the steam id thing working, and i have coz when i do a single player gamei have all access. but why when i host a dedicated server i dont have the access?

please i would be grateful for all the help u can supply me with
« Last Edit: December 14, 2005, 11:14:53 PM by Sarge »

Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6213
  • Karma: 394
  • Project Lead
Re: Some Questions...
« Reply #1 on: December 15, 2005, 06:39:59 AM »
It automatically gives listen server admins access.

To get steamid's, use the command 'status'.

To addusers, you have to put something like this in ulx_users.lua

Code: [Select]
addUser( "STEAM_0:1:8431719", "bcdefghijklmnopqrstuz" )
Experiencing God's grace one day at a time.

Offline Sarge

  • Newbie
  • *
  • Posts: 3
  • Karma: 0
Re: Some Questions...
« Reply #2 on: December 15, 2005, 01:36:26 PM »
hey thanx for that. i got steam id and put the code i

but where u say it automatically gives listenserver admins access, how do i be admin? id assume its just rcon_passwrod  SAME AS SERVER.CFG. i tried that and it dont work?

thanx again

Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6213
  • Karma: 394
  • Project Lead
Re: Some Questions...
« Reply #3 on: December 15, 2005, 01:45:33 PM »
hey thanx for that. i got steam id and put the code i

but where u say it automatically gives listenserver admins access, how do i be admin? id assume its just rcon_passwrod  SAME AS SERVER.CFG. i tried that and it dont work?

thanx again

I don't understand what you're saying, maybe rephrase it?
Experiencing God's grace one day at a time.

Offline Golden-Death

  • Hero Member
  • *****
  • Posts: 751
  • Karma: 0
  • Honored Lua Scripter
    • BlueFire
Re: Some Questions...
« Reply #4 on: December 15, 2005, 03:29:22 PM »
Ill have a go at it:

"Hey thanks for that. I got my steam id and I put it in there. However, you said 'It will automatically give listenserver admins access', it wont work. Do I use rcon_password? I tried it and it didnt work"



Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6213
  • Karma: 394
  • Project Lead
Re: Some Questions...
« Reply #5 on: December 15, 2005, 03:46:43 PM »
Ill have a go at it:

"Hey thanks for that. I got my steam id and I put it in there. However, you said 'It will automatically give listenserver admins access', it wont work. Do I use rcon_password? I tried it and it didnt work"



Oh, maybe he means that it will give admins (plural) who are in a listen server access?

No, it won't. It just gives the listen server admin ( the one running it ) access automatically. Guess I phrased that previous statement badly, sorry.
Experiencing God's grace one day at a time.

Offline Sarge

  • Newbie
  • *
  • Posts: 3
  • Karma: 0
Re: Some Questions...
« Reply #6 on: December 15, 2005, 04:26:28 PM »
hehe sorry bout that dudes, but yeh i got it working. thanx for all ur help