Skip to content
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

Open
Gameadictive opened this issue May 6, 2022 · 3 comments
Open

Cayo Perico? #89

Gameadictive opened this issue May 6, 2022 · 3 comments

Comments

@Gameadictive
Copy link

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?

@Bob74
Copy link
Owner

Bob74 commented May 7, 2022

Hi, unfortunately Cayo Perico is not currently implemented in this script so you won't be able to enable it that way :/

@userMacieG
Copy link
Contributor

userMacieG commented May 8, 2022

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)

@ItzCelyrian
Copy link

I added a Pull-Request for this: #130

But if it gets rejected you can find it here: https://github.com/ItzCelyrian/ipl

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants