Skip to main content

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.

  1. Go to the mod project template page
  2. Click the "Code" dropdown button
  3. Click "Download ZIP"
  4. Extract the downloaded zip file

Open Your Project

Now we can get started.

  1. Open Godot
  2. Click "Import Project"
  3. Browse to your extracted mod project template
  4. Select the project.godot file
  5. Click "Import & Edit"

The project should automatically open. You are ready to start creating your mod!