View Issue Details

IDProjectCategoryView StatusLast Update
0000521Gameplay + OpenGL[All Projects] Bugpublic2017-04-03 21:34
ReporterBlue Shadow 
Assigned To 
PrioritylowSeverityminorReproducibilityalways
Status resolvedResolutionno change required 
PlatformPCOSWindowsOS Version10 Home x64
Summary0000521: Blood particles color doesn't fully match blood color
DescriptionI have a monster whose blood color is set to "DarkGreen". Some of the blood particle have a different color which doesn't match the blood color.
Steps To ReproduceLoad the attached file with Doom or Doom2. Summon TestDemon. Shoot the demon with a hitscan weapon. Make sure you enable drawing of blood particles.
Additional InformationTested with: 2.5pre-232-gf48af60 (64-bit) - it also happens in 2.4.0.
Renderer: Software (no truecolor).
Tagsblood, particles, Software renderer

Relationships

Activities

Blue Shadow

Blue Shadow

2017-04-02 04:46

reporter  

bcolor.pk3 (190 bytes)
Screenshot_Doom_20170402_122432.png (189,148 bytes) ==> SQL => SELECT d.adnum as num, d.adsrc as def from pg_attrdef d, pg_class c where d.adrelid=c.oid and c.relname='mantis_bug_file_table' order by d.adnum
Graf Zahl

Graf Zahl

2017-04-02 12:30

administrator   ~0001219

Blood particles fully intentionally can be two different colors:

        color1 = ParticleColor(kind);
        color2 = ParticleColor(RPART(kind)/3, GPART(kind)/3, BPART(kind)/3);

Nash

Nash

2017-04-03 21:34

reporter   ~0001234

Intentional or not, that doesn't look visually pleasing. :S It looks like the monster is bleeding white instead of green.

Issue History

Date Modified Username Field Change
2017-04-02 04:46 Blue Shadow New Issue
2017-04-02 04:46 Blue Shadow File Added: bcolor.pk3
2017-04-02 04:46 Blue Shadow File Added: Screenshot_Doom_20170402_122432.png
2017-04-02 04:46 Blue Shadow Tag Attached: blood
2017-04-02 04:46 Blue Shadow Tag Attached: particles
2017-04-02 04:46 Blue Shadow Tag Attached: Software renderer
2017-04-02 12:30 Graf Zahl Status new => resolved
2017-04-02 12:30 Graf Zahl Resolution open => no change required
2017-04-02 12:30 Graf Zahl Note Added: 0001219
2017-04-03 21:34 Nash Note Added: 0001234