Raised This Month: $12 Target: $400
 3% 

Ultimate Gore v1.6 *UPDATED 7/5/08* - Supports: CS/CZ/DoD/TFC/TS/ESF/SC/valve


Post New Thread Reply   
 
Thread Tools Display Modes
Plugin Info:     Modification:   ALL        Category:   Fun Stuff        Approver:   Johnny got his gun (102)
jtp10181
Veteran Member
Join Date: May 2004
Location: Madison, WI
Old 05-18-2004 , 12:59   Ultimate Gore v1.6 *UPDATED 7/5/08* - Supports: CS/CZ/DoD/TFC/TS/ESF/SC/valve
Reply With Quote #1

********************************************* *******************************
*
* Version 1.6 - 05/18/2008
*
* by jtp10181 <[email protected]>
* Homepage: http://www.jtpage.net
*
* Original code by:
* by mike_cao <[email protected]> (plugin_gore)
* fizzarum <[email protected]> (plugin_gore2)
*
********************************************* *******************************

This plugin adds gore effects. It is configured
with the cvar "amx_gore" using these flags:

a - Headshot blood
b - Extra blood effects
c - Bleeding on low health
d - Gib explosion (Explosives and damage over "amx_gore_exphp")
e - Extra Gory Mode
f - Extra Headshot Gore Only (same as with flag "e")
g - Hostage Gore (CS/CZ Only)

Default is: amx_gore "abcd"

New CVAR: amx_gore_exphp (default 160)
The amount of health that must be lost upon death for the player to "explode"

Add the cvars to your amxx.cfg to change it and have it load every map

*NOTE*: the decal indexes are pulled form the servers decals.wad If you
do not have the orginal decals.wad (for your mod) on the server the
decals may not appear as blood, but arrows, numbers, text, etc.

Changelog:

v1.6 - JTP10181 - 07/09/06
  • Added a single spray with normal headshot gore
  • Added new flag for extra headshot gore only
  • Added support for module auto loading
  • Added support for SvenCoop
  • Added minimal support for NS
  • Finally found proper way to hide corpses in CS/CZ/DoD
  • Fully ported to FakeMeta
v1.5 - JTP10181 - 06/27/06
  • Added support for ESF
  • Added support for TS
  • Added support for TFC
  • Tweaked a lot of numbers
  • Made gibs fly around more instead of in a big heap
  • Added support for hostages in CS
  • Switched all supporting mods to client_damage/death forwards
v1.4 - JTP10181 - 06/16/06
  • Switched to Pointer CVAR commands
  • Updated to work on "valve" mod by request
  • Finally finished support for DoD
  • Reduced the insane ammount of blood spray with gibs & extra gore enabled
v1.3.5 - JTP10181 - 03/05/06
  • Fixed possible runtime errors if player disconnects during events
v1.3.4 - JTP10181 - 10/25/05
  • Added knife to the gib_wpncheck check
  • Fixed bug where if all damage was from falling the player would not bleed
v1.3.3 - JTP10181 - 09/25/04
  • Made it really easy to change the weapons that cause explosion
  • Minor code tweaks
v1.3.2 - JTP10181 - 09/24/04
  • Fixed code to work on AMXModX 0.20
  • Added new CVAR to adjust the HP loss that triggers a GIB explosion
  • Used task for body hiding so items wont end up underground
v1.3.1 - JTP10181 - 06/02/04
  • Fixed runtime error if victim is null on a damage or death event. It was happening in conjunction with superhero mod. Thanks to drummeridiot25 for testing it for me.
v1.3 - JTP
  • Automatic mod detection, no more recompiling for CZERO.
  • Decal indexes verified for CZ, they work perfectly.
  • Started working on DoD support (not wokring yet)
v1.2 - JTP
  • Combined various gore plugins into one that has the best features out of all of them.
  • Plan to maintain this plugin if any issues/requests arrise.
  • Added extra gory mode:
    • Classic headshot death with the sprays shooting up (from orginal plugin_gore)
    • More blood spraying on a gib explosion (from orginal plugin_gore)
    • Extra blood decals on damage and deaths
  • Fixed divide by zero error in fx_blood and fx_gib_explode (runtime error)
  • Minor tweaks here and there to some of the numbers
  • Put in fix for CZERO decals from "euro" and "out" from AMX forums
  • Fixed runtime error when the attacker was not able to be determinted. get_user_origin was getting passed a "0" player index.
v1.03 - ( by fizzarum ) :
  • Each hit now causes a blood stream depending on the positions of the agressor and the victim.
  • Reduce the previous headshot fx to a less extravagant thing
  • The gib explosion now happens after a damage higher than 110 EVEN IF the victim's head was hit
  • A knife kill does not cause a gib explosion
  • Minor changes on the bleeding effect, the position of the gibs
Versions below v1.03 were maintained by mike_cao


Thanks:
  • mike_cao for the orginal plugin
  • fizzarum on plugin_gore2.sma (for AMX)
  • euro and out (AMX forums) for posting decal numbers for CZero
  • drummeridiot25 for testing it (v1.3.1) with superhero mod for me
********************************************* *******************************

I have permission from mike_cao to use his code in this new plugin.
I also have permission from fizzarum to use his code from gore2.

