(ALLRIGHT) Cant see weapon muzzle flash and zombie blood splash
Hello everyone,
well when I fire with guns I cant see the muzzle flash.
And also when I hit zombies I cant see the blood splash.
My options are set on ultra but I still cant see this...
Does someone know why and how I can fix this?
Re: (ALLRIGHT) Cant see weapon muzzle flash and zombie blood splash
Re: (ALLRIGHT) Cant see weapon muzzle flash and zombie blood splash
Quote:
Originally Posted by
javaz97
use a spay
If you don't have anything important to say then don't say anything, spam somewhere else.
Re: (ALLRIGHT) Cant see weapon muzzle flash and zombie blood splash
Search
Quote:
d3dc._SetStreamSource( 0, _instanceVB.Get(), 0, 0 );
r3dRenderer->SetStreamSourceFreq( 1, ( D3DSTREAMSOURCE_INSTANCEDATA | 1 )) ;
d3dc._SetStreamSource(1, _unifiedVB.Get(), _unifiedVBOffset, 0);
Change to
Quote:
d3dc._SetStreamSource( 0, _instanceVB.Get(), 0, sizeof(PARTICLE_INSTANCE) );
r3dRenderer->SetStreamSourceFreq( 1, ( D3DSTREAMSOURCE_INSTANCEDATA | 1 )) ;
d3dc._SetStreamSource(1, _unifiedVB.Get(), _unifiedVBOffset, sizeof(PARTICLE_INDEX));
Re: (ALLRIGHT) Cant see weapon muzzle flash and zombie blood splash
Thank you stargate!
I will try this now ...
EDIT: FIXED
Thanks to stargate again!
Re: (ALLRIGHT) Cant see weapon muzzle flash and zombie blood splash
Well does somebody also know how to fix this prone bug?
Re: (ALLRIGHT) Cant see weapon muzzle flash and zombie blood splash
Quote:
Originally Posted by
stargate75
Search
Change to
very cool!!!
Re: (ALLRIGHT) Cant see weapon muzzle flash and zombie blood splash
Can somebody please help with the crawl bug?
When I crawl my camera is glitched....
This is so annoying! :/