diff --git a/SAFix/SilentPatchSA.cpp b/SAFix/SilentPatchSA.cpp index 7bb3f9f..482fb5f 100644 --- a/SAFix/SilentPatchSA.cpp +++ b/SAFix/SilentPatchSA.cpp @@ -2402,11 +2402,14 @@ void Patch_SA_10() // Bilinear filtering for license plates //Patch(0x6FD528, rwFILTERLINEAR); - //Patch(0x6FDF47, rwFILTERLINEAR); + Patch(0x6FDF47, rwFILTERLINEAR); // -//- Roadsign maganer //Patch(0x6FE147, rwFILTERLINEAR); + // Bilinear filtering with mipmaps for weapon icons + Patch(0x58D7DA, rwFILTERMIPLINEAR); + // Illumination value from timecyc.dat properly using floats Patch(0x5BBFC9, 0x14EB); @@ -2640,6 +2643,16 @@ void Patch_SA_11() Patch(0x448C5B, *(bool**)0x44AD18); Patch(0x448C5F, 0xC3); + // Bilinear filtering for license plates + //Patch(0x6FD528, rwFILTERLINEAR); + Patch(0x6FE777, rwFILTERLINEAR); + + // -//- Roadsign maganer + //Patch(0x6FE147, rwFILTERLINEAR); + + // Bilinear filtering with mipmaps for weapon icons + Patch(0x58DFAA, rwFILTERMIPLINEAR); + // Illumination value from timecyc.dat properly using floats Patch(0x5BC7A9, 0x14EB); @@ -2847,6 +2860,16 @@ void Patch_SA_Steam() Patch(0x44CB58, *(bool**)0x44EEBA); Patch(0x44CB5C, 0x0000); + // Bilinear filtering for license plates + //Patch(0x6FD528, rwFILTERLINEAR); + Patch(0x736B30, rwFILTERLINEAR); + + // -//- Roadsign maganer + //Patch(0x6FE147, rwFILTERLINEAR); + + // Bilinear filtering with mipmaps for weapon icons + Patch(0x59BD9C, rwFILTERMIPLINEAR); + // Illumination value from timecyc.dat properly using floats Patch(0x5DAF6B, 0x2CEB);