AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Approved Plugins (https://forums.alliedmods.net/forumdisplay.php?f=8)
-   -   Blood Colorizer (https://forums.alliedmods.net/showthread.php?t=58820)

ts2do 08-02-2007 20:58

Blood Colorizer
 
2 Attachment(s)
This plugin randomly chooses robust colors for each blood sprite effect.
Simply install this plugin and see a change.
To toggle this plugin, change the cvar amx_bloodcolorizer.

bmann_420 08-03-2007 02:07

Re: Blood Colorizer
 
What colors?

Anything like This One?

ts2do 08-03-2007 02:24

Re: Blood Colorizer
 
My plugin is a fun plugin for having a random color every time. My plugin is more integrated with the game because it tweaks what is being sent rather than recreating it from scratch.

ali_zkz 08-04-2007 02:39

Re: Blood Colorizer
 
sounds cool .dos someone try ?

M249-M4A1 08-15-2007 08:54

Re: Blood Colorizer
 
I tried it, and it works beautifully! It would be cool too if in a config file you can define what colors the plugin will randomize. Good work nonetheless!

ts2do 08-15-2007 23:39

Re: Blood Colorizer
 
You only have a choice of 256 colors from a pallete...
Here's the pallete: Attachment 5979
You can change the array inside the sma file, but you're not going to get much more than you do from my 49 color choices:
Code:
stock const s_chColors[] = {     000, 007, 015, 031, 047, 063, 079, 095, 103,     106, 110, 111, 123, 127, 128, 130, 144, 146,     160, 165, 176, 179, 192, 193, 196, 202, 208,     212, 216, 225, 231, 234, 237, 238, 239, 240,     241, 242, 243, 244, 245, 246, 248, 249, 250,     251, 252, 253, 255 };
If you really need a config...I could add it.

Hack_ 07-15-2008 14:42

Re: Blood Colorizer
 
This its already post no? for GHW_chronic?

http://forums.alliedmods.net/showthread.php?t=27858

tuty 12-29-2008 10:18

Re: Blood Colorizer
 
this code gives me a error..something like this: no message target or something...anyway you should make a message_begin..


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

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