HTML Wife Adventures - The Control App [v0.9.0CE] [Crayman]

3.50 star(s) 42 Votes

kameohawk

Active Member
Dec 16, 2017
739
2,112
Which part? :LOL:
The miss a payment on the 28th day probably. I wouldn't mind knowing I can miss all the payments I want as long as it wasn't a specific date. Would be nice knowing the ballifs are picky about when they do their job heh
 

kameohawk

Active Member
Dec 16, 2017
739
2,112
Is there a way to do anything with the neighbour? I'm sick and tired of getting the "Oh, haha, I just wanted to see if you might want to come over for that drink?" message every damn day
 
  • Like
Reactions: hiwarren1

thedude2866

Member
Apr 24, 2017
112
119
Is there a way to see the specific values. I find the overarking "stable", "kinky" etc to be a bit of a finger in the air



ain't that the truth
Personally I just use the console in pretty much any twine/html game that I play, but if you want to know here is a break down (taken directly from source code)

Sexuality

Code:
  0-10 = Conservative
 11-30 = Normal
 31-50 = Kinky
 51-75 = Perverted
76-100 = Slutty
Liberty
Code:
0-4 = Shy
  5 = Normal
 6+ = Bold
Control
Code:
0-4 = Submissive
  5 = Passive
 6+ = Dominant
Stability
Code:
  0-20 = Dangerously Unstable
 21-40 = Very Unstable
 41-60 = Unstable
 61-80 = Stable
81-100 = Very Stable
 
  • Like
Reactions: kameohawk

thedude2866

Member
Apr 24, 2017
112
119
Is there a way to do anything with the neighbour? I'm sick and tired of getting the "Oh, haha, I just wanted to see if you might want to come over for that drink?" message every damn day
Pretty sure the neighbour content is different depending on how you react at the BBQ at the start of the game, same with the father.
 
  • Like
Reactions: kameohawk

Patchez

Русский Аплоадер
Uploader
Jun 12, 2017
745
1,290
Besides having to softlink an "images" directory to point at "Images", I also had to softlink "vanilla" to "Vanilla". That seemed to fix nearly everything. There was a couple of broken links when following wife on the weekend and just lazing around, but I didn't bother to pursue it.

Because of the lack of direction or hints, I ended up throwing the html into Twine to poke around and then brought up the variables in the Javascript console to see where I might have been stuck. I had hit at least one bad end by just letting the control app continue to influence the wife without turning it off at some point. That ended up dropping the $balance to negative.

Three variables control the wife path (dom, sub or naive): $sexuality, $liberty and $control. The decision point is when $sexuality goes up to 41. If $liberty is greater than 6 and $control is less than 5 at this point, the wife follows the dom path. Flipped the other way she goes sub. I didn't look much further to see when she might go a hot wife path. I ended up using the console to force her into the dom wife path because she was already locked into naive with sexuality gone way too high by the time I started looking into things.

Buying the laptop is crucial if you want to make the wife dom. Switch to her view in the morning when you can and have her look at porn. There's also a glory hole scene in the park. Too bad the author hasn't added much content to either one.

Having MC not question the stepfather about his gambling habits and also not disclosing that the couple is married at the work welcome party events will knock down control. These are oneshot events.

Also oneshot is the BBQ set of events. I got locked into the neighbor's wife's naive path before I knew it. There's no way to reverse out of that when she becomes available for talk after work at that point. The author needs to add more flexibility about this whole path selection thing.

I stumbled into the principal "secret" path and was thus locked out of the student path. I wouldn't consider these two things to be exclusive.

The author needs to add a stat counter on the sidebar if they expect us to be able to tell where we are in the decision paths. It should include $sexuality, $liberty, $control, $balance and some sort of indicator for current command state and whatever cooldown there that may be necessary. We should also be able to see where we stand with the various relationships at a glance.
Found the line


