vfx name patch
This commit is contained in:
parent
a47448b2a8
commit
7a011437d7
@ -312,6 +312,9 @@ namespace patches
|
|||||||
utils::hook::set<uint8_t>(0xC5A200_b, 0xC3);
|
utils::hook::set<uint8_t>(0xC5A200_b, 0xC3);
|
||||||
|
|
||||||
utils::hook::set(0x6D5280_b, 0xC301B0); // NetConstStrings_IsPrecacheAllowed
|
utils::hook::set(0x6D5280_b, 0xC301B0); // NetConstStrings_IsPrecacheAllowed
|
||||||
|
|
||||||
|
// skip "fx/" and "vfx/" name prefix checks (move this to map_patches)
|
||||||
|
utils::hook::set<uint8_t>(0xB34889_b, 0xEB); // Scr_LoadFx
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user