Reoxz

New Member
Jul 17, 2018
10
7
I don't know what I'm doing wrong, but all my slaves end up whit their spirit broken. I still can't figure how is the right way to play this game
 

i107760

Sistersitting / Housesitting Developer
Modder
Game Developer
Nov 1, 2016
849
1,477
I think personally 'studs' need some rebalance. Heavy Gauge Rings give the best stats, and are the cheapest (you buy set of 7). This seems mainly due to the fact that gemstone studs give slave +1 style, instead of +2 (like it gives your assistant), this is possbily a bug. Barbells are also the most expensive, but give worse stats than heavy gauge. I think in general the stats on these could be rebalanced a little.

In my opinion, gemstone studs should be buffed a little for slaves (+2 style), and exotic boost on heavy gauge rings should be reduced since they're so cheap. And maybe swap arousal boost from heavy gauge and barbell, in general barbells should be better than heavy gauge, and right now they're worse in every way. (More expenisve, less exotic boost, less arousal, etc.)
You don't have permission to view the spoiler content. Log in or register now.
 
Last edited:

Evangelion-01

Devoted Member
Apr 12, 2018
10,504
7,028
I don't know what I'm doing wrong, but all my slaves end up whit their spirit broken. I still can't figure how is the right way to play this game
best way... keep training a slaves endurance until she is healthy, than let her participate in the arena tournaments (+10 endurance, temperament and nature if she wins) if she is in the blue with temerament and nature she won't get a sanity warning once her pride is "unashamed" being a level below that (purple) gives a pink warning haveing even less on both values causes insanity/being broken.
So either prevent her pride drop to fast (you ultimately want that) or use rewards and tournaments to get her temperament and nature higher
 

clown3

New Member
Dec 2, 2019
14
1
How can I make she the masochist? I have searched some game strategy, some say punish her when she feel guilty, but when she is a S+ girl and full devotion, how can i make her feel guilty?
 

i107760

Sistersitting / Housesitting Developer
Modder
Game Developer
Nov 1, 2016
849
1,477
How can I make she the masochist? I have searched some game strategy, some say punish her when she feel guilty, but when she is a S+ girl and full devotion, how can i make her feel guilty?
You don't have permission to view the spoiler content. Log in or register now.
You need to raise her masohism_xp I believe. I think teaching self-harm does this. Not sure if anything else does so.
 

clown3

New Member
Dec 2, 2019
14
1
You don't have permission to view the spoiler content. Log in or register now.
You need to raise her masohism_xp I believe. I think teaching self-harm does this. Not sure if anything else does so.
I don't understand much about the code. if slave["masohism_xp"] > 50, I think I just need to let her do the self-harm, but what does it means to say slave["masohism"] = 0?
 

i107760

Sistersitting / Housesitting Developer
Modder
Game Developer
Nov 1, 2016
849
1,477
Code:
If slave["masohism"]  = 2:
$setting_display += {<div id="under_gray">Masochist<div id = "clear"><a href = 'EXEC: slave["masohism"] = -1 & gt "menu_form"'><img src = "content\pic\clear.png"></a></div></div>}
END
If slave["masohism"] = 1:
$setting_display += {<div id="under_gray">Accustomed to Pain<div id = "clear"><a href = 'EXEC: slave["masohism"] = 2 & gt "menu_form"'><img src = "content\pic\clear.png"></a></div></div>}
END
If slave["masohism"] = -1:
$setting_display += {<div id="under_gray">Afraid of Pain<div id = "clear"><a href = 'EXEC: slave["masohism"] = 0 & gt "menu_form"'><img src = "content\pic\clear.png"></a></div></div>}
END
IF slave["masohism"] = 0:
$setting_display += {<div id="under">Masochist<div id = "clear"><a href = 'EXEC: slave["masohism"] = 1 & gt "menu_form"'><img src = "content\pic\clear.png"></a></div></div>}END
Just keep teaching self-harm, at 50 you get Accustomed to Pain, then at 75 you get Masochist. Although I am not sure if it's at Accustomed to Pain if it will keep increasing by teaching self-harm... I recommend you to check the code, it's not hard, just search for masohism_xp and see what adds to it.
 

