Download BaseMod:

BaseMod.zip

Modding Golden Lap

Before we begin

Modding Golden Lap requires editing some .json files. A knowledge of the file type is useful, and the use of an editor supporting json file editing and error highlighting is definitely suggested. Visual Studio Code is a good, free option.

Mod loading mechanism

There are two ways of loading mods into Golden Lap.

Manual mod loading

By default, the game will look for content folders inside the Documents/My Games/Golden Lap/Mods folder, and will load the first one available (usually by alphabetical order). Note that any mod called BaseMod will be ignored in this step.

This method is intended for initial content creation by the modders, and as a fallback loading mechanism for players in platforms where a Workshop / Modding utility is not provided.

Steam Workshop

Starting from build 240820-ffc0e3e, the game provides a full Steam Workshop integration, so players can subscribe to mods through Steam and manage the active mod in the relative screen accessible from the main menu.

To publish a mod on Steam, please look at the relevant section at the end of this document.

What can be modded