Ulysses
General => Off-Topic => Topic started 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...
- Protect props from other players
- Buddy list
- Ability for admins to do anything
- Button protection. Perhaps enable/disable on a global scale but clients can selectively enable/disable it on chosen ents.
- Damage protection. Again, perhaps selective
- Ability to enable/disable both admins and non-admins ability to touch/use/damage unowned props
- Visual indication of who owns a prop (ala SPP by SpaceTech style, but can be toggled off to be like the original Prop Protection by Chassuete style)
- Callbacks for third party integration, public accessible information functions
- A grace time and a deletion time for disconnected players. After grace time, other players can take possession of props, at deletion time the props get deleted. You could make it so there's only a deletion time as well.
- Disable/enable grace and deletion time for admins.
- Ability to delete disconnected players' props manually
- Ability to delete any players props. Perhaps more sophisticated so you can delete prop type (IE, ropes, ragdolls)
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.
-
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.
-
NICE Will. good idea
-
Map entity protection. Here's a quick list:
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?
-
I looked in that list but I did not see func_physbox, might wanna add that one too.
-
func_physbox is used by the map to make dynamic objects, usually things you want to be able to move with the physgun.
-
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.
-
- Ability for admins to do anything
Unless the object is from a higher level admin?
-
Yes! Admins can't touch superadmin's props! Brilliant!
-
~30%
:-X
-
~53%
:-X
-
>9000%
-
ITS OVER 9000!!!!!!!
Sorry... too much /b/ lately.
LOL
-
Map entity protection. Here's a quick list:
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.
-
limited physgun doesn't keep clients from using tools on these entities though. Only the physgun.
-
Aww, true.
-
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
-
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.