[Tutorial] How To Fix "Weapon Tracer" (Bullet)

Experienced Elementalist
Joined
Nov 6, 2013
Messages
251
Reaction score
22
Hi all,

I made my first tutorail on RZ :)
It will fixed the problem of the new source: Weapon Tracer (When I shoot with a weapon I may not see the bullet)

GO !

Download This :
and put it in : \WarZ\src\Eternity\Source

Then, open warz.sln and build solution and then RSBuild :)

Thanks to DragonKon (FinalEnd)


PS : Sorry for my english :p
 
Search
d3dc._SetStreamSource( 0, _instanceVB.Get(), 0, 0 );
r3dRenderer->SetStreamSourceFreq( 1, ( D3DSTREAMSOURCE_INSTANCEDATA | 1 )) ;
d3dc._SetStreamSource(1, _unifiedVB.Get(), _unifiedVBOffset, 0);

Change to
d3dc._SetStreamSource( 0, _instanceVB.Get(), 0, sizeof(PARTICLE_INSTANCE) );
r3dRenderer->SetStreamSourceFreq( 1, ( D3DSTREAMSOURCE_INSTANCEDATA | 1 )) ;
d3dc._SetStreamSource(1, _unifiedVB.Get(), _unifiedVBOffset, sizeof(PARTICLE_INDEX));

FIXED!
 
nice to see that useres are still sharing stuff for the allright source here.
But i already fixed that :/
When somebody could also make a tutorial for the prone bug ... this guy would just made my day :)

Anyway thanks for sharing this!
 
nice to see that useres are still sharing stuff for the allright source here.
But i already fixed that :/
When somebody could also make a tutorial for the prone bug ... this guy would just made my day :)

Anyway thanks for sharing this!
If u need a tut on how to fix something, please clode whatever emu u have.

The reason i dont go around telling people how to fix crashes, vehicles, groups, bugs, etc is because no one can do it otherwise.

Maybe makes no sense but ... oh well..
 
I know how to fix stuff and i will not close my emulator ...
But giving people help with this problem will safe a lot of time

so stop bitching!
 
If u need a tut on how to fix something, please clode whatever emu u have.

The reason i dont go around telling people how to fix crashes, vehicles, groups, bugs, etc is because no one can do it otherwise.

Maybe makes no sense but ... oh well..

don't forget sharing and help ....
the only one who did not "sense", your presence here.
 
Well i already said how to fix lots a bugs but the only thing u all want os the code. I told u, to fix the crash , open it up on olly and log it. You will have the clue in the logs.
And to fix the prone bug, copy its animation and camera from dnc.
I said it many times.. but no one ever listens. Because they only want code, and copypaste. And i dont like people copypasting stuff and putting in their emus.
 
Well i already said how to fix lots a bugs but the only thing u all want os the code. I told u, to fix the crash , open it up on olly and log it. You will have the clue in the logs.
And to fix the prone bug, copy its animation and camera from dnc.
I said it many times.. but no one ever listens. Because they only want code, and copypaste. And i dont like people copypasting stuff and putting in their emus.

Create a post called "How To Fix Prone Bug" with your solution (explain, so that everyone will understand)
, if the person doesn't want to do it is their problem :)
 
Well i already said how to fix lots a bugs but the only thing u all want os the code. I told u, to fix the crash , open it up on olly and log it. You will have the clue in the logs.
And to fix the prone bug, copy its animation and camera from dnc.
I said it many times.. but no one ever listens. Because they only want code, and copypaste. And i dont like people copypasting stuff and putting in their emus.

With copypaste stuff its would be faster but I also dont really like that.
But this is what I wanted ... just a small description how we can fix these errors.
So thank you that you give us a small help at fixing this.

P.S: I already had the idea with the camera from dnc ... but it doesnt worked yet because I forgot something.
 
With copypaste stuff its would be faster but I also dont really like that.
But this is what I wanted ... just a small description how we can fix these errors.
So thank you that you give us a small help at fixing this.

P.S: I already had the idea with the camera from dnc ... but it doesnt worked yet because I forgot something.

We need to change some file but not all file.
 
I edited now HUD_TPSGAME and fixed it a bit ...
I can see now my weapon and everything when Im prone but the camera is still up ...
Well why should we also edit the animations?
It has nothing todo with the camera or does it?
 
Back