@rlsdk/steam 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/classes/AkAudio.ts +1 -12
- package/classes/Core.ts +18 -10
- package/classes/Engine.ts +3 -2
- package/classes/GFxUI.ts +3 -31
- package/classes/IpDrv.ts +1 -11
- package/classes/OnlineSubsystemEOS.ts +4 -34
- package/classes/OnlineSubsystemSteamworks.ts +1 -9
- package/classes/ProjectX.ts +91 -67
- package/classes/TAGame.ts +2897 -2209
- package/classes/WinDrv.ts +1 -8
- package/constants/TAGame.ts +3 -1
- package/enums/Core.ts +34 -0
- package/enums/Engine.ts +2 -1
- package/enums/TAGame.ts +27 -4
- package/offsets/Core.ts +18 -10
- package/offsets/ProjectX.ts +73 -46
- package/offsets/TAGame.ts +2659 -2140
- package/offsets/globals.ts +2 -2
- package/package.json +5 -4
- package/parameters/AkAudio.ts +2 -18
- package/parameters/Core.ts +2 -27
- package/parameters/Engine.ts +16 -30
- package/parameters/GFxUI.ts +1 -9
- package/parameters/IpDrv.ts +2 -19
- package/parameters/OnlineSubsystemEOS.ts +7 -29
- package/parameters/ProjectX.ts +317 -274
- package/parameters/TAGame.ts +3260 -1464
- package/structs/Core.ts +1 -7
- package/structs/OnlineSubsystemSteamworks.ts +2 -13
- package/structs/ProjectX.ts +3 -18
- package/structs/TAGame.ts +100 -60
package/classes/WinDrv.ts
CHANGED
|
@@ -4,14 +4,7 @@
|
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
import type { FPointer } from '../structs/Core';
|
|
7
|
-
import type {
|
|
8
|
-
UAudioDevice,
|
|
9
|
-
UClient,
|
|
10
|
-
UFacebookIntegration,
|
|
11
|
-
UForceFeedbackManager,
|
|
12
|
-
UHttpRequestInterface,
|
|
13
|
-
UHttpResponseInterface,
|
|
14
|
-
} from './Engine';
|
|
7
|
+
import type { UAudioDevice, UClient, UFacebookIntegration, UForceFeedbackManager, UHttpRequestInterface, UHttpResponseInterface } from './Engine';
|
|
15
8
|
|
|
16
9
|
/**
|
|
17
10
|
* Class WinDrv.FacebookWindows
|
package/constants/TAGame.ts
CHANGED
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
export const AimNodeName = "'AimNode'"; // TAGame.InMapDragonManager_TA.AimNodeName
|
|
7
7
|
export const AttributeKey_Quality = "'Quality'"; // TAGame._ShopTypes_TA.AttributeKey_Quality
|
|
8
|
+
export const BAD_LABEL_TAG = '"<bad-decal-label>"'; // TAGame.GFxData_ProductAttribute_TeamEdition_TA.BAD_LABEL_TAG
|
|
8
9
|
export const BoostLevel_Activated = '0.0f'; // TAGame.EngineAudioRevSimBoostLevel_TA.BoostLevel_Activated
|
|
9
10
|
export const BoostLevel_Active = '1.0f'; // TAGame.EngineAudioRevSimBoostLevel_TA.BoostLevel_Active
|
|
10
11
|
export const BoostLevel_Inactive = '-1.0f'; // TAGame.EngineAudioRevSimBoostLevel_TA.BoostLevel_Inactive
|
|
@@ -31,10 +32,11 @@ export const MaxConcurrentItemCount = 3; // TAGame.RumblePickups_TA.MaxConcurren
|
|
|
31
32
|
export const MaxFriendKeyLength = 64; // TAGame.PRI_TA.MaxFriendKeyLength
|
|
32
33
|
export const MaxLoadoutSets = 75; // TAGame.ProfileLoadoutSave_TA.MaxLoadoutSets
|
|
33
34
|
export const MaxSteeringSensitivity = '10.f'; // TAGame.VehicleSim_TA.MaxSteeringSensitivity
|
|
34
|
-
export const MENU_BG_SWITCH_VERSION =
|
|
35
|
+
export const MENU_BG_SWITCH_VERSION = 13; // TAGame.SeqAct_MainMenuSwitch_TA.MENU_BG_SWITCH_VERSION
|
|
35
36
|
export const MenuTreeMaxDepth = 20; // TAGame.MenuTreeBuilder_TA.MenuTreeMaxDepth
|
|
36
37
|
export const Mutator_MatchAdmin = "'MatchCreatorAdminEnabled'"; // TAGame._Types_TA.Mutator_MatchAdmin
|
|
37
38
|
export const MutatorCategory_MatchAdmin = "'MatchAdmin'"; // TAGame._Types_TA.MutatorCategory_MatchAdmin
|
|
39
|
+
export const NudgeClearanceZ = '0.2f'; // TAGame.GameEvent_TrainingEditor_TA.NudgeClearanceZ
|
|
38
40
|
export const PartyPresenceId = 10; // TAGame.GFxData_Friends_TA.PartyPresenceId
|
|
39
41
|
export const PerfMetricsVersion = 2; // TAGame.PerfMetrics_TA.PerfMetricsVersion
|
|
40
42
|
export const PlayerCountIrrelevant = '"NO_COUNT"'; // TAGame.LoadingScreen_TA.PlayerCountIrrelevant
|
package/enums/Core.ts
CHANGED
|
@@ -1523,6 +1523,40 @@ export enum EContentKeyIndex_PrimeUpdate58_1 {
|
|
|
1523
1523
|
PrimeUpdate58_1_MAX = 15,
|
|
1524
1524
|
}
|
|
1525
1525
|
|
|
1526
|
+
/**
|
|
1527
|
+
* Enum Core._Types_Generated.EContentKeyIndex_PrimeUpdate59
|
|
1528
|
+
*/
|
|
1529
|
+
export enum EContentKeyIndex_PrimeUpdate59 {
|
|
1530
|
+
PrimeUpdate59_FDB1CD2A7CB6517E388713EF59C60C5D = 0,
|
|
1531
|
+
PrimeUpdate59_0F637C13433857F5AF75127D6377C45D = 1,
|
|
1532
|
+
PrimeUpdate59_E8BE978E0AB20F00CD67B714A7E47284 = 2,
|
|
1533
|
+
PrimeUpdate59_B6C9B69C030BC04466A021C2684C715A = 3,
|
|
1534
|
+
PrimeUpdate59_4D0D414E063EE6F771F0F3F0B6224DEC = 4,
|
|
1535
|
+
PrimeUpdate59_55E85A676D853784068DA62178AFB60F = 5,
|
|
1536
|
+
PrimeUpdate59_73F4E89E4933BB52368E263D78DD026A = 6,
|
|
1537
|
+
PrimeUpdate59_25ECC11967AC82D0B71F18FE07EE9A2D = 7,
|
|
1538
|
+
PrimeUpdate59_3204120809628B6FDBEB1192FF49B677 = 8,
|
|
1539
|
+
PrimeUpdate59_A3D9F5898BB7555E8E571012EAAED078 = 9,
|
|
1540
|
+
PrimeUpdate59_C939A6CDDDC026AA81D4965BE5D81762 = 10,
|
|
1541
|
+
PrimeUpdate59_3CD948362E9DA8347151F7CABE00ED04 = 11,
|
|
1542
|
+
PrimeUpdate59_431C64B6B75D5C8CEC48862AF2ABFF2E = 12,
|
|
1543
|
+
PrimeUpdate59_E076EBADF11D37D338A4640906EE7209 = 13,
|
|
1544
|
+
PrimeUpdate59_2BBF2C77EF1935BB18A69B1430D57F0F = 14,
|
|
1545
|
+
PrimeUpdate59_635ECB2A12743E169C1B35A6493D63C9 = 15,
|
|
1546
|
+
PrimeUpdate59_D257DF4A5897C55A75AD9592F308AAC5 = 16,
|
|
1547
|
+
PrimeUpdate59_F477BF091EFE196F3CC62F427D9EE195 = 17,
|
|
1548
|
+
PrimeUpdate59_B0BE4329B002806870532C4A3B73BB7C = 18,
|
|
1549
|
+
PrimeUpdate59_66B2D161AAB37A0C78E6513AB429D129 = 19,
|
|
1550
|
+
PrimeUpdate59_649CB7E7B14E1E597C0CA0D91747AE9E = 20,
|
|
1551
|
+
PrimeUpdate59_EB60A0FAEDB4B6E6F5E4038CCD670054 = 21,
|
|
1552
|
+
PrimeUpdate59_FB8650A999D5E7C19222C3F24311ED8E = 22,
|
|
1553
|
+
PrimeUpdate59_B601ECE5C9151E37590973A58DC0EBA6 = 23,
|
|
1554
|
+
PrimeUpdate59_39E72FD34B7EA9DC466C8CA5A769B5F6 = 24,
|
|
1555
|
+
PrimeUpdate59_5B6C3F332D26CDA141D63410EBB1269E = 25,
|
|
1556
|
+
PrimeUpdate59_B9697D65225100541480F944500C845D = 26,
|
|
1557
|
+
PrimeUpdate59_MAX = 27,
|
|
1558
|
+
}
|
|
1559
|
+
|
|
1526
1560
|
/**
|
|
1527
1561
|
* Enum Core.Object.EDebugBreakType
|
|
1528
1562
|
*/
|
package/enums/Engine.ts
CHANGED
package/enums/TAGame.ts
CHANGED
|
@@ -297,6 +297,17 @@ export enum EAITeam {
|
|
|
297
297
|
AITeam_MAX = 3,
|
|
298
298
|
}
|
|
299
299
|
|
|
300
|
+
/**
|
|
301
|
+
* Enum TAGame._Types_TA.EAnonymizationTargets
|
|
302
|
+
*/
|
|
303
|
+
export enum EAnonymizationTargets {
|
|
304
|
+
ToNobody = 0,
|
|
305
|
+
ToTeammates = 1,
|
|
306
|
+
ToOpponents = 2,
|
|
307
|
+
ToEveryone = 3,
|
|
308
|
+
EAnonymizationTargets_MAX = 4,
|
|
309
|
+
}
|
|
310
|
+
|
|
300
311
|
/**
|
|
301
312
|
* Enum TAGame._Types_TA.EArchiveProductFilter
|
|
302
313
|
*/
|
|
@@ -926,6 +937,14 @@ export enum EGameplaySettingsSaveVersion {
|
|
|
926
937
|
EGameplaySettingsSaveVersion_MAX = 2,
|
|
927
938
|
}
|
|
928
939
|
|
|
940
|
+
/**
|
|
941
|
+
* Enum TAGame.ProfileCameraSave_TA.EGameplaySettingsSaveVersion
|
|
942
|
+
*/
|
|
943
|
+
export enum EGameplaySettingsSaveVersion {
|
|
944
|
+
EProfileCameraSaveVersion_DemoSpawnSelection = 0,
|
|
945
|
+
EProfileCameraSaveVersion_MAX = 1,
|
|
946
|
+
}
|
|
947
|
+
|
|
929
948
|
/**
|
|
930
949
|
* Enum TAGame._Types_TA.EGoalResetType
|
|
931
950
|
*/
|
|
@@ -1122,7 +1141,8 @@ export enum ELicenseGroup {
|
|
|
1122
1141
|
*/
|
|
1123
1142
|
export enum ELoadoutSaveVersion {
|
|
1124
1143
|
ELoadoutSaveVersion_InstanceIDV2 = 0,
|
|
1125
|
-
|
|
1144
|
+
ELoadoutSaveVersion_NewColorSet = 1,
|
|
1145
|
+
ELoadoutSaveVersion_MAX = 2,
|
|
1126
1146
|
}
|
|
1127
1147
|
|
|
1128
1148
|
/**
|
|
@@ -1169,7 +1189,8 @@ export enum EMainMenuBackground {
|
|
|
1169
1189
|
MMBG_Anniversary = 28,
|
|
1170
1190
|
MMBG_Mall = 29,
|
|
1171
1191
|
MMBG_Paris = 30,
|
|
1172
|
-
|
|
1192
|
+
MMBG_FuturaNight = 31,
|
|
1193
|
+
MMBG_MAX = 32,
|
|
1173
1194
|
}
|
|
1174
1195
|
|
|
1175
1196
|
/**
|
|
@@ -1792,7 +1813,8 @@ export enum EReplayVersion {
|
|
|
1792
1813
|
ReplayVersion_MutatorSeekFree = 6,
|
|
1793
1814
|
ReplayVersion_ClubColors = 7,
|
|
1794
1815
|
ReplayVersion_CameraTrack = 8,
|
|
1795
|
-
|
|
1816
|
+
ReplayVersion_CarColorSet = 9,
|
|
1817
|
+
ReplayVersion_MAX = 10,
|
|
1796
1818
|
}
|
|
1797
1819
|
|
|
1798
1820
|
/**
|
|
@@ -1885,7 +1907,8 @@ export enum ERotationType {
|
|
|
1885
1907
|
*/
|
|
1886
1908
|
export enum ESaveExportSchemaVersion {
|
|
1887
1909
|
SaveExportVersion_Base = 0,
|
|
1888
|
-
|
|
1910
|
+
SaveExportVersion_Products = 1,
|
|
1911
|
+
SaveExportVersion_Max = 2,
|
|
1889
1912
|
}
|
|
1890
1913
|
|
|
1891
1914
|
/**
|
package/offsets/Core.ts
CHANGED
|
@@ -703,16 +703,24 @@ export const FeatureSystem = {
|
|
|
703
703
|
Thistle: 0x0078n, // 0x0078 (0x0004) [bool : 0x4000000]
|
|
704
704
|
DemoFXMutator: 0x0078n, // 0x0078 (0x0004) [bool : 0x8000000]
|
|
705
705
|
OffProdHandling: 0x0078n, // 0x0078 (0x0004) [bool : 0x10000000]
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
706
|
+
FlipResetIndicator: 0x0078n, // 0x0078 (0x0004) [bool : 0x40000000]
|
|
707
|
+
NewsOverhaul: 0x0078n, // 0x0078 (0x0004) [bool : 0x80000000]
|
|
708
|
+
QueueMenuChanges: 0x007cn, // 0x007c (0x0004) [bool : 0x1]
|
|
709
|
+
VisibleMMR: 0x007cn, // 0x007c (0x0004) [bool : 0x2]
|
|
710
|
+
EasyAntiCheat: 0x007cn, // 0x007c (0x0004) [bool : 0x4]
|
|
711
|
+
OverrideBoostSound: 0x007cn, // 0x007c (0x0004) [bool : 0x8]
|
|
712
|
+
SettingsExport: 0x007cn, // 0x007c (0x0004) [bool : 0x10]
|
|
713
|
+
RBActorStatGraphs: 0x007cn, // 0x007c (0x0004) [bool : 0x80]
|
|
714
|
+
DemoSpawnSelection: 0x007cn, // 0x007c (0x0004) [bool : 0x100]
|
|
715
|
+
FreeplayTeamColors: 0x007cn, // 0x007c (0x0004) [bool : 0x200]
|
|
716
|
+
HitboxVisualizer: 0x007cn, // 0x007c (0x0004) [bool : 0x400]
|
|
717
|
+
StatsAPI: 0x007cn, // 0x007c (0x0004) [bool : 0x800]
|
|
718
|
+
TrainingAdditions: 0x007cn, // 0x007c (0x0004) [bool : 0x1000]
|
|
719
|
+
ScorerGoalViewToggle: 0x007cn, // 0x007c (0x0004) [bool : 0x2000]
|
|
720
|
+
StreamerSafe: 0x007cn, // 0x007c (0x0004) [bool : 0x4000]
|
|
721
|
+
WorldCup: 0x007cn, // 0x007c (0x0004) [bool : 0x8000]
|
|
722
|
+
ImprovedPresence: 0x007cn, // 0x007c (0x0004) [bool : 0x40000]
|
|
723
|
+
AutoSkipGoalReplay: 0x007cn, // 0x007c (0x0004) [bool : 0x80000]
|
|
716
724
|
...Object_,
|
|
717
725
|
} as const;
|
|
718
726
|
|
package/offsets/ProjectX.ts
CHANGED
|
@@ -41,11 +41,10 @@ export const ____OnlineGameParty_X__UpdatePartyInfo_0x1____OnlineGameParty_X__Up
|
|
|
41
41
|
* Size: 0x0070
|
|
42
42
|
* Extends: Object_
|
|
43
43
|
*/
|
|
44
|
-
export const ____OnlinePlayerStorageQueue_X__HandleStorageSuccess_0x2____OnlinePlayerStorageQueue_X__HandleStorageSuccess_0x4_0x1 =
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
} as const;
|
|
44
|
+
export const ____OnlinePlayerStorageQueue_X__HandleStorageSuccess_0x2____OnlinePlayerStorageQueue_X__HandleStorageSuccess_0x4_0x1 = {
|
|
45
|
+
R: 0x0060n, // 0x0060 (0x0010) [FSetPlayerStorageResultItem]
|
|
46
|
+
...Object_,
|
|
47
|
+
} as const;
|
|
49
48
|
|
|
50
49
|
/**
|
|
51
50
|
* ProjectX.__AdHocBrowser_X__CreateErrorDelegate_0x1 Offsets
|
|
@@ -560,11 +559,12 @@ export const __OnlineClubProvider_X__SyncPlayerClubDetails_0x1 = {
|
|
|
560
559
|
|
|
561
560
|
/**
|
|
562
561
|
* ProjectX.__OnlineGame_X__CheckPsyNetConnection_0x1 Offsets
|
|
563
|
-
* Size:
|
|
562
|
+
* Size: 0x0078
|
|
564
563
|
* Extends: Object_
|
|
565
564
|
*/
|
|
566
565
|
export const __OnlineGame_X__CheckPsyNetConnection_0x1 = {
|
|
567
566
|
Task: 0x0060n, // 0x0060 (0x0008) [UAsyncTask*]
|
|
567
|
+
ActiveLoginAttemptPlayers: 0x0068n, // 0x0068 (0x0010) [TArray<UOnlinePlayer_X*>]
|
|
568
568
|
...Object_,
|
|
569
569
|
} as const;
|
|
570
570
|
|
|
@@ -1040,6 +1040,16 @@ export const __PartySequence_JoinParty_X__HandleGetPlatformPartyMessage_0x1 = {
|
|
|
1040
1040
|
...Object_,
|
|
1041
1041
|
} as const;
|
|
1042
1042
|
|
|
1043
|
+
/**
|
|
1044
|
+
* ProjectX.__PlayerController_X__CloseConnectionWithReason_0x1 Offsets
|
|
1045
|
+
* Size: 0x0070
|
|
1046
|
+
* Extends: Object_
|
|
1047
|
+
*/
|
|
1048
|
+
export const __PlayerController_X__CloseConnectionWithReason_0x1 = {
|
|
1049
|
+
Reason: 0x0060n, // 0x0060 (0x0010) [FString]
|
|
1050
|
+
...Object_,
|
|
1051
|
+
} as const;
|
|
1052
|
+
|
|
1043
1053
|
/**
|
|
1044
1054
|
* ProjectX.__PRI_X__RegisterPlayerWithSession_0x1 Offsets
|
|
1045
1055
|
* Size: 0x0068
|
|
@@ -2402,13 +2412,14 @@ export const BlockStatusReporterConfig_X = {
|
|
|
2402
2412
|
|
|
2403
2413
|
/**
|
|
2404
2414
|
* ProjectX.BlogConfig_X Offsets
|
|
2405
|
-
* Size:
|
|
2415
|
+
* Size: 0x00a0
|
|
2406
2416
|
* Extends: OnlineConfig_X
|
|
2407
2417
|
*/
|
|
2408
2418
|
export const BlogConfig_X = {
|
|
2409
2419
|
Entries: 0x0078n, // 0x0078 (0x0010) [TArray<UBlogTile_X*>]
|
|
2410
2420
|
MotD: 0x0088n, // 0x0088 (0x0010) [FString]
|
|
2411
2421
|
RetryTime: 0x0098n, // 0x0098 (0x0004) [float]
|
|
2422
|
+
RequestDelay: 0x009cn, // 0x009c (0x0004) [float]
|
|
2412
2423
|
...OnlineConfig_X,
|
|
2413
2424
|
} as const;
|
|
2414
2425
|
|
|
@@ -5421,11 +5432,12 @@ export const FOrientation = {
|
|
|
5421
5432
|
|
|
5422
5433
|
/**
|
|
5423
5434
|
* ProjectX.SystemMetrics_X.OSMetrics Offsets
|
|
5424
|
-
* Size:
|
|
5435
|
+
* Size: 0x0030
|
|
5425
5436
|
*/
|
|
5426
5437
|
export const FOSMetrics = {
|
|
5427
5438
|
Type: 0x0000n, // 0x0000 (0x0010) [FString]
|
|
5428
5439
|
Bits: 0x0010n, // 0x0010 (0x0010) [FString]
|
|
5440
|
+
Native: 0x0020n, // 0x0020 (0x0010) [FString]
|
|
5429
5441
|
} as const;
|
|
5430
5442
|
|
|
5431
5443
|
/**
|
|
@@ -8112,6 +8124,7 @@ export const LocalCache_X = {
|
|
|
8112
8124
|
ExportTasks: 0x0088n, // 0x0088 (0x0010) [TArray<FPointer>]
|
|
8113
8125
|
ExportCallbacks: 0x0098n, // 0x0098 (0x0010) [TArray<FCacheExportCallbackData>]
|
|
8114
8126
|
bDebug: 0x00a8n, // 0x00a8 (0x0004) [bool : 0x1]
|
|
8127
|
+
GLocalCacheCommitPending: 0x00a8n, // 0x00a8 (0x0004) [bool : 0x2]
|
|
8115
8128
|
__EventImportFinished__Delegate: 0x00b0n, // 0x00b0 (0x0018) [FScriptDelegate]
|
|
8116
8129
|
__EventExportFinished__Delegate: 0x00c8n, // 0x00c8 (0x0018) [FScriptDelegate]
|
|
8117
8130
|
...Object_,
|
|
@@ -9018,7 +9031,7 @@ export const OnlineGameLeaderboards_X = {
|
|
|
9018
9031
|
|
|
9019
9032
|
/**
|
|
9020
9033
|
* ProjectX.OnlineGameMatchmakingBase_X Offsets
|
|
9021
|
-
* Size:
|
|
9034
|
+
* Size: 0x0148
|
|
9022
9035
|
* Extends: Online_X
|
|
9023
9036
|
*/
|
|
9024
9037
|
export const OnlineGameMatchmakingBase_X = {
|
|
@@ -9029,36 +9042,37 @@ export const OnlineGameMatchmakingBase_X = {
|
|
|
9029
9042
|
__EventFindGameStatus__Delegate: 0x00e8n, // 0x00e8 (0x0018) [FScriptDelegate]
|
|
9030
9043
|
__EventFindGameError__Delegate: 0x0100n, // 0x0100 (0x0018) [FScriptDelegate]
|
|
9031
9044
|
__EventFindGameStateChanged__Delegate: 0x0118n, // 0x0118 (0x0018) [FScriptDelegate]
|
|
9045
|
+
__EventGetMatchmakingDelaySecs__Delegate: 0x0130n, // 0x0130 (0x0018) [FScriptDelegate]
|
|
9032
9046
|
...Online_X,
|
|
9033
9047
|
} as const;
|
|
9034
9048
|
|
|
9035
9049
|
/**
|
|
9036
9050
|
* ProjectX.OnlineGameMatchmaking_X Offsets
|
|
9037
|
-
* Size:
|
|
9051
|
+
* Size: 0x0280
|
|
9038
9052
|
* Extends: OnlineGameMatchmakingBase_X
|
|
9039
9053
|
*/
|
|
9040
9054
|
export const OnlineGameMatchmaking_X = {
|
|
9041
|
-
PreferredPlaylists:
|
|
9042
|
-
PreferredRegions:
|
|
9043
|
-
SearchingString:
|
|
9044
|
-
StartSearchFailString:
|
|
9045
|
-
FoundServerString:
|
|
9046
|
-
PlaylistsHaveChangedString:
|
|
9047
|
-
RegionsHaveChangedString:
|
|
9048
|
-
MatchmakingAttemptString:
|
|
9049
|
-
MatchmakingStartTime:
|
|
9050
|
-
MatchmakingBanTime:
|
|
9051
|
-
EstimatedQueueTime:
|
|
9052
|
-
bIgnoreSkill:
|
|
9053
|
-
MatchmakingDisabledDuration:
|
|
9054
|
-
MatchmakingDisabledUntilTime:
|
|
9055
|
-
LastReservationID:
|
|
9056
|
-
__EventStartSearch__Delegate:
|
|
9057
|
-
__EventMatchmakingError__Delegate:
|
|
9058
|
-
__EventMatchmakingCanceledOnPartySizeChanged__Delegate:
|
|
9059
|
-
__EventMatchmakingRPCSuccess__Delegate:
|
|
9060
|
-
__EventMatchmakingRPCError__Delegate:
|
|
9061
|
-
__EventSendMatchmakingRPC__Delegate:
|
|
9055
|
+
PreferredPlaylists: 0x0148n, // 0x0148 (0x0010) [TArray<int32>]
|
|
9056
|
+
PreferredRegions: 0x0158n, // 0x0158 (0x0010) [TArray<FDSRegionInfo>]
|
|
9057
|
+
SearchingString: 0x0168n, // 0x0168 (0x0010) [FString]
|
|
9058
|
+
StartSearchFailString: 0x0178n, // 0x0178 (0x0010) [FString]
|
|
9059
|
+
FoundServerString: 0x0188n, // 0x0188 (0x0010) [FString]
|
|
9060
|
+
PlaylistsHaveChangedString: 0x0198n, // 0x0198 (0x0010) [FString]
|
|
9061
|
+
RegionsHaveChangedString: 0x01a8n, // 0x01a8 (0x0010) [FString]
|
|
9062
|
+
MatchmakingAttemptString: 0x01b8n, // 0x01b8 (0x0010) [FString]
|
|
9063
|
+
MatchmakingStartTime: 0x01c8n, // 0x01c8 (0x0004) [float]
|
|
9064
|
+
MatchmakingBanTime: 0x01ccn, // 0x01cc (0x0004) [int32]
|
|
9065
|
+
EstimatedQueueTime: 0x01d0n, // 0x01d0 (0x0004) [float]
|
|
9066
|
+
bIgnoreSkill: 0x01d4n, // 0x01d4 (0x0004) [bool : 0x1]
|
|
9067
|
+
MatchmakingDisabledDuration: 0x01d8n, // 0x01d8 (0x0004) [float]
|
|
9068
|
+
MatchmakingDisabledUntilTime: 0x01dcn, // 0x01dc (0x0004) [float]
|
|
9069
|
+
LastReservationID: 0x01e0n, // 0x01e0 (0x0010) [FString]
|
|
9070
|
+
__EventStartSearch__Delegate: 0x01f0n, // 0x01f0 (0x0018) [FScriptDelegate]
|
|
9071
|
+
__EventMatchmakingError__Delegate: 0x0208n, // 0x0208 (0x0018) [FScriptDelegate]
|
|
9072
|
+
__EventMatchmakingCanceledOnPartySizeChanged__Delegate: 0x0220n, // 0x0220 (0x0018) [FScriptDelegate]
|
|
9073
|
+
__EventMatchmakingRPCSuccess__Delegate: 0x0238n, // 0x0238 (0x0018) [FScriptDelegate]
|
|
9074
|
+
__EventMatchmakingRPCError__Delegate: 0x0250n, // 0x0250 (0x0018) [FScriptDelegate]
|
|
9075
|
+
__EventSendMatchmakingRPC__Delegate: 0x0268n, // 0x0268 (0x0018) [FScriptDelegate]
|
|
9062
9076
|
...OnlineGameMatchmakingBase_X,
|
|
9063
9077
|
} as const;
|
|
9064
9078
|
|
|
@@ -9159,24 +9173,24 @@ export const OnlineGamePopulation_X = {
|
|
|
9159
9173
|
|
|
9160
9174
|
/**
|
|
9161
9175
|
* ProjectX.OnlineGamePrivateMatch_X Offsets
|
|
9162
|
-
* Size:
|
|
9176
|
+
* Size: 0x02a0
|
|
9163
9177
|
* Extends: OnlineGameMatchmakingBase_X
|
|
9164
9178
|
*/
|
|
9165
9179
|
export const OnlineGamePrivateMatch_X = {
|
|
9166
|
-
bCancelled:
|
|
9167
|
-
PreferredRegion:
|
|
9168
|
-
PreferredPlaylistID:
|
|
9169
|
-
SearchingString:
|
|
9170
|
-
StartSearchFailString:
|
|
9171
|
-
FoundServerString:
|
|
9172
|
-
AlreadyJoiningGameString:
|
|
9173
|
-
TimeoutString:
|
|
9174
|
-
WrongRegionString:
|
|
9175
|
-
Settings:
|
|
9176
|
-
SearchTimeout:
|
|
9177
|
-
__EventPrivateMatchError__Delegate:
|
|
9178
|
-
__EventCancelPrivateMatch__Delegate:
|
|
9179
|
-
__EventSendMatchmakingRPC__Delegate:
|
|
9180
|
+
bCancelled: 0x0148n, // 0x0148 (0x0004) [bool : 0x1]
|
|
9181
|
+
PreferredRegion: 0x0150n, // 0x0150 (0x0010) [FString]
|
|
9182
|
+
PreferredPlaylistID: 0x0160n, // 0x0160 (0x0004) [int32]
|
|
9183
|
+
SearchingString: 0x0168n, // 0x0168 (0x0010) [FString]
|
|
9184
|
+
StartSearchFailString: 0x0178n, // 0x0178 (0x0010) [FString]
|
|
9185
|
+
FoundServerString: 0x0188n, // 0x0188 (0x0010) [FString]
|
|
9186
|
+
AlreadyJoiningGameString: 0x0198n, // 0x0198 (0x0010) [FString]
|
|
9187
|
+
TimeoutString: 0x01a8n, // 0x01a8 (0x0010) [FString]
|
|
9188
|
+
WrongRegionString: 0x01b8n, // 0x01b8 (0x0010) [FString]
|
|
9189
|
+
Settings: 0x01c8n, // 0x01c8 (0x0088) [FCustomMatchSettings]
|
|
9190
|
+
SearchTimeout: 0x0250n, // 0x0250 (0x0004) [float]
|
|
9191
|
+
__EventPrivateMatchError__Delegate: 0x0258n, // 0x0258 (0x0018) [FScriptDelegate]
|
|
9192
|
+
__EventCancelPrivateMatch__Delegate: 0x0270n, // 0x0270 (0x0018) [FScriptDelegate]
|
|
9193
|
+
__EventSendMatchmakingRPC__Delegate: 0x0288n, // 0x0288 (0x0018) [FScriptDelegate]
|
|
9180
9194
|
...OnlineGameMatchmakingBase_X,
|
|
9181
9195
|
} as const;
|
|
9182
9196
|
|
|
@@ -9727,6 +9741,8 @@ export const OnlineSaveLock_X = {
|
|
|
9727
9741
|
*/
|
|
9728
9742
|
export const OSSConfig_X = {
|
|
9729
9743
|
bEnablePresence: 0x0078n, // 0x0078 (0x0004) [bool : 0x1]
|
|
9744
|
+
bWin64OptimizedKeyPolling: 0x0078n, // 0x0078 (0x0004) [bool : 0x2]
|
|
9745
|
+
bUseSteamControllerCache: 0x0078n, // 0x0078 (0x0004) [bool : 0x4]
|
|
9730
9746
|
EosInitTimeoutSeconds: 0x007cn, // 0x007c (0x0004) [float]
|
|
9731
9747
|
GdkUpdateDlcTimeoutSeconds: 0x0080n, // 0x0080 (0x0004) [float]
|
|
9732
9748
|
GdkMaxConcurrentDlcLicenseRequests: 0x0084n, // 0x0084 (0x0004) [int32]
|
|
@@ -10884,6 +10900,7 @@ export const PlayerController_X = {
|
|
|
10884
10900
|
OldPawnReference: 0x07f8n, // 0x07f8 (0x0008) [UPawn*]
|
|
10885
10901
|
LockedDebugActor: 0x0800n, // 0x0800 (0x0008) [UActor*]
|
|
10886
10902
|
bPausedForExternalUI: 0x0808n, // 0x0808 (0x0004) [bool : 0x1]
|
|
10903
|
+
CloseConnectionDelay: 0x080cn, // 0x080c (0x0004) [float]
|
|
10887
10904
|
NetConnection: 0x0810n, // 0x0810 (0x0008) [UNetConnection*]
|
|
10888
10905
|
__EventReceivedPRI__Delegate: 0x0818n, // 0x0818 (0x0018) [FScriptDelegate]
|
|
10889
10906
|
__EventPawnChange__Delegate: 0x0830n, // 0x0830 (0x0018) [FScriptDelegate]
|
|
@@ -13852,6 +13869,16 @@ export const SetPlayerStorageResult_X = {
|
|
|
13852
13869
|
...Object_,
|
|
13853
13870
|
} as const;
|
|
13854
13871
|
|
|
13872
|
+
/**
|
|
13873
|
+
* ProjectX.SetVisibilityComponent_X Offsets
|
|
13874
|
+
* Size: 0x00b0
|
|
13875
|
+
* Extends: ActorComponent_X
|
|
13876
|
+
*/
|
|
13877
|
+
export const SetVisibilityComponent_X = {
|
|
13878
|
+
TargetStaticMesh: 0x00a8n, // 0x00a8 (0x0008) [UStaticMesh*]
|
|
13879
|
+
...ActorComponent_X,
|
|
13880
|
+
} as const;
|
|
13881
|
+
|
|
13855
13882
|
/**
|
|
13856
13883
|
* ProjectX.ShakeComponent_X Offsets
|
|
13857
13884
|
* Size: 0x01b8
|