Fall Scream v0.2 by VEN
Requested by lastchapter
Plugin provides global fall scream sound
Note compatibility with other HL mods is possible
Fakemeta module required
Options
Code:
// comment to disable outside-map-fall scream (building, abyss, etc)
// note: that option fully independent from SCREAM_FALL_SPEED value
#define SCREAM_VERTIGO_STYLE
// player's minimal fall speed required for scream sound playback
#define SCREAM_FALL_SPEED 700
// scream sound filename, may be changed to custom sound file
#define SOUND_FILE "ambience/fallscream.wav"
// scream sound volume, min. = 0, max. = 10
#define SOUND_VOLUME 10
Versions
Code:
0.2 - added "regular" fall support
- improved custom sound support
- improved vertigo-style maps detection
- few optimizations
0.1 - first release