Ankmairdor

Member
May 1, 2019
275
156
219
can you stop your partner from putting on a strap on every time you let them lead?
There is a button called "Action visibility" in the bottom left corner of the sex interaction. This is an action blacklist and nobody can use the disabled actions until you re-enable them. The slave chosen actions are essentially random with various biases, such as selecting actions that the slave has seen or participated in before. If the action remains blacklisted long enough, then other actions will build a stronger participation bias and be chosen instead of that.

im having some trouble, when Trisha first shows up, i get the option to make Emily leave or make Emily stay...by making Emily stay i can no longer get Trisha?
also how do i send Emily on vacation?
Essentially that is correct, if you try to keep one then you can not have the other.
You don't have permission to view the spoiler content. Log in or register now.

Vacations are requested by slaves for level-ups in the talk menu, which is also where you fulfill their requests.

so its unlikely this will ever get fixed...but why is it that when you play a female, all the sex scenes(not intimacy) like when you first get Emily, have you magically growing a dick? i was able to take her virginity with my ghost penis XD
I suspect that the ability to change the sex of the MC from male was added after the story and art were already created. An official fix is unlikely, but there is a mod on itch.io( ) that adds sex scene text for main characters without a penis, though it still uses the original art as that takes more work to change.
 

Azi VonVeil

Active Member
Jan 22, 2024
779
190
43
There is a button called "Action visibility" in the bottom left corner of the sex interaction. This is an action blacklist and nobody can use the disabled actions until you re-enable them. The slave chosen actions are essentially random with various biases, such as selecting actions that the slave has seen or participated in before. If the action remains blacklisted long enough, then other actions will build a stronger participation bias and be chosen instead of that.


Essentially that is correct, if you try to keep one then you can not have the other.
You don't have permission to view the spoiler content. Log in or register now.

Vacations are requested by slaves for level-ups in the talk menu, which is also where you fulfill their requests.


I suspect that the ability to change the sex of the MC from male was added after the story and art were already created. An official fix is unlikely, but there is a mod on itch.io( ) that adds sex scene text for main characters without a penis, though it still uses the original art as that takes more work to change.
thank you for all the info and mod, cant thank you enough
 

Azi VonVeil

Active Member
Jan 22, 2024
779
190
43
my main issue is that im playing a lesbian pimp queen and theses story events taking my girl's virginity are cramping my style XD
 

Ankmairdor

Member
May 1, 2019
275
156
219
yeah i put on that mod and now i cant leave the mansion....
I'm not having any issues. Do you have any other mods installed? Also, there is a Debug mod( ) that can be used to provide error messages that track the errors to their lines of code.


is it possible to recruit Trisha without fuckign her with your magic dick?
If you are going the short route, then no and the mod doesn't seem to cover this either. If you are going the long route, then yes.
 

Azi VonVeil

Active Member
Jan 22, 2024
779
190
43
I'm not having any issues. Do you have any other mods installed? Also, there is a Debug mod( ) that can be used to provide error messages that track the errors to their lines of code.



If you are going the short route, then no and the mod doesn't seem to cover this either. If you are going the long route, then yes.
no other mods at all, but even on a new game i can no leave my mansion i will check out the debug later

and long route? if i "ask for money" she will come back and work for me? and still get the grateful trait? and can unlock sex normally thru "request intimacy"?
 

Ankmairdor

Member
May 1, 2019
275
156
219
no other mods at all, but even on a new game i can no leave my mansion i will check out the debug later

and long route? if i "ask for money" she will come back and work for me? and still get the grateful trait? and can unlock sex normally thru "request intimacy"?
You don't have permission to view the spoiler content. Log in or register now.
 

Azi VonVeil

Active Member
Jan 22, 2024
779
190
43
You don't have permission to view the spoiler content. Log in or register now.
your forgetting one thing, even if you play as a female with no penis the sex text is still displayed and she still loses her virginity....
thats why i just edited my save file to give her back her virginity...the same magic that took it a way will give it back XD
 

Ankmairdor

Member
May 1, 2019
275
156
219
your forgetting one thing, even if you play as a female with no penis the sex text is still displayed and she still loses her virginity....
thats why i just edited my save file to give her back her virginity...the same magic that took it a way will give it back XD
Code:
    Tisha = {
        basics = ['Human', 'adult', 'female', 'commoner'],
        name = 'Tisha',
        surname = 'Hale',
        unique = 'Tisha',
        beautybase = 80,
        haircolor = 'auburn',
        hairlength = 'waist',
        hairstyle = 'braid',
        titssize = 'big',
        asssize = 'average',
        skin = 'fair',
        eyecolor = 'gray',
        vagvirgin = false,
        asser = 40,
        cour = 65,
        conf = 58,
        wit = 39,
        charm = 71,
        height = 'average',
        imageportait = "res://files/images/tisha/tishaportrait.png",
        traits = ['Hard Worker']
    },
I'm not forgetting that, she never had her virginity, though you are free to change the game however you like.


