Author Topic: Prop Protection (and a few other questions)  (Read 3743 times)

0 Members and 1 Guest are viewing this topic.

Offline The Lizard King

  • Newbie
  • *
  • Posts: 4
  • Karma: 0
Prop Protection (and a few other questions)
« on: October 22, 2006, 06:19:07 PM »
Okay, I was wondering if you have to enable prop protection some how because its not working as is.  Also, if I want to use ULX in a dedicated server do i need to install the appropriate files into the source dedicated server/gmod/lua?

Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6214
  • Karma: 394
  • Project Lead
Re: Prop Protection (and a few other questions)
« Reply #1 on: October 22, 2006, 07:07:36 PM »
There is no prop protection in ULX v2+, I'd recommend you use Prop Protector from facepunch. Also, that's where you would install it, yes.
Experiencing God's grace one day at a time.

Offline The Lizard King

  • Newbie
  • *
  • Posts: 4
  • Karma: 0
Re: Prop Protection (and a few other questions)
« Reply #2 on: October 22, 2006, 07:14:29 PM »
There is no prop protection in ULX v2+, I'd recommend you use Prop Protector from facepunch. Also, that's where you would install it, yes.

Okay, thanks.  Also, this isn't really a question about ULX but to be able to use my mods for the dedicated server do I copy/paste the contents of my modsfolder into the source dedicated\gmod9\mods...because I've done that and I still can't use them.

Offline The Lizard King

  • Newbie
  • *
  • Posts: 4
  • Karma: 0
Re: Prop Protection (and a few other questions)
« Reply #3 on: October 22, 2006, 07:35:44 PM »
Oh, and i forgot to mention it doesn't recognize me as admin when i do dedicated...this is my users file, maybe i did something wrong.

// 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:
//
//] status
//hostname:  The Hut
//version   : 1.0.1.0/7 2707 insecure (secure mode enabled, disconnected from Steam3)
//udp/ip  :  192.168.0.51:27015
//map     :  gm_construct at: 1015 x, 21 y, -79 z
//players :  1 (16 max)
//
//# userid name uniqueid connected ping loss state adr
//#  2 "Joe" STEAM_0:1:123456 12:31 70 0 active 127.0.0.1:27005
//<end>
//
// 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
STEAM_0:1:11150308 abcdefghijklmnopqrstuz

Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6214
  • Karma: 394
  • Project Lead
Re: Prop Protection (and a few other questions)
« Reply #4 on: October 22, 2006, 09:39:25 PM »
You're missing the quotes in your users.ini.
Experiencing God's grace one day at a time.

Offline The Lizard King

  • Newbie
  • *
  • Posts: 4
  • Karma: 0
Re: Prop Protection (and a few other questions)
« Reply #5 on: October 22, 2006, 10:01:31 PM »
This is getting really frustrating.  I've done the access generator feature and I still don't think it works.  This is what my menu looks like:

Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6214
  • Karma: 394
  • Project Lead
Re: Prop Protection (and a few other questions)
« Reply #6 on: October 23, 2006, 06:10:08 AM »
You're using a version 1.1 style users.ini with a version 2 style menu, what are you trying to do exactly?
Experiencing God's grace one day at a time.

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: Prop Protection (and a few other questions)
« Reply #7 on: October 23, 2006, 04:55:48 PM »
Lizard King, if you just upgraded from an old version of ULX (<=1.1*) to a new version of ULX (=> 2), you can't just copy the old users.ini.
They are separate animals.
Like trying to use a Windows 95 registry with Windows XP... it just wouldn't work.
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming