Srp_ipl (An easily configurable IPL Loader)

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.

What drug script are you using by chance?

I found the issue. I somehow ruined the interior ids. Fixing now. May take me a while.

Got it fixed. I gotta go through and fix all the other broken ids then I’ll update

I have pushed the update to make these interiors work. If you just want to make things work without changing your config then just copy and replace the id section in the bottom of the config. Let me know if you find anything else

–[[
Interior Ids. DO NOT CHANGE THIS OR PROPS WON’T LOAD!!!
]]
config.outdoors = 0
– Diamond Casino & Resort - Works if used with +set sv_enforceGameBuild 2060 otherwise doesn’t work natively yet.
–[[
+set sv_enforceGameBuild 2060 needs to be used outside of the config file and at startup.
Example of Windows batch file:
@RMDIR /S /Q “C:\Server\server-data\cache”
cd /d C:\Server\server-data
C:\Server\FXServer.exe +exec server.cfg +set onesync legacy +set sv_enforceGameBuild 2060
]]
– Apartment One
config.apartmentOneModernId = 227329
config.apartmentOneMoodyId = 228097
config.apartmentOneVirbrantId = 228353
config.apartmentOneSharpId = 229633
config.apartmentOneMonochromeId = 230401
config.apartmentOneSeductiveId = 231169
config.apartmentOneRegalId = 231937
config.apartmentOneAquaId = 146945
– Apartment Two
config.apartmentTwoModernId = 227585
config.apartmentTwoMoodyId = 228353
config.apartmentTwoVirbrantId = 214641
config.apartmentTwoSharpId = 229889
config.apartmentTwoMonochromeId = 230657
config.apartmentTwoSeductiveId = 231425
config.apartmentTwoRegalId = 232193
config.apartmentTwoAquaId = 232961
– Apartment Three
config.apartmentThreeModernId = 146945
config.apartmentThreeMoodyId = 146949
config.apartmentThreeVirbrantId = 144385
config.apartmentThreeSharpId = 146945
config.apartmentThreeMonochromeId = 146945
config.apartmentThreeSeductiveId = 146945
config.apartmentThreeRegalId = 146945
config.apartmentThreeAquaId = 146945
– CEO
– Garage
config.ceoGarageId = 252417
– Vehicle Shop
config.ceoVehicleShopId = 252929
– Arcadius Office - Choose One
config.arcadiusOldSpiceWarmId = 236289
config.arcadiusOldSpiceVintageId = 236801
config.arcadiusOldSpiceClassicalId = 236545
config.arcadiusExecutiveContrastId = 237057
config.arcadiusExecutiveRichId = 237313
config.arcadiusExecutiveCoolId = 237569
config.arcadiusPowerBrokerIceId = 237825
config.arcadiusPowerBrokerConservativeId = 238081
config.arcadiusPowerBrokerPolishedId = 238337
– Maze Bank
config.mazeBankOldSpiceWarmId = 238593
config.mazeBankOldSpiceClassicalId = 238849
config.mazeBankOldSpiceVintageId = 239105
config.mazeBankExecutiveRichId = 239617
config.mazeBankExecutiveCoolId = 239873
config.mazeBankExecutiveContrastId = 239361
config.mazeBankPowerBrokerIceId = 240129
config.mazeBankPowerBrokerConservativeId = 240385
config.mazeBankPowerBrokerPolishedId = 240641
– Maze Bank West
config.mazeWestOldSpiceWarmId = 243201
config.mazeWestOldSpiceClassicalId = 243457
config.mazeWestOldSpiceVintageId = 243713
config.mazeWestExecutiveRichId = 244225
config.mazeWestExecutiveCoolId = 244481
config.mazeWestExecutiveContrastId = 243969
config.mazeWestPowerBrokerIceId = 244737
config.mazeWestPowerBrokerConservativeId = 244993
config.mazeWestPowerBrokerPolishedId = 245249
– Lom Bank
config.lomBankOldSpiceWarmId = 240897
config.lomBankOldSpiceClassicalId = 241153
config.lomBankOldSpiceVintageId = 241409
config.lomBankExecutiveRichId = 241921
config.lomBankExecutiveCoolId = 242177
config.lomBankExecutiveContrastId = 241665
config.lomBankPowerBrokerIceId = 242433
config.lomBankPowerBrokerConservativeId = 242689
config.lomBankPowerBrokerPolishedId = 242945
– Pillbox Medical
config.pillboxId = 64002
– Trevors Trailer
config.trevorsTrailerId = 110338
– USS Luxington
config.luxingtonId = 133889
– Yatchs
config.dignityHeistYachtId = 174337
config.galaxySuperYacht = 174593
– FIB
config.FIBLobbyId = 58882
– Diamond Casino and Resort
config.diamondCasinoId = 275201
config.casinoPenthouseId = 274689
config.casinoCarParkId = 275457
– Warehouses
config.wareHouseOneId = 247041
config.wareHouseTwoId = 247297
config.wareHouseThreeId = 247553
config.wareHouseFourId = 247809
config.wareHouseFiveId = 246785
config.wareHouseSmallId = 235777
config.wareHouseMediumId = 325521
config.wareHouseLargeId = 236033
– Bunker
config.bunkerId = 258561
– import/Export garage
config.importExportId = 252673
– Clubhouses
config.clubHouseOneId = 246273
config.clubHoue2Id = 246529
– Smugglers Run
config.smugglersId = 260353
config.doomsdayId = 269313
– Arena Wars
config.arenaWarsId = 272385
– The Rest
config.simeonId = 7170
config.vangelicoJewelryId = 82690
config.maxRendaId = 514
config.unionDepositoryId = 59906
config.morgueId = 60418
config.cluckinBellId = 75778
config.oneilsFarmId = 31746
config.lesterFactoryId = 72674
config.lifeInvaderId = 35842
config.carWashId = 198145
config.fameOrShameId = 78338
config.bahamaMamas = 168961
config.nightClubsId = 271617

1 Like

awesome thanks ill give you a update tomorrow, im using the exterior of the casino already just a different custom interior, ill try to add the penthouse section and hope i just get lucky, using a sruf script called esx_druglabs

The reason I ask is that script might call the props so I’m hoping that doesn’t cause anymore issues

So I might have just loaded it wrong or need to clear cache (I’ve done this earlier but it was before the new update) but the penthouse and the smugglers ipl and doomsday are all this same multicolored textures. I am sure I might have messed up somewhere in loading this thing.

I am still testing the colors but if you look in the config file in props you’ll find in the doomsday, smugglers and penthouse that there are color options. I’m not completely sure what numbers are possible but for customizable purposes you can change them and see. I did mess arounf with a bit of the Penthouse colors and they do change. Wasn’t able to get doomsday or smugglers to change yet. Once I’m able to test further I’ll set the default colors.

Edit: the colors can be from 0 to 3 from what I’ve tested so far but don’t hold me to that. They may be able to be set higher.

Edit: I was wrong. For doomsday I looked at bobs IPL and the numbers are from 0 to 9. You can choose the colors and customize them to your liking.

1 Like

Ah gotcha! Thanks will play around with the colors to get them to my liking. Having all those colors in the penthouse was tripping my eyes out lol.