Code:
    elif stage == 5:
        sprite = [['tishaneutral', 'pos1']]
        globals.main._on_mansion_pressed()
        if OS.get_name() != "HTML5":
            yield(globals.main, 'animfinished')
        text = textnode.TishaAfterGorn
        buttons.append(['Ask for money', 'tishagornguild', 6])
        buttons.append(['Have sex', 'tishagornguild', 7])
        buttons.append(["Don't ask for anything", 'tishagornguild', 8])
    elif stage == 6:
        sprite = [['tishaneutral', 'pos1']]
        text = textnode.TishaAskPayment
        globals.state.sidequests.emily = 17
        globals.state.upcomingevents.append({code = "tishapay", duration = 7})
        state = true
    elif stage == 7:
        image = 'tishafinale'
        sprite = [['tishanakedhappy', 'pos1']]
        text = textnode.TishaSexSceneStart
        globals.charactergallery.tisha.nakedunlocked = true
        globals.charactergallery.tisha.scenes[1].unlocked = true
        if globals.player.penis != 'none':
            text += "\n\n" + textnode.TishaSexSceneEnd
        globals.resources.mana += 10
        buttons.append({text = 'Offer Tisha work for you',function = 'tishagornguild', args = 9})
        buttons.append({text ='Not bother her',function = 'tishagornguild', args = 10})
    elif stage == 8:
        image = 'tishafinale'
        sprite = [['tishanakedhappy', 'pos1']]
        globals.charactergallery.tisha.nakedunlocked = true
        globals.charactergallery.tisha.scenes[1].unlocked = true
        text = textnode.TishaRefusePayment + textnode.TishaSexSceneStart
        globals.resources.mana += 10
        if globals.player.penis != 'none':
            text += "\n\n" + textnode.TishaSexSceneEnd
        buttons.append({text = 'Offer Tisha work for you',function = 'tishagornguild', args = 9})
        buttons.append({text ='Not bother her',function = 'tishagornguild', args = 10})
5 is the finale choice for asking for money, sex, or nothing.
6 is when you ask for money.
7 is when you ask for sex.
8 is when you ask for nothing.

The difference between 7 and 8 is a little bit of additional text(TishaRefusePayment) because you refused. A couple lines get shuffled but this has no consequences. TishaSexSceneStart ends with "How nasty of you. Come on, take off your stuff!". TishaSexSceneEnd begins with "As your standing cock is revealed,", which is not given if the player does not have a penis.

Edit: If you are viewing the sex scene through the gallery, then it always shows the full text.
 
Last edited:

Azi VonVeil

Active Member
Jan 22, 2024
779
190
43


so the wiki is wrong? and she was never a virgin?
wait so the "rumors" of her sleeping with her boss are true?
 

Ankmairdor

Member
May 1, 2019
275
156
219


so the wiki is wrong? and she was never a virgin?
wait so the "rumors" of her sleeping with her boss are true?
The wiki is often outdated, and sometimes wrong because people add experiences or guesswork. The last major update was about 5 years ago during 0.5.23c, and I didn't touch the character or walk-through pages. I haven't been around long enough to know if that attribute has changed or whether it was always wrong, but it has not changed in the last 5 years. I don't know the cause of the attribute and I'm not sure even Mav remembers.
 

Eastral

Newbie
Mar 1, 2018
18
5
89
Does anyone have issue with constant mod ?? It somehow keep resetting, though idk what trigger it.


Edit:
Nvm, I found out it was an old issue thay hasn't been fixed because of clicking main menu.
 
Last edited:

Eastral

Newbie
Mar 1, 2018
18
5
89
Is there a way to change the unique character portrait in interaction without affecting the side quest ?? Since changing their unique code to null in save file, stopping further side quest (try it for emily).
 

Ankmairdor

Member
May 1, 2019
275
156
219
Is there a way to change the unique character portrait in interaction without affecting the side quest ?? Since changing their unique code to null in save file, stopping further side quest (try it for emily).
The character images shown by quests are entirely independent from the person so there are no easy fixes for that. The only ways to change that are by replacing every sprite key in the quest script with the path of the image you wish to use or adding new functionality to the sprite system to consider the person (and adjusting all input values accordingly).

The full body images shown by the talk menu and the meet interaction are based on the person, but the current script will always show a default image to match the person's unique code when available. Fixing this is fairly straightforward, but requires some programming experience to adjust the re-ordered if statements.
 

Eastral

Newbie
Mar 1, 2018
18
5
89
Ah, I see. Thank you for the answer.
One more thing, is there a way to convert master free attribute point into mansion upgrade point ?? I know you can do it for the slave, but I just can't find it for the master.
 
Last edited:

aspar4gus

Well-Known Member
Mar 27, 2019
1,113
2,736
447
Does anyone know if I can use all the portrait mod or is it only 1?
would require a bit of folder micromanaging but it's possible to have multiple
(portrait mods are simply folders filled with PNGs that has already been neatly sorted and renamed by the modder according to the game's file naming rules)
 
  • Like
Reactions: tooldev
4.20 star(s) 53 Votes