Skip to content

Releases: chanz/redie

Version 2.15 - console variables for damage control and trigger touch control

09 Nov 17:53
Compare
Choose a tag to compare
  • 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

14 Aug 01:05
Compare
Choose a tag to compare

Changelog:

Version v2.13 prerelease - This kinda fixes the chat and voice issue

12 Aug 22:15
Compare
Choose a tag to compare

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

12 Aug 18:58
Compare
Choose a tag to compare

This release fixes the following issues: #2 #3 #4 #5 #6

Changelog:

  • Removed the timed adverts
  • Added cvar redie_hide_ghosts_from_observers
  • Added cvar redie_ghost_transparency
  • Blocking now all sounds from a ghost

Hint: Be sure to override your redie.cfg and readjust the settings to your liking.

Version 2.11 - Fixed some bugs

14 Jun 20:26
Compare
Choose a tag to compare
  • 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

25 May 18:47
Compare
Choose a tag to compare
  • Fixed the chat spam when setting redie_advert_time to 0.

Version 2.9 - Major changes!

23 May 20:20
Compare
Choose a tag to compare

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)