Heat Haze & Motion Blur [Someone help please]
#1

So I recently reinstalled my GTA SA disk, to find out that in SA-MP I have motion blur when driving to fast, along with heat haze. This has never happend to me, I thought SA-MP disabled this automatically?
I can't figure out how to disable them manually either, can anyone help me?
Reply
#2

You can enable or disable motion blur, random plants with this code:

Код:
// Motion blur
// Enable, you can find MemPut in MTA source code.
MemPut< BYTE > ( 0x704E8A, 0xE8 );
MemPut< BYTE > ( 0x704E8B, 0x11 );
MemPut< BYTE > ( 0x704E8C, 0xE2 );
MemPut< BYTE > ( 0x704E8D, 0xFF );
MemPut< BYTE > ( 0x704E8E, 0xFF );
// Disable
memset((PVOID)0x704E8A,0x90,5);

// Random plants (grass)
MemPut< BYTE > ( 0x0053C159, 0xE8 );
MemPut< BYTE > ( 0x0053C15A, 0x42 );
MemPut< BYTE > ( 0x0053C15B, 0x0E );
MemPut< BYTE > ( 0x0053C15C, 0x0A );
MemPut< BYTE > ( 0x0053C15D, 0x00 );
// Disable
memset((PVOID)0x53C159,0x90,5);
About heat haze I don't know anything, but would be very good to enable it in samp.
Reply
#3

Quote:
Originally Posted by kurta999
Посмотреть сообщение
You can enable or disable motion blur, random plants with this code:

Код:
// Motion blur
// Enable, you can find MemPut in MTA source code.
MemPut< BYTE > ( 0x704E8A, 0xE8 );
MemPut< BYTE > ( 0x704E8B, 0x11 );
MemPut< BYTE > ( 0x704E8C, 0xE2 );
MemPut< BYTE > ( 0x704E8D, 0xFF );
MemPut< BYTE > ( 0x704E8E, 0xFF );
// Disable
memset((PVOID)0x704E8A,0x90,5);

// Random plants (grass)
MemPut< BYTE > ( 0x0053C159, 0xE8 );
MemPut< BYTE > ( 0x0053C15A, 0x42 );
MemPut< BYTE > ( 0x0053C15B, 0x0E );
MemPut< BYTE > ( 0x0053C15C, 0x0A );
MemPut< BYTE > ( 0x0053C15D, 0x00 );
// Disable
memset((PVOID)0x53C159,0x90,5);
About heat haze I don't know anything, but would be very good to enable it in samp.
Where do I put that code in though? And anything I need to change in it? Mind helping me out on Skype or something?
Reply
#4

Download this and extract to your GTA San Andreas directory (where gta_sa.exe located)

http://www.mfr.clans.hu/SAMP/blur_and_grass.rar
Reply
#5

I love you, kurta!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)