Srp_ipl (An easily configurable IPL Loader)

okay so I made it usable. I’ll add the customizations later on but if you replace the casino with this it’ll load to make the spot usable. I left a few props commented out so you can customize them yourself by commenting and uncommenting for now but the penthouse is usable with this.

if config.diamondCasinoAndResort then

        RequestIpl("vw_casino_main") -- 1100.000, 220.000, -50.000

        RequestIpl("vw_casino_garage") -- 1295.000, 230.000, -50.000

        RequestIpl("vw_casino_carpark") -- 1380.000, 200.000, -50.000

        RequestIpl("hei_dlc_casino_aircon")

        RequestIpl("hei_dlc_casino_aircon_lod")

        RequestIpl("hei_dlc_casino_door")

        RequestIpl("hei_dlc_casino_door_lod")

        RequestIpl("hei_dlc_vw_roofdoors_locked")

        RequestIpl("hei_dlc_windows_casino")

        RequestIpl("hei_dlc_windows_casino_lod")

        RequestIpl("vw_ch3_additions")

        RequestIpl("vw_ch3_additions_long_0")

        RequestIpl("vw_ch3_additions_strm_0")

        RequestIpl("vw_dlc_casino_door")

        RequestIpl("vw_dlc_casino_door_lod")

        RequestIpl("vw_casino_billboard")

        RequestIpl("vw_casino_billboard_lod(1)")

        RequestIpl("vw_casino_billboard_lod")

        RequestIpl("vw_int_placement_vw")

            PinInteriorInMemory(274689)

            RequestIpl("vw_casino_penthouse") -- 976.636, 70.295, 115.164

            RequestIpl("vw_dlc_casino_apart") -- 976.636, 70.295, 115.164

            ActivateInteriorEntitySet(274689, "casino_manager_default")

            --ActivateInteriorEntitySet(274689, "casino_manager_workout")

            ActivateInteriorEntitySet(274689, "Set_Pent_Tint_Shell")

            SetInteriorEntitySetColor(274689, "Set_Pent_Tint_Shell", 1)

            ActivateInteriorEntitySet(274689, "Set_Pent_Pattern_01")

            --ActivateInteriorEntitySet(274689, "Set_Pent_Pattern_02")

            --ActivateInteriorEntitySet(274689, "Set_Pent_Pattern_03")

            --ActivateInteriorEntitySet(274689, "Set_Pent_Pattern_04")

            --ActivateInteriorEntitySet(274689, "Set_Pent_Pattern_05")

            --ActivateInteriorEntitySet(274689, "Set_Pent_Pattern_06")

            --ActivateInteriorEntitySet(274689, "Set_Pent_Pattern_07")

            --ActivateInteriorEntitySet(274689, "Set_Pent_Pattern_08")

            --ActivateInteriorEntitySet(274689, "Set_Pent_Pattern_09")

            ActivateInteriorEntitySet(274689, "Set_Pent_Spa_Bar_Open")

            --ActivateInteriorEntitySet(274689, "Set_Pent_Spa_Bar_Closed", 1)

            ActivateInteriorEntitySet(274689, "Set_Pent_Media_Bar_Open")

            --ActivateInteriorEntitySet(274689, "Set_Pent_Media_Bar_Closed", 1)

            ActivateInteriorEntitySet(274689, "Set_Pent_Dealer")

            --ActivateInteriorEntitySet(274689, "Set_Pent_NoDealer")

            

            ActivateInteriorEntitySet(274689, "Set_Pent_Arcade_Modern")

            --ActivateInteriorEntitySet(274689, "Set_Pent_Arcade_Retro")

            ActivateInteriorEntitySet(274689, "Set_Pent_Bar_Clutter")

            ActivateInteriorEntitySet(274689, "Set_Pent_Clutter_01")

            --ActivateInteriorEntitySet(274689, "Set_Pent_Clutter_02")

            --ActivateInteriorEntitySet(274689, "Set_Pent_Clutter_03")

            ActivateInteriorEntitySet(274689, "set_pent_bar_light_0")

            --ActivateInteriorEntitySet(274689, "set_pent_bar_light_01")

            --ActivateInteriorEntitySet(274689, "set_pent_bar_light_01")

            ActivateInteriorEntitySet(274689, "set_pent_bar_party_0")

            --ActivateInteriorEntitySet(274689, "set_pent_bar_party_1")

            --ActivateInteriorEntitySet(274689, "set_pent_bar_party_2")

            ActivateInteriorEntitySet(274689, "set_pent_bar_party_after")

            --ActivateInteriorEntitySet(274689, "Set_Pent_GUEST_BLOCKER")

            --ActivateInteriorEntitySet(274689, "Set_Pent_OFFICE_BLOCKER")

            --ActivateInteriorEntitySet(274689, "Set_Pent_CINE_BLOCKER")

            --ActivateInteriorEntitySet(274689, "Set_Pent_SPA_BLOCKER")

            --ActivateInteriorEntitySet(274689, "Set_Pent_BAR_BLOCKER")

                            

            ActivateInteriorEntitySet(274689, "vw_vwint02_pent_spax_shell")             

            ActivateInteriorEntitySet(274689, "vw_vwint02_pent_spa_shell")              

            ActivateInteriorEntitySet(274689, "vw_vwint02_pent_sbt_shell")

            ActivateInteriorEntitySet(274689, "vw_vwint02_pent_mbt_shell")

            ActivateInteriorEntitySet(274689, "v_ilev_garageliftdoor")

            -- Windows

            ActivateInteriorEntitySet(274689, "vw_vwint02_pent_hal_window")

            ActivateInteriorEntitySet(274689, "vw_vwint02_pent_mb_window")

            ActivateInteriorEntitySet(274689, "vw_vwint02_pent_lou_window")

            ActivateInteriorEntitySet(274689, "vw_vwint02_pent_sb_window")

            ActivateInteriorEntitySet(274689, "vw_vwint02_pent_din_window")

            ActivateInteriorEntitySet(274689, "vw_vwint02_pent_bar_window")

            ActivateInteriorEntitySet(274689, "vw_vwint02_pent_off_window")

            ActivateInteriorEntitySet(274689, "vw_vwint02_pent_lv_window")

            ActivateInteriorEntitySet(274689, "vw_vwint02_pent_ex_window")

            ActivateInteriorEntitySet(274689, "vw_vwint02_pent_spax_window")

            ActivateInteriorEntitySet(274689, "vw_vwint02_pent_spa_window")

