28.09.2011, 15:25
(
Last edited by CyNiC; 06/11/2011 at 11:36 PM.
Reason: REL3
)
• Insanity Gore Mod Effect 3.0 •
- DescriptionThe filterscript makes a death effect doing body parts exploding when someone dies(like in the Counter Strike).
- Video - Version 2.0
[ame]http://www.youtube.com/watch?v=OHMUFLt_pmk[/ame]
- Video - Version 1.0
[ame]http://www.youtube.com/watch?v=Hpr8x4cYpYg[/ame]
- Author, help, includes
Allan Jader (CyNiC) [Idea, development]
Kar [Help with get x and y in side of something]
****** [foreach include in the version 1]
Author of the GetXYInFrontOfPlayer
RyDeR, Kalcor and De[M]oN [MapAndreas include]
- Note
You can change how much you want the include, leaving the credit to creator.
- Functions
pawn Code:
//Version 1:
IncludeWeapons(...);//Included weapons to do the effect(example in the FS)
//Version 2:
IncludeReasons(...);//Included reasons to do the effect(example in the FS)
pawn Code:
//Version 3:
#EFFECT_SPEED (6.0)
#INCREASE_H (2.0)
#define BLOOD_EFFECT //activated by default, for disable remove this line
//Version 2:
#EFFECT_SPEED ( 10.0 )
#INCREASE_HEIGHT ( 2.0 )
#define BLOOD_EFFECT //activated by default, for disable remove this line
[SAFULL.HMap]
Get (Is needed, paste in sriptfiles)
[Version 3.0]
Download FS(only for 0.3d)
[Version 2.0]
Download FS
[Version 1.0]
Download FS
- Updates:
Code:
Version 1.0 - First release(without blood) Version 2.0 - Added blood and corpses hidden on the explosion, removed foreach and optimized code. Version 3.0 - More realistic objects rotation[only for 0.3d], removed effect radius option