clown3

New Member
Dec 2, 2019
14
1
Code:
If slave["masohism"]  = 2:
$setting_display += {<div id="under_gray">Masochist<div id = "clear"><a href = 'EXEC: slave["masohism"] = -1 & gt "menu_form"'><img src = "content\pic\clear.png"></a></div></div>}
END
If slave["masohism"] = 1:
$setting_display += {<div id="under_gray">Accustomed to Pain<div id = "clear"><a href = 'EXEC: slave["masohism"] = 2 & gt "menu_form"'><img src = "content\pic\clear.png"></a></div></div>}
END
If slave["masohism"] = -1:
$setting_display += {<div id="under_gray">Afraid of Pain<div id = "clear"><a href = 'EXEC: slave["masohism"] = 0 & gt "menu_form"'><img src = "content\pic\clear.png"></a></div></div>}
END
IF slave["masohism"] = 0:
$setting_display += {<div id="under">Masochist<div id = "clear"><a href = 'EXEC: slave["masohism"] = 1 & gt "menu_form"'><img src = "content\pic\clear.png"></a></div></div>}END
Just keep teaching self-harm, at 50 you get Accustomed to Pain, then at 75 you get Masochist. Although I am not sure if it's at Accustomed to Pain if it will keep increasing by teaching self-harm...
Really? Can the Accustomed to Pain finally change to the Masochist? I'll try.
 

i107760

Sistersitting / Housesitting Developer
Modder
Game Developer
Nov 1, 2016
849
1,477
I have released my outfit and massbuy system mod here qwertyu12359 : https://f95zone.to/threads/jack-o-nine-tails-outfit-system-and-macro-massbuy-system.41551/ I'm also thinking about doing some item rebalance as a mod/personal tweak, but would prefer just discussing it with you, if you agree with my suggestions maybe it can be in the main game. (First part of said item suggestions is higher up the page, about earrings/studs.)

Working on v0.3 now, adding 2 more routines. Then finally v0.4 will come today or tomorrow, adding 2 more routines.

I will then add text about what you are equiping when you press the button, and I think it's basically done then, maybe some small changes. And when the mod is done, I will start on writing a "White Town Patrician in 75 days as Nerd on hardcore" guide. I'm pretty sure I can do it, will need some slight testing to confirm, but would be a good guide I believe for more experiecned players to speedrun the game my way.
 

chainedpanda

Active Member
Jun 26, 2017
627
1,087
What am I doing wrong here? Im trying to get uncle bos request done, kept failing so ive cheated. According to the wiki he needs:
  • Lolis (Trait - immature)
  • B/Blue class sensitivity (empathy?)
  • B/Blue class Cook
  • C/Purple class Enchantress
  • C/Purple class Singer
  • C/Purple class Dancer
  • Nothing exotic
  • Pays extra for virgins, likes them plump and a little spoiled
The code also says:
contractor_demand['agree_age'] = 1
contractor_demand['virginity'] = 1
contractor_demand['min_stamina'] = 2
contractor_demand['min_sensitivity'] = 3
contractor_demand['min_beauty'] = 3
demand['agree_age'] = 1
demand['virginity'] = 1
demand['notattoos'] = 1
demand['pure'] = 1

My slave currently has:
Loli
Virgin
Max attributes, aside from Exoticism (3), Weight (adjusted multiple times), Style and Fame.
Rank C+
B+ in everything, but A+ in Fitness.
No tats, or piercings
Kimono and Tabi socks as outfit
Clean and Pleased

Yet he wont accept my slave? She has enough stanima, as she has B+ stat in everything. aside from an A+ in fitness. Ive also tried lowering and raising weight. Also has enough devotion to become my assistant. Yet no dice, any advice?
 

i107760

Sistersitting / Housesitting Developer
Modder
Game Developer
Nov 1, 2016
849
1,477
Anyone else not getting Spawn Semen from milking your fiends? Can't feed my slaves fiend cum, even with Fiend Tatoo and having Leviathan fiend.
 
  • Thinking Face
Reactions: qwertyu12359

