Interior/Mlo Loader | G&N's Studio

Learn how to configure which interiors are loaded on your server using the Sandy IPL Loader.

Overview

We provide and will continue to provide a wide range of interiors in Sandy Shores. However, you're not required to use them all, which is why we offer an IPL Loader that allows you to load or unload interiors as you see fit.

This loader is also designed to optimize your game based on your chosen configuration, helping to maximize FPS stability for your players.


How to Configure

Configuration File Location

Open the file cfx_gn_sandy_ipl_loader\config.lua

Configuration Options

Change the values to "true" or "false" in the config table:

  • True = Activate the interior (MLO will be loaded)

  • False = Deactivate the interior (MLO will be unloaded)

cfx_gn_sandy_ipl_loader\config.lua
config = {                      -- This config enables or disables Mlo IPL
    ["Sandy_CarDealer"] = true,  -- Albany Car Dealer
    ["Sandy_LiquorBar"] = true, -- LiquorBar / The Rusty Tap
    ["Sandy_House"] = true,     -- All Houses Interiors
    ["Sandy_Motel"] = true,     -- Vanilla Motel
    ...
}

What Does This Loader Do?

1

Activating an MLO

  • Loads the IPL displaying the MLO in-game.

  • Loads the IPL for the MLO’s LOD.

  • Loads the occlusion tailored to the MLO.

  • Players can enter and interact with the interior

2

Deactivating the MLO

  • Unloads the MLO (it will no longer render in-game).

  • Loads the "blocker" IPL, preventing players from entering an empty house.

  • Loads the full building occlusion (more performance-efficient)

  • Improves FPS


Performance Benefits

With this system, we maximize your game's optimization based on your chosen configuration:

  • Reduced Memory Usage: Only load interiors you actually use

  • Better FPS: Less geometry to render means better performance

  • Faster Loading Times: Fewer resources to stream

  • Customizable Experience: Enable only what fits your server's theme


circle-exclamation

Last updated