Download Increased Props drag the “Increased Props [Add-on].oiv” into OpenIV and install it to your mods folder.

Now you open CodeWalker, enable the mods, create a new ymap and place the “building_watchtower02” prop at your disred locations. It has embeded textures, collisions and lightings so you don’t have to worry about that! After you’re finished save your .ymap and generate a manifest and safe that as well!

Now all you have to do, is to stream the ydrs, ytyps, ytds from Increased Props to your FiveM Server and include your saved CodeWalker ymap and ymf.

fxmanifest.lua:

game 'gta5'

this_is_a_map 'yes'

files {
	'stream/**/*.ytyp'
}

data_file 'DLC_ITYP_REQUEST' 'stream/buildings/increasedprops_buildings.ytyp'
data_file 'DLC_ITYP_REQUEST' 'stream/interiors/increasedprops_interiors.ytyp'
data_file 'DLC_ITYP_REQUEST' 'stream/props/increasedprops_props.ytyp'
data_file 'DLC_ITYP_REQUEST' 'stream/roads/increasedprops_roads.ytyp'
data_file 'DLC_ITYP_REQUEST' 'stream/terrain/increasedprops_terrain.ytyp'

Feel free to ask any questions related to my quick and brutal tutorial :sweat_smile:

1 Like