i107760

Sistersitting / Housesitting Developer
Modder
Game Developer
Nov 1, 2016
849
1,477
do you still live in the slums?
Semen is the same as any other food and requires a refigerator
No I live in White Town/Serpentine Quarter. Been happening for a while, just figured I was doing something wrong, but now that I've started a new game again it's confusing me. Let me try with cheat mod disabled, although I seriously doubt that'd cause it. (But who knows.)

I'm also very busy on writing my White Town Patrician Guide, so far I have finished the first D- contract as Nerd on hardcore on the third day. Gonna see how fast I can beat the game when playing optimally.
 
Last edited:
  • Thinking Face
Reactions: qwertyu12359

qwertyu12359

Jack-o-nine-tails
Game Developer
Aug 1, 2017
1,567
1,697
Tested it, me too, same problem... What the hell? :(

It shouldn't have happened, I haven't touched the spawn system...
 
  • Like
Reactions: i107760

i107760

Sistersitting / Housesitting Developer
Modder
Game Developer
Nov 1, 2016
849
1,477
Tested it, me too, same problem... What the hell? :(

It shouldn't have happened, I haven't touched the spawn system...
I will also take a look at the game's code soon, so if you can't find it, maybe if we both try we can find it :) I tested without my mod/cheat mod, and it still happened, so seems indeed to be in base game. This bug also occured in the beta version btw, so it's not something 'new'.
 
  • Wow
Reactions: qwertyu12359

qwertyu12359

Jack-o-nine-tails
Game Developer
Aug 1, 2017
1,567
1,697
I will also take a look at the game's code soon, so if you can't find it, maybe if we both try we can find it :) I tested without my mod/cheat mod, and it still happened, so seems indeed to be in base game. This bug also occured in the beta version btw, so it's not something 'new'.
That means it comes from a change Powerairmax did that backfired. From what I've seen, the thing he did was replace all occurrences of ".jpg" and ".gif" into ".png". Maybe there was a weird condition in the code like "if jpg = 1 then spawn_semen = 1", but that's a huuuuuge stretch ^^
 

highlander00

Newbie
May 15, 2017
77
105
That means it comes from a change Powerairmax did that backfired. From what I've seen, the thing he did was replace all occurrences of ".jpg" and ".gif" into ".png". Maybe there was a weird condition in the code like "if jpg = 1 then spawn_semen = 1", but that's a huuuuuge stretch ^^
I've also tried here, and the funny thing is that at the first time that I had an assistant do the milking, it didn't increase the quantity, then I appointed said assistant as a slave, and did a Fiend sex lesson, bingo, got me some Spawn Semen... After that no matter the options, I always got the indicated Semen amount...
And there's nothing wrong coding wise (just took a quick glance)...
No I live in White Town/Serpentine Quarter. Been happening for a while, just figured I was doing something wrong, but now that I've started a new game again it's confusing me. Let me try with cheat mod disabled, although I seriously doubt that'd cause it. (But who knows.)

I'm also very busy on writing my White Town Patrician Guide, so far I have finished the first D- contract as Nerd on hardcore on the third day. Gonna see how fast I can beat the game when playing optimally.
Could you attach a save with this bug? It won't help that much, but at least I want to see it happen...
 
  • Like
Reactions: qwertyu12359

Evangelion-01

Devoted Member
Apr 12, 2018
10,504
7,028
I will also take a look at the game's code soon, so if you can't find it, maybe if we both try we can find it :) I tested without my mod/cheat mod, and it still happened, so seems indeed to be in base game. This bug also occured in the beta version btw, so it's not something 'new'.
gotta disagree in the previous beta I had several 100 units of Spawn cum
 
  • Like
Reactions: hideouz

qwertyu12359

Jack-o-nine-tails
Game Developer
Aug 1, 2017
1,567
1,697
gotta disagree in the previous beta I had several 100 units of Spawn cum
It seems the problem happens intermittently.

Maybe the problem happens when the assistant is a milk maid (and maybe only when the fiend isn't contented), and everything is fine when the slave is being the milk maid.
 
4.00 star(s) 59 Votes