mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 02:42:22 +01:00
actual fix for showdown event
This commit is contained in:
@@ -185,6 +185,34 @@ static inline std::vector<Event> Events =
|
|||||||
false
|
false
|
||||||
),
|
),
|
||||||
Event
|
Event
|
||||||
|
(
|
||||||
|
"The Showdown",
|
||||||
|
"/Game/Athena/Prototype/Blueprints/Cattus/BP_CattusDoggus_Scripting.BP_CattusDoggus_Scripting_C",
|
||||||
|
"/Game/Athena/Prototype/Blueprints/Cattus/BP_CattusDoggus_Scripting.BP_CattusDoggus_Scripting_C.LoadCattusLevel",
|
||||||
|
1,
|
||||||
|
{
|
||||||
|
{
|
||||||
|
true,
|
||||||
|
"/Game/Athena/Prototype/Blueprints/Cattus/BP_CattusDoggus_Scripting.BP_CattusDoggus_Scripting_C.OnReady_C11CA7624A74FBAEC54753A3C2BD4506"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
{
|
||||||
|
{
|
||||||
|
true,
|
||||||
|
"/Game/Athena/Prototype/Blueprints/Cattus/BP_CattusDoggus_Scripting.BP_CattusDoggus_Scripting_C.startevent"
|
||||||
|
},
|
||||||
|
|
||||||
|
0
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
|
"/Game/Athena/Prototype/Blueprints/Cattus/BP_CattusDoggus_Scripting.BP_CattusDoggus_Scripting_C",
|
||||||
|
"/Game/Athena/Playlists/Music/Playlist_Music_High.Playlist_Music_High",
|
||||||
|
9.41, // also 9.41
|
||||||
|
false
|
||||||
|
),
|
||||||
|
Event
|
||||||
(
|
(
|
||||||
"The Unvaulting",
|
"The Unvaulting",
|
||||||
"/Game/Athena/Prototype/Blueprints/White/BP_SnowScripting.BP_SnowScripting_C",
|
"/Game/Athena/Prototype/Blueprints/White/BP_SnowScripting.BP_SnowScripting_C",
|
||||||
@@ -456,6 +484,7 @@ static inline UFortPlaylistAthena* GetEventPlaylist()
|
|||||||
{
|
{
|
||||||
if (CurrentEvent.Version == Fortnite_Version)
|
if (CurrentEvent.Version == Fortnite_Version)
|
||||||
return FindObject<UFortPlaylistAthena>(CurrentEvent.PlaylistName, nullptr, ANY_PACKAGE);
|
return FindObject<UFortPlaylistAthena>(CurrentEvent.PlaylistName, nullptr, ANY_PACKAGE);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return nullptr;
|
return nullptr;
|
||||||
@@ -476,7 +505,7 @@ static inline Event GetOurEvent()
|
|||||||
|
|
||||||
static inline bool HasEvent()
|
static inline bool HasEvent()
|
||||||
{
|
{
|
||||||
return GetOurEvent().Version == Fortnite_Version || Fortnite_Version == 9.41;
|
return GetOurEvent().Version == Fortnite_Version;
|
||||||
}
|
}
|
||||||
|
|
||||||
static inline bool RequiresEventPlaylist()
|
static inline bool RequiresEventPlaylist()
|
||||||
|
|||||||
Reference in New Issue
Block a user