shotgun seeds (dumped from aw. noop), mindamage (almost)

This commit is contained in:
explorer
2024-10-12 05:19:00 +03:00
parent 9e8f4ae26e
commit 3dab45c4aa
9 changed files with 455 additions and 274 deletions

View File

@ -24,12 +24,12 @@ void __cdecl Redirected_Update_Animations()
if ((*(__int8*)((unsigned __int32)Animation_List + 8 * Entity_Number + 4) & 1) != 0)
{
using Update_Animation_Type = void(__thiscall**)(void* Entity);
void* Entity = *(void**)((unsigned __int32)Animation_List + 8 * Entity_Number);
*(float*)((unsigned __int32)Entity + 328) = Update_Animation_Time - Global_Variables->Frame_Time;
using Update_Animation_Type = void(__thiscall**)(void* Entity);
(*Update_Animation_Type(*(unsigned __int32*)Entity + 808))(Entity);
}