RefreshInterior(274689)

        end

    end

1 Like

I apologize for the low quality game graphic in the images. I’ve been using a laptop that isn’t made for gaming while chillin on my bed to work on this.

Do this ipl loader fix north yankton

North Yankton should work just fine as far as it’s intended by Rockstar but it does not expand collisions beyond the originals. I have update the op to show that props for interiors are not currently working.

This is by no means complete but here you go. This should fix a bunch of ipl issues with invisible walls in some of the interiors. I am still working on getting all the correct ids and props. Let me know if you find anything else.

srp-ipl.zip (2.9 MB)


I will try it out today, did the config.lua stay the same?

No it’s changed quit a bit mostly due to customizable props. I haven’t added the nightclubs yet and am working on the arenawars arena and a bunch of other ipls that are missing but most interiors other than ceo interiors should be working fine but I did notice that the import export needs to be set like this in the config and I don’t think it’s set like that in the default config.

config.importExportFloorVinyl1 = true

config.importExportFloorVinyl2 = true

config.importExportFloorVinyl3 = true

config.importExportFloorVinyl4 = true

config.importExportFloorVinyl5 = true

config.importExportFloorVinyl6 = true

config.importExportFloorVinyl7 = true

config.importExportFloorVinyl8 = true

config.importExportFloorVinyl9 = true

config.importExportFloorVinyl10 = true

config.importExportFloorVinyl11 = true

config.importExportFloorVinyl12 = true

config.importExportFloorVinyl13 = true

config.importExportFloorVinyl14 = true

config.importExportFloorVinyl15 = true

config.importExportFloorVinyl16 = true

config.importExportFloorVinyl17 = true

config.importExportFloorVinyl18 = true

config.importExportFloorVinyl19 = true

1 Like

Is the download link up to date?

No not at the moment. I will be pushing an up to date version tonight that has major changes. I’m in the process of testing it now.

Link in op is now up to date. I just pushed an update to github. Everything but the casino should be working correctly.

2 Likes

You are awesome dude :slight_smile: thank u so much, this is so smooth and cool with the casino. Great work!!!

1 Like

great job everything is working so much better, the warehouse for coke is getting real close missing the tables. you are so freaking close!!! super !!!

what is weird is if i /tp to the location it looks like the weird one, when i use a drug script to teleport it gives me the better looking one… so strange

Casino and Penthouse are working great,thank you.

makes me wonder if you can load just the penthouse i got something else for the casino floor already. have not looked that deep into the config file yet

You can load just the penthouse but there is something weird with this build version. You actually cannot disable the casino exterior however the penthouse is dependent on the but the penthouse is dependent on the exterior. Because this is the case I enclosed the penthouse into the casino.

To change this in the main.lua you’ll scroll down and just copy and paste the if config.penthouse then
— ipl stuff
end
and place it outside of the casino call.

Also I’ll have a look at the tables again. They were working just fine for me when testing. Also for the interior looking weird I’ll take another look. I haven’t noticed this.

I am looking at fixing the warehoues. I must have broke something. When I have them fixed I’ll post here.

The only thing about the casino is it is missing a bunch of small detailed props and a few big ones. The props for the casino are kind of difficult to figure out. I have tried a bunch of lucky wheel props and wasn’t able to get any to work. I’m sure that someone with more time than me would be able to figure it out but as of right now it is what it is.