HaseoOfDeath

Engaged Member
Game Developer
Sep 13, 2017
2,892
5,565
how to create a vial of CMD-1? no such option in "craft materials and serums"
If you're in the Story, the recipe is on the left hand side of the Menu and around the Date or you could've already made it. If the Goal is Green, it's ready to be delivered on that select day it's due.

You cannot make it freely until late into Chapter 4
 

Mishun

Member
Jan 27, 2018
408
133
If you're in the Story, the recipe is on the left hand side of the Menu and around the Date or you could've already made it. If the Goal is Green, it's ready to be delivered on that select day it's due.

You cannot make it freely until late into Chapter 4
i have task to create it for "executive meeting", but i can't, 7 days left
 

Mishun

Member
Jan 27, 2018
408
133
when i must call Sophie on date? at morning she is angry "affection declined", afternoon "she is probably busy", evening "no response", WHEN "from time to time" i must call her?
 

HaseoOfDeath

Engaged Member
Game Developer
Sep 13, 2017
2,892
5,565
when i must call Sophie on date? at morning she is angry "affection declined", afternoon "she is probably busy", evening "no response", WHEN "from time to time" i must call her?
Weekend. I think Afternoon but it's been a minute
 

Dr.Sloth

Newbie
Oct 12, 2017
76
222
Hi, i dont know if anyone had asked this before. But is there a list for all possible perk your slave can get at the Slave Pit Facility? Also like what perk combinations yield you more money etc
Thx in advance
Here, ripped from the game files :

Code:
"Oral Fixation":
name: "Oral Fixation",
perkReq: "none", traitReq: "none",
sexReq: [1,10], wlpReq: [0,10], ltyReq: [0,10],
skillReq: ["oral", 1],
value: 1500

"Oral Expert":
name: "Oral Expert",
perkReq: "Oral Fixation", traitReq: "none",
sexReq: [2,10], wlpReq: [0,10], ltyReq: [0,10],
skillReq: ["oral", 3],
value: 4500

"Oral Lover":
name: "Oral Lover",
perkReq: "Oral Expert", traitReq: "none",
sexReq: [4,10], wlpReq: [0,10], ltyReq: [0,10],
skillReq: ["oral", 5],
value: 9000

"Oral Obsession":
name: "Oral Obsession",
perkReq: "Oral Lover", traitReq: "none",
sexReq: [6,10], wlpReq: [0,10], ltyReq: [0,10],
skillReq: ["oral", 10],
value: 18000

"Anal Fixation":
name: "Anal Fixation",
perkReq: "none", traitReq: "none",
sexReq: [1,10], wlpReq: [0,10], ltyReq: [0,10],
skillReq: ["anal", 1],
value: 1500

"Anal Expert":
name: "Anal Expert",
perkReq: "Anal Fixation", traitReq: "none",
sexReq: [3,10], wlpReq: [0,10], ltyReq: [0,10],
skillReq: ["anal", 3],
value: 4500

"Nipple Fixation":
name: "Nipple Fixation",
perkReq: "none", traitReq: "none",
sexReq: [1,10], wlpReq: [0,10], ltyReq: [0,10],
skillReq: ["breasts", 1],
value: 1500

"Breeding Kink":
name: "Breeding Kink",
perkReq: "none", traitReq: "none",
sexReq: [2,10], wlpReq: [0,8], ltyReq: [0,10],
skillReq: ["pussy", 1],
value: 4500,
bonusPerk: "Submissive", bonusValue: 10000

"Nymphomaniac":
name: "Nymphomaniac",
perkReq: "none", traitReq: "none", traitNeg: "Frigid",
sexReq: [8,10], wlpReq: [0,10], ltyReq: [0,10],
skillReq: ["none"],
value: 15000

"Dominant":
name: "Dominant",
perkReq: "none", traitReq: "none",
sexReq: [0,10], wlpReq: [4,10], ltyReq: [0,10],
skillReq: ["dom", 1],
value: 4500

"Sadistic":
name: "Sadistic",
perkReq: "Dominant", traitReq: "none",
sexReq: [4,10], wlpReq: [6,10], ltyReq: [2,10],
skillReq: ["dom", 3],
value: 4500

"Cruel":
name: "Cruel",
perkReq: "Sadistic", traitReq: "none",
sexReq: [2,10], wlpReq: [8,10], ltyReq: [0,10],
skillReq: ["dom", 5],
value: 7500

"Evil":
name: "Evil",
perkReq: "Cruel", traitReq: "none",
sexReq: [0,10], wlpReq: [10,10], ltyReq: [0,10],
skillReq: ["dom", 10],
value: 15000

"Submissive":
name: "Submissive",
perkReq: "none", traitReq: "none",
sexReq: [0,10], wlpReq: [0,2], ltyReq: [4,10],
skillReq: ["sub", 1],
value: 1500,
bonusPerk: "Breeding Kink", bonusValue: 10000

"Masochistic":
name: "Masochistic",
perkReq: "Submissive", traitReq: "none",
sexReq: [4,10], wlpReq: [0,4], ltyReq: [6,10],
skillReq: ["sub", 3],
value: 4500

"Subservient":
name: "Subservient",
perkReq: "Masochistic", traitReq: "none",
sexReq: [2,10], wlpReq: [0,4], ltyReq: [8,10],
skillReq: ["sub", 5],
value: 7500

"Willing Slave":
name: "Willing Slave",
perkReq: "Subservient", traitReq: "none",
sexReq: [0,10], wlpReq: [0,1], ltyReq: [10,10],
skillReq: ["sub", 10],
value: 15000

"Pet":
name: "Pet",
perkReq: "none", traitReq: "none",
sexReq: [2,10], wlpReq: [0,8], ltyReq: [2,10],
skillReq: ["pet", 1],
value: 3000

"Submissive Pet":
name: "Submissive Pet",
perkReq: "Pet", traitReq: "none",
sexReq: [2,10], wlpReq: [0,8], ltyReq: [4,10],
skillReq: ["sub", 3],
value: 4500,
bonusPerk: "Submissive", bonusValue: 10000

"Mute":
name: "Mute",
perkReq: "none", traitReq: "Special",
value: 4500,
bonusPerk: "Submissive", bonusValue: 20000

"Clipped Heels":
name: "Clipped Heels",
perkReq: "none", traitReq: "Special",
value: 4500,
bonusPerk: "Nymphomaniac", bonusValue: 20000

"Permanent Makeup":
name: "Permanent Makeup",
perkReq: "none", traitReq: "Special",
value: 4500,
bonusPerk: "Nymphomaniac", bonusValue: 20000

"Augmented Breasts":
name: "Augmented Breasts",
perkReq: "none", traitReq: "Special",
value: 9000,
bonusPerk: "Nymphomaniac", bonusValue: 20000

"Small Breasts":
name: "Small Breasts",
perkReq: "none", traitReq: "Special",
value: 3000

"Large Breasts":
name: "Large Breasts",
perkReq: "none", traitReq: "Special",
value: 3000,
bonusPerk: "Nymphomaniac", bonusValue: 20000

"Feminized Voice":
name: "Feminized Voice",
perkReq: "none", traitReq: "Special",
value: 4500

"Castrated":
name: "Castrated",
perkReq: "none", traitReq: "Special",
value: 7500

"Feminized":
name: "Feminized",
perkReq: "none", traitReq: "Special",
value: 15000,
bonusPerk: "Castrated", bonusValue: 30000

"Pulled Heels":
name: "Pulled Heels",
perkReq: "none", traitReq: "Special",
value: 13500,
bonusPerk: "Submissive", bonusValue: 20000

"Animal Ears":
name: "Animal Ears",
perkReq: "none", traitReq: "Special",
value: 15000,
bonusPerk: "Pet", bonusValue: 20000

"Room Slave":
name: "Room Slave",
perkReq: "none", traitReq: "Special",
value: 0,

"Get Pussy":
name: "Get Pussy",
perkReq: "none", traitReq: "Special",
value: 50000,
Code:
"none":
name: "None",
sex: 0, wlp: 0, lty: 0

"frigid":
name: "Frigid",
sex: -3, wlp: -1, lty: 0,
oral: -5, anal: -5, pussy: -5,
value: -5000

"bratty":
name: "Bratty",
sex: 2, wlp: 3, lty: -3,
value: -2000

"stubborn":
name: "Stubborn",
sex: 0, wlp: 3, lty: -3,
value: -1000

"violent":
name: "Violent",
sex: -2, wlp: 5, lty: -5,
dom: 5, sub: -5,
value: -2500

"timid":
name: "Timid",
sex: -3, wlp: -3, lty: 1,
dom: -5, sub: 5,
value: -1000

"inexperienced":
name: "Inexperienced",
sex: -2, wlp: 2, lty: -2,
oral: -1, anal: -1, pussy: -1,
value: 0

"hypersexual":
name: "Hypersexual",
sex: 3, wlp: -2, lty: -4,
oral: 2, anal: 2, pussy: 2,
value: 10000

"peoplepleaser":
name: "People Pleaser",
sex: -2, wlp: -3, lty: 3,
oral: 2, breasts: 2,
value: 5000

"oraladdict":
name: "Oral Addict",
sex: 1, wlp: -2, lty: 0,
oral: 5, pussy: -3,
value: 10000

"analaddict":
name: "Anal Addict",
sex: 3, wlp: -2, lty: 0,
anal: 5, pussy: -3,
value: 10000

"oralaversion":
name: "Oral Aversion",
oral: -5,
value: -2000

"analaversion":
name: "Anal Aversion",
anal: -5,
value: -2000
Am too lazy for maths, but a slave with sub/nympo/breeding kink + slutty makeup/large breasts sells for a lot without costing too much. Technically fully feminized male slaves with those traits will sell for more but they they are absurdly expensive to make.

Also I thought 3 traits is the limit but there are some that require 3 other traits so I don't know how to get them.
 

