[help] Map bug - can fix this?

thanks for the reply, but i have still one hole, look:
https://image.noelshack.com/fichiers/2017/20/1495111988-bug2.png

here:
https://image.noelshack.com/fichiers/2017/20/1495111993-bug3.png

Interesting, I’ll check this place in game and try to find what IPL isn’t loaded.

thanks for your help :slight_smile:

Why i have “RemoveIpl” in map.lua on es_freeroam ?

i delete them ?

1 Like

I had this issue and I found it being client side, I had to go in to task manager and set FiveM as a High priority it the details tab

I tried :wink:
Problem comes from IPLs not loaded by the server.
I’m just trying to find out why there are RemoveIpls in some lines.

IPL are parts of the map that can have differents states (depending of the events in story mod).

For example, closed Simeon’s car showroom and an opened version with working doors.
So RemoveIPL delete previously loaded IPL (wich can be a closed interiors) and it is then replaced with another version via RequestIPL

okay :smiley:
But the Simeon car showroom with a broken window has no other alternatives? (for example: window not broken but opened doors )

Actually it bothers me too :grin:
I haven’t found a glass+doors version ATM.

1 Like

look :confused: :
https://image.noelshack.com/fichiers/2017/20/1495115591-farm.png

FIXED:
add

RequestIpl(“farm”)
RequestIpl(“farmint”)
RequestIpl(“farm_lod”)
RequestIpl(“farm_props”)
RequestIpl(“des_farmhouse”)

anyone know the IPL to put the window back to the simeon showroom ?

You figured out the IPL you needed in your main post?

huhh nope i don’t :confused:

how to find a unloaded IPL ?

I don’t know honestly, I’m searching the web to find missing IPL.
I’ll try to look in the game files.

You think it should be reported to fiveM developers ?

I think they are already well aware that IPLs are missing but I don’t know their policy about it. It may be intentional :confused: (to keep fiveM as ligth as possible maybe)

Yes, but coming from the gta map, it’s not normal to have a lot of holes.
(Because this map iis provided by default) :confused:

Found!! (a few hours later…)

RequestIpl("bkr_bi_id1_23_door")

The garage door and the front door are properly closed :slight_smile:

I’ve updated my post here to complete the list with thing I’ve found during my research [Release] Load unloaded IPL’s

2 Likes

thank you for your help ! :smiley: