Rocks, cliffs, custom grass patches, and water blocks to sculpt unique landscapes.
The (often associated with the "Silver Edition" or "Discovery" versions) is a foundational asset pack for Grand Theft Auto V (GTA V). It functions as a library of high-quality 3D assets—such as walls, floors, custom furniture, and terrain—that allow creators to build complex maps, mansions, and interiors directly within the game's engine. 🛠️ Core Functionality
Select the file and click to initialize the framework package reader.
Terraforming empty zones, creating dense forests, and detailing luxury gardens. Prerequisites: The Core Modding Stack
-- Helper Functions Wrappers (Native GTA V calls via Lua) function drawText(text, x, y, scale, r, g, b, a) setTextScale(scale, scale) setTextColour(r, g, b, a) setTextEntry("STRING") addTextComponentString(text) drawText(x, y) end
How to to keep your custom maps lag-free Share public link
The .oiv package format allows for one-click installation through OpenIV , automatically placing files into your "mods" folder to keep original game data safe.
local prop = nil local freezeStatus = false
Do not download random .oiv files from untrusted sources. Look for the official release on (search for "Map Builder" and filter by Most Recent). The file name should be something like MapBuilder_v2.11.oiv or MapBuilder_211_OpenIV_Package.oiv .
Navigate to the top menu bar and select > Package Installer .