Devlog #28
Dev Log #28 - The Modding Update
07/14/2022
Emergency 0.13.4 Update
Hey y'all. I implemented modding in version 0.13.3. Unfortunately, found some important bugs while I was creating mods for the game, and wanted to release a new version so that everyone downloads the fixed version of the game.
Modding Precaution
Okay y'all, look. You've probably downloaded plenty of sketchy files online, but I have to let y'all know that Queen's Brothel mods aren't all safe downloads. Game engines are notorious for having too much power. We can access files, delete files, read your inputs. I just want to let y'all to be smart about downloading mods for Queen's Brothel. Trust people that look trustworthy. And for developers, it's easy to gain trust by adding your source code to your projects so that other developers can make sure you aren't writing malicious code.
Modding!
Queen's Brothel has finally gotten modding support in the Godot version of the game. Easier than expected, because Godot offers tools to upload mod files and it handles the rest. The hard part was coming up with a structure that you guys can follow that will align with the game's files. Which means, you guys have to code your mod the same way I code the game 🤭.
How to Download Mods
I am advocating for all mod developers to use itch.io. It's the best site to use for uploading projects because everything is free. Modders are able to use the "queens-brothel" tag that will automatically populate the database for people to find your mod quickly. https://itch.io/game-mods/tag-queens-brothel
You must register for an account to see NSFW games / game mods on itch.io!!!
Mod files are the ones with the extension .pck. Download those files to add them to Queen's Brothel.
How to Add Mods to Queen's Brothel
- In the main menu, click the "Mods" button on the left side of the screen
- Click "Add Mod"
- Navigate to your mod's .pck files
- Select one or multiple .pck files
- Click "Open"
You're done! Mods should load when you start your save file.
How to Create Mods
Creating mods requires developers to download Godot and use GDScript. You have to export .pck files from Godot. Because of the complexity, I have hopefully created a nice tutorial for you guys over at https://docs.queensbrothel.com/.
Mods!
To kick things off, I've created some mods. If you remember, there was a mod that added Scarlett's original story back into game. I've replaced that with a sidequest instead. You can download Scarlett's sex slave mod below. I'm also going to be creating mods for outfits that can't be put into the base game. Below is Harley Quinn and Poison Ivy.
Get Queen's Brothel
Queen's Brothel
Join Queen as she travels into foreign land to start her own business, a brothel.
Status | Released |
Author | DPMaker |
Genre | Role Playing, Adventure, Visual Novel |
Tags | Action RPG, Adult, brothel, Erotic, Management, NSFW, Point & Click |
Languages | English |
Accessibility | One button |
More posts
- 1.11.0 - Content Update49 days ago
- 1.10.0 - Content Update80 days ago
- 1.9.0 - Content UpdateMay 10, 2024
- 1.8.0 - Content UpdateMar 15, 2024
- 1.7.1 - Bug FixOct 11, 2023
- 1.7.0 - Content UpdateOct 06, 2023
- 1.6.0 - Content UpdateAug 22, 2023
- 1.5.0 - Content UpdateJul 19, 2023
- 1.4.0 - Content UpdateJun 19, 2023
- 1.3.0 - Content UpdateMay 05, 2023
Comments
Log in with itch.io to leave a comment.
Hi. Will these mods work for the Android version of the game?
Yes, we are waiting for the Godot engine to fix a bug.