<<if $sexuality gte 41 and $liberty lte 5 and $control lte 5>>\
<<set $ws_naive to true>>\
<<elseif $sexuality gte 41 and $liberty gte 6 and $control lte 5>>\
<<set $ws_dom to true>>\
<<elseif $sexuality gte 41 and $liberty gte 6 and $control gte 6>>\
<<set $ws_hot to true>>\
<<elseif $sexuality gte 41 and $liberty lte 5 and $control gte 6>>\
<<set $ws_sub to true>>\
 

BoredPenguin

New Member
Aug 21, 2020
12
8
Reading recent comments I feel both better and worse. Better because others are having the same issues so I know it's not just me being confused about quest progression. Worse because I worry about the future of this game.

So few authors of these VNs can actually write appropriate erotica, but this dev seems to have a good knack for it. But the HTML is a mess and there's no hint system or way to track if we've reached the end of version, etc. I've been seeing that nutty neighbor every day for over two months and know of no way to either rid myself of her.

HTML is not a terribly difficult language to code and I think it would be best for this game if the production added a good coder and let the current author concentrate on the script. One mistake I see often repeated is a dev that tries to do it all in an effort to keep all the $$ that might come their way. In the long run they'd likely make a better game and obtain more rewards by bringing others on board.

Regardless, I hope everything falls in place and all the problems are eventually resolved.
I'm just learning twine a bit myself, but yeah, this games always been... quirky as far as the coding goes. In general, this build does seem to be a bit better than the last one. I think the main issue is that some of the events take some very, very specific things to happen in order to trigger, and there's no in-game indication as to how to make it happen (like it doesn't tell you when something raises or lowers control or stability).

He really is a good writer though, and I'm hoping he can figure out the coding quirks, hire someone who's a little better with the coding, or maybe even join someone else's project as a writer. I certainly wouldn't want him to stop, though.
 

kameohawk

Active Member
Dec 16, 2017
739
2,112
I think the main issue is that some of the events take some very, very specific things to happen in order to trigger, and there's no in-game indication as to how to make it happen (like it doesn't tell you when something raises or lowers control or stability).
I completely agree, the game seems almost rudderless at times. You KNOW there's content there but there is absolutely nothing given to show how to actually get there. There's nothing to suggest what your actions actually lead to.

I'm not a fan of walkthroughs most of the time but this game is screaming out for one and that's not a good thing. If you need a map to actually play the game then it needs work.
 
  • Like
Reactions: Pandaemaniac

Fgdh

Member
Apr 25, 2017
116
67
If I am on the path of domination of my wife, then I can no longer change the path?
The game would only win if it were not for this application, the wife is already corrupted.
 
Last edited:

Patchez

Русский Аплоадер
Uploader
Jun 12, 2017
745
1,290
Damn, this game has so much potential for actually becoming one of the best HTML games on the site, but it feels like the quality/effort is just not up to par.

But hey, dev at least makes that clear instead of stringing people for money.
 

BoredPenguin

New Member
Aug 21, 2020
12
8
Damn, this game has so much potential for actually becoming one of the best HTML games on the site, but it feels like the quality/effort is just not up to par.

But hey, dev at least makes that clear instead of stringing people for money.
I don't think he's stringing people along at all. I've taken a peek under the hood and there's no way it got from the previous version to this one without some major effort. It just seems like he's a novice with the programming and still needs to work out all the kinks while still (presumably) having a day job. Which is not a judgement; he's farther along than I am.

Easily some of the best scene writing of any game here, though.
 

Patchez

Русский Аплоадер
Uploader
Jun 12, 2017
745
1,290
I don't think he's stringing people along at all. I've taken a peek under the hood and there's no way it got from the previous version to this one without some major effort. It just seems like he's a novice with the programming and still needs to work out all the kinks while still (presumably) having a day job. Which is not a judgement; he's farther along than I am.

Easily some of the best scene writing of any game here, though.
That's what I said, he is making it clear instead of not setting high expectations and then note delivering.
 

WuzzyFuzzy

