@ Monster, LordHavoc, or anyone who can answer my question
I tried to change the blood for darkplaes and turn it a little bit brighter,
as we all know the blood is quite dark in Darkplaces.
...maybe thats why LordHavoc calls it Darkplaces (joking)
This is the original effectinfo.txt from TE_BLOOD:
"effect TE_BLOOD
count 0.333
type blood
tex 24 32
size 8 8
alpha 256 256 64
bounce -1
airfriction 1
liquidfriction 4
velocityjitter 64 64 64
velocitymultiplier 1"
I can not find the "color xxxxxx" line in TE_BLOOD, so I copied a color line from another effect.
My questions know is: what is the logic behind the color values ?
It always shows the format like this (example):
color 0x8f4333 0xfff31b
It is a "0x" and then 6 digits, and then a "0x" with 6 digits again.
I thought it would be the hexcode for the color, but it isnt.
This link shows all colors with code: http://de.wikipedia.org/wiki/Webfarben
When I use ff0000 (it should be light red acording the color table in the link, but it doesnt).
It looks a little green, but much more transparent than original DP blood
Can someone please explain me how the logic is, behind it ?
I want to bright up the blood color a little. (make it more red, without making it more transparent)
And why are there 2x times the 6 digits ?
Does it explain a range or something ?
Thank you so much for an answer.
Regards,
Seven
I tried to change the blood for darkplaes and turn it a little bit brighter,
as we all know the blood is quite dark in Darkplaces.
...maybe thats why LordHavoc calls it Darkplaces (joking)

This is the original effectinfo.txt from TE_BLOOD:
"effect TE_BLOOD
count 0.333
type blood
tex 24 32
size 8 8
alpha 256 256 64
bounce -1
airfriction 1
liquidfriction 4
velocityjitter 64 64 64
velocitymultiplier 1"
I can not find the "color xxxxxx" line in TE_BLOOD, so I copied a color line from another effect.
My questions know is: what is the logic behind the color values ?
It always shows the format like this (example):
color 0x8f4333 0xfff31b
It is a "0x" and then 6 digits, and then a "0x" with 6 digits again.
I thought it would be the hexcode for the color, but it isnt.
This link shows all colors with code: http://de.wikipedia.org/wiki/Webfarben
When I use ff0000 (it should be light red acording the color table in the link, but it doesnt).
It looks a little green, but much more transparent than original DP blood
Can someone please explain me how the logic is, behind it ?
I want to bright up the blood color a little. (make it more red, without making it more transparent)
And why are there 2x times the 6 digits ?
Does it explain a range or something ?
Thank you so much for an answer.
Regards,
Seven
Comment