Initialize Project
Download Godot
To make mods for Queen's Brothel you must install the Godot engine. Download Godot 3.4.4
note
Queen's Brothel will be staying with Godot 3.X. We will not be switching to Godot 4 in the future.
Download Mod Project
Download the mod project template. You will be using this pre-made mod as a quick way to get started.
- Go to the mod project template page
- Click the "Code" dropdown button
- Click "Download ZIP"
- Extract the downloaded zip file
Open Your Project
Now we can get started.
- Open Godot
- Click "Import Project"
- Browse to your extracted mod project template
- Select the project.godot file
- Click "Import & Edit"
The project should automatically open. You are ready to start creating your mod!