Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Strive for Power

Fantasy Slave Management/RPG Erotic Game · By Strive4Power

How to make starting slave dominant?

A topic by BobaLives created May 02, 2022 Views: 1,334 Replies: 4
Viewing posts 1 to 2

So I’ve been really getting into this game and enjoying it, but there’s one pretty minor thing that I’ve been trying to figure out


I read on the wiki that your starting slave can get either the ‘dominant’ or ‘submissive’ trait through a series of events.  I was trying to make mine dominant, but it seems I reached the end of that event chain (a sex scene where she got the ‘grateful’ trait) but she didn’t get the dominant trait.  I was a bit disappointed.


I’m wondering what I did wrong - I remember picking the option during the massage scene that definitely seems like it would lead to her being more dominant, so I’m not sure what I should have done differently.


Does anyone know exactly what choices you have to make with your starting slave to make them dominant?


Alternately, is there any other way to make a slave dominant?  Or - since I have a save file from right before the event where she got ‘grateful’ - is there some way I could meddle with the game files to change it so I get the ‘dominant’ event?


Sorry for the weirdly specific questions - all I want is my dominant Orc GF…. :(

My reply to someone with a related problem should clarify the mechanics: https://itch.io/t/993501/dominant-servant-stops-forcing-me-qaq

Your problem is that you only chose 1 dom outcome. Whether you can solve this in-game will depend on if you saved before the alchemy event, as the last event only responds to prior choices. If not then you can only change the outcome by editing the save file.

To edit the save file you will want to open the file with a decent text editor. Many use Sublime Text 3 or Notepad++, but generally anything better than Windows' Notepad will work. Make a backup of the file before starting as mistakes are hard to fix. The save files use JSON format, so an online JSON editor can be used but is not needed for this.

Use the Find function to locate the "decisions" list (it will have a colon and square brackets following it). Inside the list will be various text in double quotes and separated by commas. The ones related to the starting slave will start with "ss" and the ending of each will indicate the choice made. The dominant ones are ["ssweak", "ssmassageweak", "sspotionweak"]. To get the Dominant trait, exactly 2 of the choices must be from this list and "ssyandere" must not be in the list.

Thanks for the info - it's really helpful!

I think I should have a save file from before I upgraded the alchemy lab - luckily, I moved my save from my laptop to my desktop a few days back, so I should be able to just go back and use the older one from my laptop.  It would require going through a couple hours of gameplay again, which would be annoying.  So I'm kinda 50/50 right now as to whether that's worth it.  It's ultimately not THAT big of a deal - I guess it just comes down to a one-off event and the 'dominant' trait.

That said, I made a backup of my saves and have been tinkering around in Notepad++.  It doesn't seem to be working, though.  Initially, I had 'fair' for the massage and the potion events, and 'weak' for the first one.  I changed the massage to "ssmassageweak", so that there would be two of the three like you said, but the sex scene played out the same way as before, where she only gets the 'grateful' trait.

I was wondering if it could be because it's somehow 'locked in' at some point, where even if I change those the final event will be the same.  My latest save was from the day right before the final event triggered.  I also had a save from four days before it triggered, but I had the same result with that one.

Out of curiosity, I tried changing all three of the events to "strict" to see if that had any effect, but the outcome is the same.

Any clue if there's something I could be missing?  Thanks again.

My mistake, the calculations for which trait they receive occurs immediately after the potion event choice, not before the sex scene. After the potion event the only way to add the trait is to make an edit to add the trait. The trait determines which text is used in the final event. Adding traits is not as intuitive as it would appear. There are a couple approaches to this as explained in this thread: https://itch.io/t/1675291/editing-save-and-mc-questions  I recommend the approach in this post (https://itch.io/post/4753014) as the simplest approach.

Ah, gotcha.  Thanks again!