mirror of
https://github.com/CookiePLMonster/SilentPatch.git
synced 2024-12-29 15:23:02 +05:00
Bilinear filtering with mipmaps for weapon icons
This commit is contained in:
parent
20b2f09e8a
commit
aa5a6ef1fe
1 changed files with 24 additions and 1 deletions
|
@ -2402,11 +2402,14 @@ void Patch_SA_10()
|
|||
|
||||
// Bilinear filtering for license plates
|
||||
//Patch<BYTE>(0x6FD528, rwFILTERLINEAR);
|
||||
//Patch<BYTE>(0x6FDF47, rwFILTERLINEAR);
|
||||
Patch<BYTE>(0x6FDF47, rwFILTERLINEAR);
|
||||
|
||||
// -//- Roadsign maganer
|
||||
//Patch<BYTE>(0x6FE147, rwFILTERLINEAR);
|
||||
|
||||
// Bilinear filtering with mipmaps for weapon icons
|
||||
Patch<BYTE>(0x58D7DA, rwFILTERMIPLINEAR);
|
||||
|
||||
// Illumination value from timecyc.dat properly using floats
|
||||
Patch<WORD>(0x5BBFC9, 0x14EB);
|
||||
|
||||
|
@ -2640,6 +2643,16 @@ void Patch_SA_11()
|
|||
Patch<bool*>(0x448C5B, *(bool**)0x44AD18);
|
||||
Patch<BYTE>(0x448C5F, 0xC3);
|
||||
|
||||
// Bilinear filtering for license plates
|
||||
//Patch<BYTE>(0x6FD528, rwFILTERLINEAR);
|
||||
Patch<BYTE>(0x6FE777, rwFILTERLINEAR);
|
||||
|
||||
// -//- Roadsign maganer
|
||||
//Patch<BYTE>(0x6FE147, rwFILTERLINEAR);
|
||||
|
||||
// Bilinear filtering with mipmaps for weapon icons
|
||||
Patch<BYTE>(0x58DFAA, rwFILTERMIPLINEAR);
|
||||
|
||||
// Illumination value from timecyc.dat properly using floats
|
||||
Patch<WORD>(0x5BC7A9, 0x14EB);
|
||||
|
||||
|
@ -2847,6 +2860,16 @@ void Patch_SA_Steam()
|
|||
Patch<bool*>(0x44CB58, *(bool**)0x44EEBA);
|
||||
Patch<WORD>(0x44CB5C, 0x0000);
|
||||
|
||||
// Bilinear filtering for license plates
|
||||
//Patch<BYTE>(0x6FD528, rwFILTERLINEAR);
|
||||
Patch<BYTE>(0x736B30, rwFILTERLINEAR);
|
||||
|
||||
// -//- Roadsign maganer
|
||||
//Patch<BYTE>(0x6FE147, rwFILTERLINEAR);
|
||||
|
||||
// Bilinear filtering with mipmaps for weapon icons
|
||||
Patch<BYTE>(0x59BD9C, rwFILTERMIPLINEAR);
|
||||
|
||||
// Illumination value from timecyc.dat properly using floats
|
||||
Patch<WORD>(0x5DAF6B, 0x2CEB);
|
||||
|
||||
|
|
Loading…
Reference in a new issue