mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 10:52:22 +01:00
idk bbruh
This commit is contained in:
@@ -47,6 +47,7 @@
|
||||
#include "FortGameSessionDedicatedAthena.h"
|
||||
#include "FortAIEncounterInfo.h"
|
||||
#include "FortServerBotManagerAthena.h"
|
||||
#include "botnames.h"
|
||||
|
||||
enum class EMeshNetworkNodeType : uint8_t
|
||||
{
|
||||
@@ -846,7 +847,7 @@ DWORD WINAPI Main(LPVOID)
|
||||
#else
|
||||
if (Fortnite_Version > 20)
|
||||
{
|
||||
MessageBoxA(0, "Please define ABOVE_S20", "Project Reboot 3.0", MB_ICONERROR);
|
||||
MessageBoxA(0, "Please define ABOVE_S20 (compile it yourself and change inc.h)", "Project Reboot 3.0", MB_ICONERROR);
|
||||
return 0;
|
||||
}
|
||||
#endif
|
||||
@@ -1120,6 +1121,8 @@ DWORD WINAPI Main(LPVOID)
|
||||
|
||||
// Globals::bAbilitiesEnabled = Engine_Version < 500;
|
||||
|
||||
InitBotNames();
|
||||
|
||||
if (Engine_Version < 420)
|
||||
{
|
||||
auto ApplyHomebaseEffectsOnPlayerSetupAddr = Memcury::Scanner::FindPattern("40 55 53 57 41 54 41 56 41 57 48 8D 6C 24 ? 48 81 EC ? ? ? ? 48 8B 05 ? ? ? ? 48 33 C4 48 89 45 00 4C 8B").Get();
|
||||
|
||||
Reference in New Issue
Block a user