The Cayo Perico Island Available for FiveM

Look on Youtube how to open FiveM Map in Codewalker or something like that.

how i can get the Map texture in the esc menu


Bug water

Has anyone looked into NPC spawns? The popcycle.dat and a few other files in the update.rpf has been updated with island entries but I have tried them and no AI spawned. :upside_down_face:

Enter main.lua and change our code for this code.

– Made By KrizFrost

local IslandZone = BoxZone:Create(vector3(5113.64, -5141.78, 2.25), 2900, 2900, {

name = "island",

heading = 0,

debugPoly = false

})

local insideIslandZone = false

Citizen.CreateThread(function()

while true do

    local plyPed = PlayerPedId()

    local coord = GetEntityCoords(plyPed)

    insideIslandZone = IslandZone:isPointInside(coord)

    Citizen.Wait(500)

end

end)

Citizen.CreateThread(function()

SetDeepOceanScaler(0.0)

end)

IslandZone:onPointInOut(PolyZone.getPlayerPosition, function(isPointInside, point)

if isPointInside then

    WaterOverrideSetStrength(0.0)

else

    WaterOverrideSetStrength(0.0)

end

end)

its not working

Anyone already have this problem?

1 Like

put this in and its still flooded in some areas

anyone else having issues with textures getting screwed up in the city? if you have and fixed it how did you fix it?

Hello,

which link is the correct and latest ?

Download Update Final Google Drive or Download Update Final Mediafire


Trees by the house are… a bit weird. any possible solutions?

after adding the polyzone this happened to the texture of the sea how can we solve this?

the polyzone really serves to do that

how to remove the snow particles?

Can you help with this? image

just replace
this

