Jump to content

Cayo Perico - Hanger missing interior - IPL won't load - h4_mph4_airstrip_interior_0_airstrip_hanger


Recommended Posts

Posted

Anyone found the correct IPL for the Hanger and a few of the defenses on the Island? I still have an invisible inside of the hanger and block texture on some ground bases

So the IPL which has the interior is:h4_mph4_airstrip_interior_0_airstrip_hanger after using the native and working my way backwards removing IPL until the interior disappeared is this one. Therefore we need to find why it doesn't load manually when requesting that IPL

I have tried pinning the Interior in memory as well as the following:

mp.game.interior.enableInteriorProp(int, "island_hanger_padlock_props");
mp.game.interior.refreshInterior(int);
mp.game.streaming.setInteriorActive(int, true);
mp.game.streaming.setStreaming(true);
const isInteriorReady = mp.game.interior.isInteriorReady(int);
mp.gui.chat.push("isInteriorReady: " + isInteriorReady);
mp.game.interior.capInterior(int, false);
mp.game.interior.disableInterior(int, false);
mp.game.invoke("0x2CA429C029CCF247", int);

When checking on the interior as Disabled - it comes as True unless I use the native to enable it. I cannot enable the interior via Native or Rage SDK even if setting in Render doesnt' force it to show
 

const isDisabled= mp.game.invoke("0xBC5115A5A939DD15", int);
mp.gui.chat.push("isDisabled: " + isDisabled);

unknown.png?width=1440&height=603

  • 7 months later...
  • 1 month later...
  • 11 months later...
  • 1 year later...
Posted

    SET_ISLAND_ENABLED = '0x9A9D1BA639675CF1', > this is to load the UNLOADED IPL's.
    mp.game.invoke(cayoPericoNative.SET_ISLAND_ENABLED, 'HeistIsland', true); > This is to load the island
    mp.game.invoke(cayoPericoNative.SET_ISLAND_ENABLED, 'HeistIsland', false); > this is to unload the island
 

  • Like 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...