Forum Thread
  Posts  
Classic Zombie Red Blood??? (Forums : 2D Graphics : Classic Zombie Red Blood???) Locked
Thread Options
Feb 2 2009 Anchor

Hey

I need to give the classic zombie red blood for my mod.

I have tried replacing 2 - 3 different blood sprites including the alienblood folder, with the red human blood.
Is there a download, or maybe someone knows what I need to replace to give the classic zombie red blood.

Thanks to all who can help me out.

Feb 6 2009 Anchor

y not you the blood from l4d its got zombys

Sionfel
Sionfel And then...
Feb 9 2009 Anchor

buzzerd wrote: y not you the blood from l4d its got zombys


because its illegal.
Feb 24 2009 Anchor

To change the blood color to your zombies, go to yourmod\src foldier and search for npc_zombie.cpp. In here, look at the line

#ifdef HL2_EPISODIC
SetBloodColor( BLOOD_COLOR_GREEN );
#else
SetBloodColor( BLOOD_COLOR_GREEN );
#endif // HL2_EPISODIC

then you must change it to:

#ifdef HL2_EPISODIC

SetBloodColor( BLOOD_COLOR_RED );

#else

SetBloodColor( BLOOD_COLOR_RED );

#endif // HL2_EPISODIC

and compile your Server.dll.
Simple and clean

Feb 24 2009 Anchor

Thanks very much, works like a charm.

Thanks again.

Feb 24 2009 Anchor

as someone who doesn't mod hl2... :O

--

Go play some Quake 2: q2server.fuzzylogicinc.com
It's like Source v0.9, only... better!
Play Paintball for Doom 3!: d3server.fuzzylogicinc.com
Doom 3 Paintball to the Max!

Mar 8 2009 Anchor

i was wondering this too lol.

Reply to thread
click to sign in and post

Only registered members can share their thoughts. So come on! Join the community today (totally free - or sign in with your social account on the right) and join in the conversation.