Ulysses

General => Off-Topic => Topic started by: Megiddo on December 30, 2007, 04:29:45 PM

Title: What are you looking for in a prop protector?
Post by: Megiddo on December 30, 2007, 04:29:45 PM
Don't take this thread too seriously, this doesn't mean we're going to make a prop protector. However, if we were, what features would you like to see?

We'd have the standard list...

Let us know what you think. We'll also handle any exploits you guys can tell us about. We know about physgun reload, nail, and slider exploits already.
Title: Re: What are you looking for in a prop protector?
Post by: WildWill on December 30, 2007, 06:34:44 PM
I like the idea, one more thing I would like. I would like to be able to give 1 or more props away without giving access to all my props.
Title: Re: What are you looking for in a prop protector?
Post by: JamminR on December 30, 2007, 08:32:20 PM
NICE Will. good idea
Title: Re: What are you looking for in a prop protector?
Post by: atomicspark on January 28, 2008, 07:41:42 AM
Map entity protection. Here's a quick list:

Code: [Select]
func_breakable
func_breakable_surf
func_brush
func_button
func_conveyor
func_door
func_door_rotating
func_healthcharger
func_lod
func_lookdoor
func_monitor
func_movelinear
func_platrot
func_recharge
func_rot_button
func_rotating
func_tank
func_tankairboatgun
func_tankapcrocket
func_tanklaser
func_tankmortar
func_tankphyscannister
func_tankpulselaser
func_tankrocket
func_tanktrain
func_tracktrain
func_train
func_wall
func_wall_toggle
func_water_analog
momentary_rot_button
cycler
cycler_actor
env_headcrabcanister
generic_actor
item_ammo_crate
item_healthcharger
monster_generic
item_suitcharger
prop_detail
prop_door_rotating
prop_dynamic
prop_dynamic_ornament
prop_dynamic_override

I'm not sure if that covers everything, just a list I stole from a pre-made script that came with a map. I basically want everything protected that comes with the map, except for spawnable items (like on those maps where you can spawn brushes or props). This also should be toggable and maybe have a config server-side where you can set what is protected. Also, you would have to make an exception for gm_construct for the walls (I am not sure what type of entity that is but it's on the list). Maybe per-map configs?! Yay?
Title: Re: What are you looking for in a prop protector?
Post by: WildWill on January 28, 2008, 04:31:26 PM
I looked in that list but I did not see func_physbox, might wanna add that one too.
Title: Re: What are you looking for in a prop protector?
Post by: Megiddo on January 28, 2008, 04:53:55 PM
func_physbox is used by the map to make dynamic objects, usually things you want to be able to move with the physgun.
Title: Re: What are you looking for in a prop protector?
Post by: WildWill on January 28, 2008, 05:06:10 PM
Not always true, for example, in a map I made I had a func_physbox attached to a func_motor that rotated around with an rt_screen on it. I would not want players grabbing that. Or at least the option to stop them.
Title: Re: What are you looking for in a prop protector?
Post by: Avien on January 28, 2008, 07:08:53 PM
  • Ability for admins to do anything

Unless the object is from a higher level admin?
Title: Re: What are you looking for in a prop protector?
Post by: atomicspark on January 29, 2008, 09:48:34 PM
Yes! Admins can't touch superadmin's props! Brilliant!
Title: Re: What are you looking for in a prop protector?
Post by: JamminR on January 30, 2008, 05:36:42 PM
~30%

 :-X
Title: Re: What are you looking for in a prop protector?
Post by: JamminR on January 30, 2008, 08:08:24 PM
~53%

 :-X
Title: Re: What are you looking for in a prop protector?
Post by: atomicspark on January 31, 2008, 11:12:04 AM
>9000%
Title: Re: What are you looking for in a prop protector?
Post by: Banyon on January 31, 2008, 07:45:28 PM
ITS OVER 9000!!!!!!!

Sorry... too much /b/ lately.

LOL
Title: Re: What are you looking for in a prop protector?
Post by: jay209015 on April 11, 2008, 04:42:49 PM
Map entity protection. Here's a quick list:

Code: [Select]
func_breakable
func_breakable_surf
func_brush
func_button
func_conveyor
func_door
func_door_rotating
func_healthcharger
func_lod
func_lookdoor
func_monitor
func_movelinear
func_platrot
func_recharge
func_rot_button
func_rotating
func_tank
func_tankairboatgun
func_tankapcrocket
func_tanklaser
func_tankmortar
func_tankphyscannister
func_tankpulselaser
func_tankrocket
func_tanktrain
func_tracktrain
func_train
func_wall
func_wall_toggle
func_water_analog
momentary_rot_button
cycler
cycler_actor
env_headcrabcanister
generic_actor
item_ammo_crate
item_healthcharger
monster_generic
item_suitcharger
prop_detail
prop_door_rotating
prop_dynamic
prop_dynamic_ornament
prop_dynamic_override

I'm not sure if that covers everything, just a list I stole from a pre-made script that came with a map. I basically want everything protected that comes with the map, except for spawnable items (like on those maps where you can spawn brushes or props). This also should be toggable and maybe have a config server-side where you can set what is protected. Also, you would have to make an exception for gm_construct for the walls (I am not sure what type of entity that is but it's on the list). Maybe per-map configs?! Yay?

As for this remark ^ I think that it would be easier to just enable/disable limited physgun.
Title: Re: What are you looking for in a prop protector?
Post by: MrPresident on April 11, 2008, 07:52:23 PM
limited physgun doesn't keep clients from using tools on these entities though. Only the physgun.
Title: Re: What are you looking for in a prop protector?
Post by: jay209015 on April 12, 2008, 11:24:34 AM
Aww, true.
Title: Re: What are you looking for in a prop protector?
Post by: blacksythe on April 19, 2008, 04:48:26 PM
linked into the group system

ulx "cantouch"

Anti trap

ulx "removeprotection"
ulx "addprotection"

pretty basic but useful in ways that if players are abusing the protection it can be revoked ie abusing it enough to not get banned but still punished

The ability to clean up players props even after they leave is a must ie script doesnt remove their name until the remove timer counts down or the button is clicked
Title: Re: What are you looking for in a prop protector?
Post by: JamminR on April 19, 2008, 06:53:39 PM
linked into the group system

ulx "cantouch"

Anti trap

ulx "removeprotection"
ulx "addprotection"

pretty basic but useful in ways that if players are abusing the protection it can be revoked ie abusing it enough to not get banned but still punished

The ability to clean up players props even after they leave is a must ie script doesnt remove their name until the remove timer counts down or the button is clicked

The prop protection will not be reliant/incorporated into ULX.
I understand your suggestion though. Allow an individual player, specified by admin, to have his props touched. Perma-add-everyone-to-buddy-list type style.
I don't believe it would be overly difficult (though I could be wrong). Somehow set a variable on a player that adds all other players, current, future joined, or otherwise, to touch his stuff.

Autoclean up is already listed.