Cernunnos.

Well-Known Member
May 27, 2017
1,520
4,084
Finally get around to making Tasha a woman again and instead of being able to do so out of the gate like John we've got to romance him before dosing...some malicious compliance there.
 
  • Like
Reactions: HaseoOfDeath
Jul 16, 2017
70
152
Did you try the search function?
Yeah, but for some odd reason I'm not seeing many messages going "Here is the final build that had the rape content AParticularPineapple will be looking for on August 6th, 2024". I prefer my condescension in the form of a link to a message that I could've easily searched for, not a vague allusion to such a message possibly existing.
I get it's a common issue that people ask dumb questions without even trying to look for themselves, but I've come back like 3 times for a cursory glance through the search bar and found nothing but people talking about the content after the fact.
 
Oct 8, 2020
499
530
Yeah, but for some odd reason I'm not seeing many messages going "Here is the final build that had the rape content AParticularPineapple will be looking for on August 6th, 2024". I prefer my condescension in the form of a link to a message that I could've easily searched for, not a vague allusion to such a message possibly existing.
I get it's a common issue that people ask dumb questions without even trying to look for themselves, but I've come back like 3 times for a cursory glance through the search bar and found nothing but people talking about the content after the fact.
What night said. Public is out here and the Changelog is as follows:




  • This update expands on John’s Dom route after Penny’s initial corruption and focuses on how Tasha becomes affected by John. New scenes focusing on Tasha take the spotlight while John continues to grow as a “Shadowy Villain” antagonist.
Content Updates

  • New intro scene for Tasha’s content
    • Scene will occur soon after joining John and Penny in the storage room
  • New timed events for Tasha
    • Scenes occur in the Morning/Late Morning every three days unless those time slots are tied up
    • 2 different scenes can play out
    • An additional gender-exclusive scene can occur on the way home after a certain point
  • New scene in Records Office to tie into next content update
  • New scenes in The Pit featuring new side character Annie
    • Scenes triggered when refusing Tasha’s events
    • Different scene based on MC status
  • New dream scene allows for a one-time reset of John’s Dom path
  • Updated Tasha’s dialogue in several scenes after being corrupted
  • Chris’ scenes are now triggered slightly differently
    • You will instead be notified Chris is available to hang out, then be left to call him on your own from the bedroom if you choose to
  • Added new random dream scenes
Base System Updates

  • Updated NPC memory, recall, and comparison functionality
  • Updated story flag management to be more manageable
  • Updated ‘SetFlag’ function to allow for ‘false’ setting
  • New function to lock player’s dominance level
  • New function to return simple 1 in X odds of occurrence
Dialogue System Updates

  • New message box function to accommodate custom NPCs
  • New message box function to allow for random dialogue
  • Added variable dialogue return based on Penis Size
  • Added variable dialogue return based on Ass Size
  • Added variable dialogue return based on action preference
  • Added variable player thought bubble based on action preferences
Tracking System Updates

  • Added tracking for who placed MC in chastity into AddChastity macro
  • Updated isChastity function to parse above update
Fixes

  • Fixed Chris dose counter not displaying correctly in Character Menu
  • Fixed broken link text on The Pit during Halloween event
  • Various spelling/grammar/syntax fixes
  • DEV: Fixed ‘getPrimaryGender’ return error
  • DEV: Fixed broken ‘Room-GotoSleep’ link
  • DEV: Fixed ‘Club Pearl’ scene not triggering for Male/TS characters
  • DEV: Fixed Tasha scenes not triggering at elevator
  • DEV: Fixed ‘player not defined’ error during Penny/Tasha scene
  • DEV: Fixed ‘prefThought’ error during Pit Punishment milking scene
  • DEV: Fixed ‘AddEvent’ error during Pit Punishment scenes
Westane changed servers so the direct links won't function, but the Mega mirror looked like it was still up. Should be what you wanted.
 

queefdesu

Newbie
Jul 26, 2017
67
106
Is there any way to prevent the odd delay between each decision in game ?
it seems to get worse the further you progress
 

HaseoOfDeath

Engaged Member
Game Developer
Sep 13, 2017
2,892
5,565
Is there any way to prevent the odd delay between each decision in game ?
it seems to get worse the further you progress
Might be the bandwidth where it's good some days and bad others. See if this continues as you play
 

orellion

Newbie
May 12, 2023
82
47
Is there any way to prevent the odd delay between each decision in game ?
it seems to get worse the further you progress
It's just a limitation of the twine engine. To keep track of your character progress, that takes variables, and each history state (one page rewind) of the game requires memory to hold another copy of all those variables. There are ways to code twine games more efficiently, but they are rarely used.
 

queefdesu

Newbie
Jul 26, 2017
67
106
It's just a limitation of the twine engine. To keep track of your character progress, that takes variables, and each history state (one page rewind) of the game requires memory to hold another copy of all those variables. There are ways to code twine games more efficiently, but they are rarely used.
thanks for the explaination, i guess ill just avoid this game then
 
3.90 star(s) 74 Votes