View Single Post
superbird
SourceMod Donor
Join Date: May 2010
Old 08-30-2013 , 09:14   Re: [CSS] entWatch - Events for custom map weapons
Reply With Quote #41

Just released an update on github this is a big update and even though we have tested it thoroughly bugs are still possible.
Notes:
* This update adds true anti-grief if you set an entity to singleactivator true in the config only the the player with that weapon can use it regardless of the map. By default we are embracing this.
* We have revamped some of the config settings and now use modes (you will need to update your configs if you have your own):
- Mode 1: Cooldowns - For use on entities that have a simple cooldown such as materias. This requires you to specify a cooldown time. See mako config for reference.
- Mode 2: Toggle - Its upto you for how you want to use this, by default we are using it flamethrower and minigun in predator. This requires no extra options, see predator for reference.
- Mode 3: Limited uses - This is relevant for items such as claymores which have a max of 10 uses. See predator for reference.
- Mode 4: Limited uses with cooldowns - Use this for items which have limited uses and a cooldown in between uses.
- Mode 5: Passive Items - This is to be used with items that don't have an action. This will be default appear on the HUD but you can set HUD to false in config. See minas_tirith for reference. Also I recommend using this on paranoid style configs.
* This is now a !etransfer/!etrans command use like so: !etransfer player1 player2. This command takes the entity from player and teleports it to player 2. This doesn't filter knife items etc.
* FLAGS IN CONFIGS ARE ENFORCED OVER THE ENTITY! Thismeans if you set an entity to have 5 max uses when in reality the map gives it 10, entWatch will block the following 5 uses from happening.

Quote:
Changes: 8/7/2013
* SingleActivator behavior is different, if this is set to true it now blocks grief attempts completely.
* Reduced serverload when detecting entity's
* Recoded a lot of functions
* Added steam ids
* Added etransfer command
Bans will be released soon, one feature at a time. Also a big thanks to those that have submitted translations and configs (these will be added to the main branch soon.)

https://github.com/Prometheum/entWatch

Last edited by superbird; 08-30-2013 at 09:25.
superbird is offline