s20-s23 much better

This commit is contained in:
Gray
2025-07-18 02:49:40 -04:00
parent d769fbc1b2
commit 8f0ce8919e
12 changed files with 229 additions and 52 deletions

View File

@@ -514,6 +514,14 @@ void Offsets::FindAll()
{
Offsets::ReplicationFrame = 0x3D8;
}
if (std::floor(Fortnite_Version) == 22)
{
Offsets::ReplicationFrame = 0x428; // checked only on 22.30
}
if (Fortnite_Version >= 23)
{
Offsets::ReplicationFrame = 0x440; // checked only on 23.40
}
Offsets::IsNetRelevantFor = FindIsNetRelevantForOffset();
Offsets::Script = Offsets::Children + 8 + 4 + 4;