-
Notifications
You must be signed in to change notification settings - Fork 236
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cayo Perico? #89
Comments
Hi, unfortunately Cayo Perico is not currently implemented in this script so you won't be able to enable it that way :/ |
I have no idea how to properly implement cayo loader to that resource, and it's probably not the best idea, so if you want to have cayo you can use that code: -- Enable
SetIslandHopperEnabled("HeistIsland", true)
SetToggleMinimapHeistIsland(true)
SetAiGlobalPathNodesType(1)
SetScenarioGroupEnabled("Heist_Island_Peds", true)
SetAmbientZoneListStatePersistent("AZL_DLC_Hei4_Island_Zones", true, true)
SetAmbientZoneListStatePersistent("AZL_DLC_Hei4_Island_Disabled_Zones", false, true)
SetDeepOceanScaler(0.0)
SetZoneEnabled(GetZoneFromNameId("PrLog"), false)
SetAudioFlag('PlayerOnDLCHeist4Island', true)
SetToggleMinimapHeistIsland(true)
-- Disable
SetIslandHopperEnabled("HeistIsland", false)
SetToggleMinimapHeistIsland(false)
SetAiGlobalPathNodesType(0)
SetScenarioGroupEnabled("Heist_Island_Peds", false)
SetAmbientZoneListStatePersistent("AZL_DLC_Hei4_Island_Zones", false, false)
SetAmbientZoneListStatePersistent("AZL_DLC_Hei4_Island_Disabled_Zones", true, false)
ResetDeepOceanScaler()
SetZoneEnabled(GetZoneFromNameId("PrLog"), true)
SetAudioFlag('PlayerOnDLCHeist4Island', false)
SetToggleMinimapHeistIsland(false) |
I added a Pull-Request for this: #130 But if it gets rejected you can find it here: https://github.com/ItzCelyrian/ipl |
Open
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi bob, well as title says, im trying to set a cayo perico in your script but im still beginner and i can´t , Can you help with this?
The text was updated successfully, but these errors were encountered: