Skip to content

Commit 4ba62b7

Browse files
committed
support for latest epic version (#28)
1 parent b604086 commit 4ba62b7

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

src/addresses.cpp

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ static uintptr_t g_Address[Address::COUNT] = {};
66

77
void InitAddresses(bool is_steam)
88
{
9-
g_Address[SANITY_CHECK] = is_steam ? 0x141e7ee40 : 0x141e84958;
9+
g_Address[SANITY_CHECK] = is_steam ? 0x141e7ee40 : 0x141e84ae8;
1010
g_Address[INST_CLOCK] = is_steam ? 0x142c846b0 : 0x142c8aaa8;
1111
g_Address[INST_CHARACTER_MANAGER] = is_steam ? 0x142cb1d40 : 0x142cb8110;
1212
g_Address[INST_GAME_WORLD] = is_steam ? 0x142cb0a48 : 0x142cb6e08;
@@ -18,37 +18,37 @@ void InitAddresses(bool is_steam)
1818
g_Address[INST_HNPKWORLD] = is_steam ? 0x142ce3f30 : 0x142cea370;
1919
g_Address[INST_WORLDTIME] = is_steam ? 0x142cafdb0 : 0x142cb6170;
2020
g_Address[VAR_QUICK_START] = is_steam ? 0x142cb8f40 : 0x142cbf304;
21-
g_Address[IS_INTRO_SEQUENCE_COMPLETE] = is_steam ? 0x140e935b0 : 0x140e9a950;
22-
g_Address[IS_INTRO_MOVIE_COMPLETE] = is_steam ? 0x140e93530 : 0x140e9a8d0;
23-
g_Address[WND_PROC] = is_steam ? 0x140c7fb50 : 0x140c86830;
24-
g_Address[GRAPHICS_FLIP] = is_steam ? 0x140fa2c70 : 0x140fa9fd0;
25-
g_Address[PLAYER_MANAGER_UPDATE] = is_steam ? 0x1498aa770 : 0x14eb62e10;
21+
g_Address[IS_INTRO_SEQUENCE_COMPLETE] = is_steam ? 0x140e935b0 : 0x140e9b0d0;
22+
g_Address[IS_INTRO_MOVIE_COMPLETE] = is_steam ? 0x140e93530 : 0x140e9b050;
23+
g_Address[WND_PROC] = is_steam ? 0x140c7fb50 : 0x140c86fb0;
24+
g_Address[GRAPHICS_FLIP] = is_steam ? 0x140fa2c70 : 0x140faa750;
25+
g_Address[PLAYER_MANAGER_UPDATE] = is_steam ? 0x1498aa770 : 0x14e501500;
2626
g_Address[FIRING_MODULE_CONSUME_AMMO] = is_steam ? 0x140728840 : 0x14072c510;
2727
g_Address[VAR_GAME_STATE] = is_steam ? 0x142cb8f24 : 0x142cbf2d4;
2828
g_Address[VAR_SUSPEND_GAME] = is_steam ? 0x142cbdaf0 : 0x142cc3f90;
29-
g_Address[ALLOC] = is_steam ? 0x140a51dc0 : 0x140a56d90;
30-
g_Address[FREE] = is_steam ? 0x141af8e1c : 0x141b00b5c;
31-
g_Address[GET_DEFAULT_PLATFORM_ALLOCATOR] = is_steam ? 0x140f236f0 : 0x140f2ac00;
29+
g_Address[ALLOC] = is_steam ? 0x140a51dc0 : 0x140a57510;
30+
g_Address[FREE] = is_steam ? 0x141af8e1c : 0x141b012dc;
31+
g_Address[GET_DEFAULT_PLATFORM_ALLOCATOR] = is_steam ? 0x140f236f0 : 0x140f2b380;
3232
g_Address[PLATFORM_ALLOCATOR_FREE] = is_steam ? 0x140838070 : 0x14083c9b0;
3333
g_Address[CHARACTER_MODEL_COPY_PARTS] = is_steam ? 0x14026e9b0 : 0x14026f7f0;
3434
g_Address[CHARACTER_MODEL_SET_PROPERTIES] = is_steam ? 0x14028c790 : 0x14028d4e0;
3535
g_Address[CHARACTER_MODEL_REBUILD_MODEL] = is_steam ? 0x140287840 : 0x140288590;
3636
g_Address[CHARACTER_GET_VEHICLE_PTR] = is_steam ? 0x14054fd50 : 0x140551a10;
3737
g_Address[SEND_EVENT] = is_steam ? 0x140286930 : 0x140287680;
38-
g_Address[SPAWN_SYSTEM_SPAWN] = is_steam ? 0x140badc60 : 0x140bb4290;
39-
g_Address[SPAWN_SYSTEM_PARSE_TAGS] = is_steam ? 0x1499d0740 : 0x14ec92981;
40-
g_Address[SPAWN_SYSTEM_GET_MATCHING_RESOURCES] = is_steam ? 0x140b88770 : 0x140b8e7a0;
38+
g_Address[SPAWN_SYSTEM_SPAWN] = is_steam ? 0x140badc60 : 0x140bb4a10;
39+
g_Address[SPAWN_SYSTEM_PARSE_TAGS] = is_steam ? 0x1499d0740 : 0x14e607061;
40+
g_Address[SPAWN_SYSTEM_GET_MATCHING_RESOURCES] = is_steam ? 0x140b88770 : 0x140b8ef20;
4141
g_Address[WORLDTIME_SET_TIME] = is_steam ? 0x140322720 : 0x140324070;
42-
g_Address[INPUT_LOST_FOCUS] = is_steam ? 0x140fc8560 : 0x140fcde60;
43-
g_Address[INPUT_GAIN_FOCUS] = is_steam ? 0x140fc84b0 : 0x140fcddb0;
42+
g_Address[INPUT_LOST_FOCUS] = is_steam ? 0x140fc8560 : 0x140fce5e0;
43+
g_Address[INPUT_GAIN_FOCUS] = is_steam ? 0x140fc84b0 : 0x140fce530;
4444
g_Address[ENTITY_PROVIDER_CTOR] = is_steam ? 0x14025f860 : 0x140260710;
4545
g_Address[ENTITY_PROVIDER_LOAD_RESOURCES] = is_steam ? 0x140284870 : 0x140285590;
4646
g_Address[ENTITY_PROVIDER_UPDATE_INTERNAL] = is_steam ? 0x140294f20 : 0x140295cd0;
47-
g_Address[DRAW_SKIN_BATCHES] = is_steam ? 0x140d1a150 : 0x140d21090;
47+
g_Address[DRAW_SKIN_BATCHES] = is_steam ? 0x140d1a150 : 0x140d21810;
4848
g_Address[RUNTIME_CONTAINER_GET_HASH] = is_steam ? 0x140091360 : 0x140090f60;
49-
g_Address[VTABLE_RENDERBLOCKCHARACTER] = is_steam ? 0x141eac3a0 : 0x141eb1ec0;
50-
g_Address[VTABLE_RENDERBLOCKCHARACTERSKIN] = is_steam ? 0x141eac550 : 0x141eb2070;
51-
g_Address[VTABLE_RENDERBLOCKGENERAL] = is_steam ? 0x141ebdf50 : 0x141ec3a80;
49+
g_Address[VTABLE_RENDERBLOCKCHARACTER] = is_steam ? 0x141eac3a0 : 0x141eb2050;
50+
g_Address[VTABLE_RENDERBLOCKCHARACTERSKIN] = is_steam ? 0x141eac550 : 0x141eb2200;
51+
g_Address[VTABLE_RENDERBLOCKGENERAL] = is_steam ? 0x141ebdf50 : 0x141ec3c10;
5252
}
5353

5454
uintptr_t GetAddress(Address address)

0 commit comments

Comments
 (0)