data_file “DLC_ITYP_REQUEST” “stream/*.ytyp”

for this

data_file “DLC_ITYP_REQUEST” “Stream/h4_mph4_terrain_metadata_004.ytyp”
data_file “DLC_ITYP_REQUEST” “Stream/h4_mph4_terrain_metadata_001.ytyp”
data_file “DLC_ITYP_REQUEST” “Stream/h4_mph4_terrain_metadata_003_strm.ytyp”
data_file “DLC_ITYP_REQUEST” “Stream/h4_mph4_terrain_metadata_002.ytyp”
data_file “DLC_ITYP_REQUEST” “Stream/h4_mph4_terrain_metadata_005.ytyp”
data_file “DLC_ITYP_REQUEST” “Stream/h4_mph4_terrain_lod.ytyp”
data_file “DLC_ITYP_REQUEST” “Stream/h4_mph4_terrain_metadata_001_strm.ytyp”
data_file “DLC_ITYP_REQUEST” “Stream/h4_mph4_terrain_metadata_003.ytyp”
data_file “DLC_ITYP_REQUEST” “Stream/h4_mph4_terrain_metadata_006.ytyp”
data_file “DLC_ITYP_REQUEST” “Stream/h4_mph4_terrain_metadata_002_strm.ytyp”
data_file “DLC_ITYP_REQUEST” “Stream/h4_int_mp_h_props.ytyp”
data_file “DLC_ITYP_REQUEST” “Stream/h4_int_mp_doors.ytyp”
data_file “DLC_ITYP_REQUEST” “Stream/h4_mp_apa_yacht_jacuzzi.ytyp”
data_file “DLC_ITYP_REQUEST” “Stream/h4_mp_apa_yacht.ytyp”
data_file “DLC_ITYP_REQUEST” “Stream/h4_props_h4_mines.ytyp”
data_file “DLC_ITYP_REQUEST” “Stream/h4_props_sub_int_h4.ytyp”
data_file “DLC_ITYP_REQUEST” “Stream/h4_prop_h4_accs_01.ytyp”
data_file “DLC_ITYP_REQUEST” “Stream/h4_prop_h4_accs_02.ytyp”
data_file “DLC_ITYP_REQUEST” “Stream/h4_prop_h4_casino.ytyp”
data_file “DLC_ITYP_REQUEST” “Stream/h4_prop_h4_coke_01.ytyp”
data_file “DLC_ITYP_REQUEST” “Stream/h4_prop_h4_des_gate.ytyp”
data_file “DLC_ITYP_REQUEST” “Stream/h4_prop_h4_des_gate_end.ytyp”
data_file “DLC_ITYP_REQUEST” “Stream/h4_prop_h4_dj.ytyp”
data_file “DLC_ITYP_REQUEST” “Stream/h4_prop_h4_ground_cover.ytyp”
data_file “DLC_ITYP_REQUEST” “Stream/h4_prop_h4_hatches_01.ytyp”
data_file “DLC_ITYP_REQUEST” “Stream/h4_prop_h4_island_01.ytyp”
data_file “DLC_ITYP_REQUEST” “Stream/h4_prop_h4_island_02.ytyp”
data_file “DLC_ITYP_REQUEST” “Stream/h4_prop_h4_island_03.ytyp”
data_file “DLC_ITYP_REQUEST” “Stream/h4_prop_h4_lights.ytyp”
data_file “DLC_ITYP_REQUEST” “Stream/h4_prop_h4_lights_02.ytyp”
data_file “DLC_ITYP_REQUEST” “Stream/h4_prop_h4_lights_03.ytyp”
data_file “DLC_ITYP_REQUEST” “Stream/h4_prop_h4_lights_04.ytyp”
data_file “DLC_ITYP_REQUEST” “Stream/h4_prop_h4_lights_05.ytyp”
data_file “DLC_ITYP_REQUEST” “Stream/h4_prop_h4_lights_content.ytyp”
data_file “DLC_ITYP_REQUEST” “Stream/h4_prop_h4_money_01.ytyp”
data_file “DLC_ITYP_REQUEST” “Stream/h4_prop_h4_office_01.ytyp”
data_file “DLC_ITYP_REQUEST” “Stream/h4_prop_h4_potted.ytyp”
data_file “DLC_ITYP_REQUEST” “Stream/h4_prop_h4_rock.ytyp”
data_file “DLC_ITYP_REQUEST” “Stream/h4_prop_h4_sam.ytyp”
data_file “DLC_ITYP_REQUEST” “Stream/h4_prop_h4_sub.ytyp”
data_file “DLC_ITYP_REQUEST” “Stream/h4_prop_h4_tables.ytyp”
data_file “DLC_ITYP_REQUEST” “Stream/h4_prop_h4_trees.ytyp”
data_file “DLC_ITYP_REQUEST” “Stream/h4_prop_h4_weed_01.ytyp”
data_file “DLC_ITYP_REQUEST” “Stream/h4_yacht_metadata_001_strm.ytyp”
data_file “DLC_ITYP_REQUEST” “Stream/h4_yacht_metadata_001.ytyp”
data_file “DLC_ITYP_REQUEST” “Stream/h4_mph4_island_combine_metadata_002.ytyp”
data_file “DLC_ITYP_REQUEST” “Stream/h4_mph4_island_combine_metadata_009.ytyp”
data_file “DLC_ITYP_REQUEST” “Stream/h4_mph4_airstrip_interior_0_airstrip_hanger.ytyp”
data_file “DLC_ITYP_REQUEST” “Stream/h4_mph4_island_combine_metadata_003_strm.ytyp”
data_file “DLC_ITYP_REQUEST” “Stream/h4_mph4_island_combine_metadata_007.ytyp”
data_file “DLC_ITYP_REQUEST” “Stream/h4_mph4_island_combine_metadata_001_strm.ytyp”
data_file “DLC_ITYP_REQUEST” “Stream/h4_mph4_island_combine_metadata_005_strm.ytyp”
data_file “DLC_ITYP_REQUEST” “Stream/h4_mph4_island_combine_metadata_003.ytyp”
data_file “DLC_ITYP_REQUEST” “Stream/h4_mph4_island_combine_metadata_010.ytyp”
data_file “DLC_ITYP_REQUEST” “Stream/h4_mph4_island_combine_metadata_002_strm.ytyp”
data_file “DLC_ITYP_REQUEST” “Stream/h4_mph4_island_combine_metadata_006.ytyp”
data_file “DLC_ITYP_REQUEST” “Stream/h4_mph4_island_combine_metadata_004.ytyp”
data_file “DLC_ITYP_REQUEST” “Stream/h4_mph4_island_combine_metadata_005.ytyp”
data_file “DLC_ITYP_REQUEST” “Stream/h4_mph4_island_combine_metadata_008.ytyp”
data_file “DLC_ITYP_REQUEST” “Stream/h4_mph4_island_combine_metadata_001.ytyp”
data_file “DLC_ITYP_REQUEST” “Stream/h4_mph4_island_lod.ytyp”
data_file “DLC_ITYP_REQUEST” “Stream/h4_mph4_island_combine_metadata_011.ytyp”
data_file “DLC_ITYP_REQUEST” “Stream/h4_mph4_island_combine_metadata_004_strm.ytyp”
data_file “DLC_ITYP_REQUEST” “Stream/h4_mph4_island_strm.ytyp”
data_file “DLC_ITYP_REQUEST” “Stream/h4_mph4_island.ytyp”
data_file “DLC_ITYP_REQUEST” “Stream/h4_dlc_int_01_h4.ytyp”
data_file “DLC_ITYP_REQUEST” “Stream/h4_dlc_int_02_h4.ytyp”
data_file “DLC_ITYP_REQUEST” “Stream/h4_int_mp_yacht.ytyp”
data_file “DLC_ITYP_REQUEST” “Stream/h4_dlc_int_05_h4.ytyp”
data_file “DLC_ITYP_REQUEST” “Stream/h4_dlc_int_04_h4.ytyp”
data_file “DLC_ITYP_REQUEST” “Stream/h4_dlc_int_03_h4.ytyp”

So how exactly do you get it to work I downloaded both the map with the Mediafire and PolyZone

They are in my server.cfg
start Cayo_Perico_UpdatedV2
start PolyZone

Is there something more I have to do with them besides download them and put them in my resource folder?

in fxmanifest.lua rename Stream to stream

1 Like

does this fix the texture issues in the city?

on my server I don’t have any texture problems