Well-Known Member
Jan 23, 2020
1,430
2,896
Personally I just use the console in pretty much any twine/html game that I play, but if you want to know here is a break down (taken directly from source code)
...I think the main issue is that some of the events take some very, very specific things to happen in order to trigger, and there's no in-game indication as to how to make it happen (like it doesn't tell you when something raises or lowers control or stability).
I'm puzzled as to how to get these scenes to fire. I can manipulate a save file and set the triggers on, but nothing happens in the game. I've played as both naive and dom and in each case there are several scenes that just won't play. I've never used Twine, so I guess I should d/l to see what it can do.

Does "console" = a console in Twine or is it the browser console ("inspect" in Chrome or "inspect element" in FF)?
 

thedude2866

Member
Apr 24, 2017
112
119
I'm puzzled as to how to get these scenes to fire. I can manipulate a save file and set the triggers on, but nothing happens in the game. I've played as both naive and dom and in each case there are several scenes that just won't play. I've never used Twine, so I guess I should d/l to see what it can do.

Does "console" = a console in Twine or is it the browser console ("inspect" in Chrome or "inspect element" in FF)?
Its the browser console you can do SugarCube.State.variables to be able to see and change any of them.
 
  • Like
Reactions: WuzzyFuzzy

Blargman6969

New Member
Apr 16, 2020
11
11
The latest release is great and has a few bugs that I was able to fix or manipulate making some small code changes(I do coding for a living). Was gonna post advice on how to manipulate down the new 4 paths but some people already did that. Once the dev figures out the bugs(this one is way better than previous releases in that regard), I could see this having so much more content with what is already set up and what is in the code/file repo that is unused as of right now. Gonna list my suggestions for what to add down the 4 routes for modellin/side job as well as the missing teacher/stepdad paths.

Naive
-Stepdad fine as is, I’m sure Crayman has stuff lined up to follow it as this route has been around for a while.
-Sidejob is fine, imagining that wife will be pimped out to more people in the retirement home.
-Modelling she is absolutely gonna do the two coworkers in the next scene, maybe even the boss joining in too while MC is unaware.
-Teaching wise same as step dad(been around a while) and will sleep with more students for sure.

Sub
-Stepdad fine as is
-Sidejob isnt available without code manipulation but it’s fairly straightforward what’s coming if you are able to take a peek.
-Modelling isn’t available but probably similar to naive but with more insistence on MC part.
-Teaching isn’t available but seems like the ‘secret’ path could be this.

Dom
-No stepdad available, but could see her straight up cucking MC with stepdad and friends.
-Sidejob is great, imagine she soon takes patrons to a private room.
-Modelling is great, I imagine she takes off blindfold next and cucks MC.
-Teaching isn’t available but could see her literally becoming a sex Ed teacher with practical instruction

Hot
-No stepdad available but I imagine threesomes with MC
-Sidejob is the best there, I would love to see her invite a viewer over for a live show, could intersect well with modelling job.
-Modelling should just combine with Sidejob imo
-Teaching isn’t available but maybe wife invites students home while MC watches
 

kameohawk

Active Member
Dec 16, 2017
739
2,112
Was gonna post advice on how to manipulate down the new 4 paths but some people already did that.
Excuse the ignorance but where abouts? I had a look and couldn't see anything. I saw some posts about what values you needed to get into the different lanes but no hint as to what to do in game to manipulate those values, apart from sexuality which is an obvious one as it is influenced by the in game app.
 

Blargman6969

New Member
Apr 16, 2020
11
11
Excuse the ignorance but where abouts? I had a look and couldn't see anything. I saw some posts about what values you needed to get into the different lanes but no hint as to what to do in game to manipulate those values, apart from sexuality which is an obvious one as it is influenced by the in game app.
Phudup lays it out in a post on page 22.
I’ll reiterate anyways.
To make your wife more adventurous (dom/hot routes), have her watch porn, encourage her to do modeling etc. If you do nothing than she will go down sub/naive.

To take more control(sub/hot routes), be assertive when confronting stepdad and brag to coworkers about your prowess. If you do nothing, she will go down dom/naive.

Most of where she goes is determined by your actions at the bbq and work parties on weekends.
 
Last edited:
  • Like
Reactions: kameohawk
3.50 star(s) 42 Votes