Releases: chanz/redie
Version 2.15 - console variables for damage control and trigger touch control
- Fixed error messages in the error logs, about Get*ObserverTarget complaining about players being not in game.
- Added cvar redie_ghost_disable_triggers (by default disabled) to block activation of trigger_multiples (touch, starttouch and endtouch) by ghosts.
- Added redie_ghost_world_damage (by default 0) to enable or disable damage for ghosts by world elements (entities such as trigger_damage).
- Added redie_ghost_player_damage (by default 0) to enable or disable damage for ghosts by players (this only applys to knifes and grenades, projectile weapons are always blocked due to technical limitations).
- Added redie_ghost_fall_damage (by default 0) to enable or disable fall damage for ghosts.
Version 2.14 - Ghosts can chat like dead players
Changelog:
- Enhanced: When ghosts chat only dead players and other ghosts can read the messages.
- Version 2.14 requires now Simple Chat Processor (Download: https://forums.alliedmods.net/showthread.php?p=1820365 )
Version v2.13 prerelease - This kinda fixes the chat and voice issue
In this pre-release the voice for ghosts works as if they are just dead players.
But the issue is with the chat. Ghosts can write in the chat and only other dead players on the same team can read it, BUT other ghosts can't. Also when a normal dead players writes something into the chat no other ghost can read it.
Basically ghosts can write to other dead players, but can't see dead chat. For this to work I need the simple chat processor...
Version 2.12 - Hide ghosts, stop sounds and and set transparency
Version 2.11 - Fixed some bugs
- Fixed finally chat spam of the advert when setting redie_advert_time to 0.0.
- Fixed -1 frag +1 death when dying as ghost.
- Fixed that weapons can be dropped for a short time after spawning as ghost.
- Added message when a ghost tries to drop a weapon.
Version 2.10 - Fixed the chat spam
- Fixed the chat spam when setting redie_advert_time to 0.
Version 2.9 - Major changes!
Changed all cvars
Added a config file /cfg/sourcemod/redie.cfg
Added cvar to auto spawn a player after death (redie_auto_ghost_time)
Added cvar to disable the hole plugin (redie_enable)
Changed sm_redie to kill ghosts
Changed advert cvar to be able to change the time between adverts (redie_advert_time)