For some reason the web compiler breaks this plugin (stale copy maybe).
If you are having problems then compile it manually and see if that helps.

Requires CSX/DODX/TFCX/TSX Module for CS/CZ/DOD/TFC/TS support



Mods Supported:
  • Counter-Strike
  • Condition-Zero
  • Day of Defeat
  • Team Fortress Classic
  • The Specialists
  • Earths Special Forces
  • Sven-Coop
  • Original "valve" folder Mods
Attached Files
File Type: sma Get Plugin or Get Source (amx_gore_ultimate.sma - 80650 views - 34.0 KB)
__________________

Last edited by jtp10181; 07-05-2008 at 10:53.
jtp10181 is offline
Send a message via ICQ to jtp10181 Send a message via AIM to jtp10181 Send a message via MSN to jtp10181 Send a message via Yahoo to jtp10181
kingpin
Veteran Member
Join Date: Apr 2004
Location: kpsforum.com
Old 05-18-2004 , 14:06  
Reply With Quote #2

what about the whole going invis thing with gore?
__________________
kingpin is offline
Send a message via ICQ to kingpin Send a message via AIM to kingpin Send a message via MSN to kingpin Send a message via Yahoo to kingpin Send a message via Skype™ to kingpin
jtp10181
Veteran Member
Join Date: May 2004
Location: Madison, WI
Old 05-18-2004 , 14:44  
Reply With Quote #3

that is fixed, its one line of code that makes the body visible again upon respawn. If anyone does have this issue please let me know the circumstances as specifically as possible so I can try and rpelicate it. BTW the fix was actually done by fizzarum in plugin_gore2. It has the side effect that sometimes fir a brief second you can see the dead players body that was hiding before the new round starts.... I could maybe set it on a task but I figured its not that big of a deal and making it a task looked like it would be a pain.

This *could* interfere with the invisiwars plugins also, if this one is loaded first though the invisiwars plugin should make the players invisible again. If anyone has any issues let me know and I'll try to work it out. Look for runtime errors also. I ran with bots for about an hour and did not get any so I hope they are all fixed.
__________________
jtp10181 is offline
Send a message via ICQ to jtp10181 Send a message via AIM to jtp10181 Send a message via MSN to jtp10181 Send a message via Yahoo to jtp10181
kingpin
Veteran Member
Join Date: Apr 2004
Location: kpsforum.com
Old 05-18-2004 , 14:48  
Reply With Quote #4

OK will test it out in the evening and let you know. I was begining to miss lots of blood flowing freely thru my server...
__________________
kingpin is offline
Send a message via ICQ to kingpin Send a message via AIM to kingpin Send a message via MSN to kingpin Send a message via Yahoo to kingpin Send a message via Skype™ to kingpin
rootdown
Member
Join Date: Mar 2004
Location: .se
Old 05-18-2004 , 16:03  
Reply With Quote #5

its kewl, but a bit to much... gore2 is fine with flags ab... but thats just my opinion
__________________
rootdown is offline
Send a message via ICQ to rootdown Send a message via MSN to rootdown
jtp10181
Veteran Member
Join Date: May 2004
Location: Madison, WI
Old 05-18-2004 , 16:18  
Reply With Quote #6

well this one wont get the rumtime errors like gore2 ;)

And yeah, I think some of it is too much also, like the extra gory mode. But I know a lot of people that love it. If anyone has any ideas for other cool stuff that could be done let me know.
__________________
jtp10181 is offline
Send a message via ICQ to jtp10181 Send a message via AIM to jtp10181 Send a message via MSN to jtp10181 Send a message via Yahoo to jtp10181
[nFb]GraveKeeper
Senior Member
Join Date: Mar 2004
Location: Connecticut, U.S.A.
Old 05-18-2004 , 17:42  
Reply With Quote #7

Still has an issue with CZ, the word break appears instead of blood.
[nFb]GraveKeeper is offline
Send a message via AIM to [nFb]GraveKeeper
jtp10181
Veteran Member
Join Date: May 2004
Location: Madison, WI
Old 05-18-2004 , 17:45  
Reply With Quote #8

you used the CZ version right?

I assume you did, I will setup a server and try it out, I have a plugin to debug decals.... i should finish that plugin and release it, heh.

-----

I tested it and it works fine, he probably used the CS version on CZ, which is no longer nedded since it detects the mod.
__________________
jtp10181 is offline
Send a message via ICQ to jtp10181 Send a message via AIM to jtp10181 Send a message via MSN to jtp10181 Send a message via Yahoo to jtp10181
jtp10181
Veteran Member
Join Date: May 2004
Location: Madison, WI
Old 05-26-2004 , 16:24  
Reply With Quote #9

Updated to version 1.3
__________________
jtp10181 is offline
Send a message via ICQ to jtp10181 Send a message via AIM to jtp10181 Send a message via MSN to jtp10181 Send a message via Yahoo to jtp10181
BigBaller
Veteran Member
Join Date: Mar 2004
Location: Everett, WA
Old 05-26-2004 , 19:44  
Reply With Quote #10

Heh, I see you started to learn the ways of AMX MOD X. this means that pyschostats plugin should be working for AMXX also soon then too ;)

Anywayz back to the topic at hand, good plugin, i was tired of seeing errors, very enjoyable.
__________________

BigBaller is offline
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 06:01.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode