Skip to content

Getting started

This guide will tell you how to setup your workspace for mod development.

Setting up

Launch the game with zDEV-UE4SS version of the mod loader installed.

If any windows are fully white, open Grocery Store Simulator/Simulatorita/Binaries/Win64/UE4SS-settings.ini and change:

ini
GraphicsAPI = opengl
GraphicsAPI = dx11

Then relaunch the game.

In the window with tabs on top, go to Dumpers and click Generate Lua Types.

IMPORTANT

You will need to do this every time the game updates to get the latest types

NOTE

If you want to hide the additional windows, open Grocery Store Simulator/Simulatorita/Binaries/Win64/UE4SS-settings.ini and change ones to zeros here:

ini
ConsoleEnabled = 1
GuiConsoleEnabled = 1
GuiConsoleVisible = 1
ConsoleEnabled = 0
GuiConsoleEnabled = 0
GuiConsoleVisible = 0

NOTE

You won't need the black background console, you can disable it in Grocery Store Simulator/Simulatorita/Binaries/Win64/UE4SS-settings.ini:

ini
ConsoleEnabled = 1
ConsoleEnabled = 0