DarkPlacesEngine / DarkPlaces

The DarkPlaces Quake engine, created by LadyHavoc. Official Git repository (replaces SVN).
https://icculus.org/twilight/darkplaces/
GNU General Public License v2.0
273 stars 38 forks source link

Explosions leave scorch marks on water surfaces #175

Open hemebond opened 4 months ago

hemebond commented 4 months ago

I killed a rotfish and there was a scorch mark left on the surface of the water.

image

Baker7 commented 2 months ago

I did some quick tests ...

surfaceparm nomarks // still gets decal
surfaceparm noimpact // still gets decal
WATER --> GETS DECAL

DarkPlaces classic ... "cl_decals_newsystem 0"

surfaceparm nomarks // still gets decal
surfaceparm noimpact // still gets decal
WATER --> NO DECAL // <------------ 

Might be some existing code in Xonotic DarkPlaces in cl_decals_newsystem 0 that could get ported over to DarkPlaces Beta.