Sammie

Member
Sep 8, 2017
105
119
Is this code for assigning kinks and skills right? I might b misunderstanding but it seems to be that none of the elseif s will fire even if you have UN.bodiesNum>=30 or 45 since in both cases the if conditional will fire.

Code:
<<if $UN.bodiesNum gte 15>>
  <<set $num ++>><<set $kinknum ++>>
<<elseif $UN.bodiesNum gte 30>>
  <<set $num += 2>>
<<elseif $UN.bodiesNum gte 45>>
  <<set $num += 3>><<set $kinknum += 2>>
<</if>>
Are you able to see how UN.bodiesNum is generated? What’s the calculation?
 
Last edited:

Idontknowme

Member
Game Developer
Nov 12, 2016
429
795
Are you able to see how UN.bodiesNum is generated? What’s the calculation?
It's incremented step by step.
1. It is initialised to 1 when you select a university bf
2. At the checklist screen, the value is incremented by Risky, Excitable, Suggestible, Easy, Male Reaction and Male Attention score. It depends on how many you check off and whether you select the more cheating oriented choice.
3. If you selected party as source of hookups, it is incremented by Easy, risky and male Reaction scores
4. Sophisticated, Confident and Stable scores are substracted from it.
5. If Sorslut is true you get the total increased by 10. Easiest on DK sorority, I believe.
 
  • Like
Reactions: ray3dave

igg

Newbie
Feb 25, 2018
69
577
A very minor nitpick. But if we can change her hair in the beginning, why can't we do the same for the eyes?

It feels kind of halfway and is an annoyance since you either have to make both parent have the same eye color or just pray to RNG to get the right one, where as the hair can easily be chosen between the two.
 

Sammie

Member
Sep 8, 2017
105
119
A very minor nitpick. But if we can change her hair in the beginning, why can't we do the same for the eyes?

It feels kind of halfway and is an annoyance since you either have to make both parent have the same eye color or just pray to RNG to get the right one, where as the hair can easily be chosen between the two.
how do you change your eye color? I guess there are colored contacts but wouldn’t that option be dependent on how much money she has? Like whether she can take dance and gymnastics?
 

CassieBare

Member
Game Developer
Jan 25, 2020
426
983
Is this code for assigning kinks and skills right? I might b misunderstanding but it seems to be that none of the elseif s will fire even if you have UN.bodiesNum>=30 or 45 since in both cases the if conditional will fire.

Code:
<<if $UN.bodiesNum gte 15>>
  <<set $num ++>><<set $kinknum ++>>
<<elseif $UN.bodiesNum gte 30>>
  <<set $num += 2>>
<<elseif $UN.bodiesNum gte 45>>
  <<set $num += 3>><<set $kinknum += 2>>
<</if>>
Great catch! Fixed it.

A very minor nitpick. But if we can change her hair in the beginning, why can't we do the same for the eyes?

It feels kind of halfway and is an annoyance since you either have to make both parent have the same eye color or just pray to RNG to get the right one, where as the hair can easily be chosen between the two.
Oh interesting. While the design choice was based on the simplicity of dying eyes...it's also simple to use...colored contacts. I'll look into that post 0.5.
 

CassieBare

Member
Game Developer
Jan 25, 2020
426
983
With the release of 0.5 Sneak Preview for supporters, I wanted to drop the 0.4Public release for you all.

Check it out !

What's in it?
  • Added Prom Dates that didn’t exist in the Matrix for Hookup Options (Take the red pill and see how far the rabbit hole will go.) Added Ava as a potential Hookup (Finally get to fuck that Ava ass…Wooo wooo)
  • Cleaned up issues if Claire doesn’t make college cheerleader (There’s always strippin…)
  • Gap Year Backpacker Vignettes - Major Sites was stuck on Barcelona. Now player has a chance to get 2 additional locations. (Two more locations…Talk about tons of action now. Watch out!!)
  • Delta Zeta is now first choice if you put them first, they now guarantee to get into DZ (You all were dying to be a Delta Zeta weren’t you. Don’t forget the other Sorwhorities too. Kidding…)
  • Ahri Mullet hairstyle now proper to show full head of hair Engorged, full mast To-do list has now been deflated to proper size. (it feels better…)
  • University Job Arc (4 possible jobs)
  • New 'blocked' UX that shows what paths aren't available and a hint as to why
  • Graduation outfit!
  • All the Prom Dresses are in with new interface showing your options!
  • All of the content, features, fixes and updates since 0.4 Sneak

What's in the 0.5 release for subscribers, though?
  • We've be digging into the new systems like Fertility, Arousal, semi-Open World exploration as well as returning to the 'spy stuff'. Claire will be able to move from Gap Year to College or College to Act I or Gap Year to Act I.
  • There's 'sandbox' play in Act I where time is the limiter on game play. Make choices, open paths, close paths, but at a certain point time will run out. There's currently paths to:
    • get some training and evaluation by EROS;
    • do some retail therapy and expand her wardrobe;
    • open and explore an additional path in the underworld;
    • try and get a job at the Club.
  • Stat Gates in the Prologue are lower and more reasonable so there aren't roadblocks in Claire's desired paths (they still exist, so it's not like she can do everything willy-nilly though!)
  • A Dossier now is fully implemented helping inform who Claire is, give hints and direction, and just more color and flavor!
  • There's a Mall where she can buy and try on other outfits, a wardrobe where she can change at-will and choose a new default outfit!
  • There's cum now, showing Claire hooked up.
  • There are variants of outfits when things get wet, spicy, etc.
  • A *lot* more assets, filling out a lot of the missing pieces of clothing that we had intended to create and an animation!
As we've been doing the whole time, there will be definitely adds to the intended release: bits of content, fixes, improvements, art, etc.
 
Last edited:

EsUnPinguino

Newbie
Feb 15, 2018
35
63
What's in the 0.5 release for subscribers, though?
  • We've be digging into the new systems like Fertility, Arousal, semi-Open World
Is the fertility content in the current sneak peak release available? Can you elaborate a bit?

Thanks for making this game. It's been one of the ones I've been following most closely. I hope your developer that disappeared is alright and cheers.
 

FireKaliber

New Member
Apr 2, 2018
10
2
I just started my first play of this game and despite there being no pictures(I'm a visual learner), I'm loving this game. Literally like top 3(maybe top 2 even...) and I haven't even finished yet.

Keep up the great work dev!
 

igg

Newbie
Feb 25, 2018
69
577
There is also a glitch in the save system for the html on mobile where there is only one save button locked to slot 8.
 

CassieBare

Member
Game Developer
Jan 25, 2020
426
983
Is the fertility content in the current sneak peak release available? Can you elaborate a bit?

Thanks for making this game. It's been one of the ones I've been following most closely. I hope your developer that disappeared is alright and cheers.
The fertility system is implemented, but there are no conditions (yet! there will be likely with the Alpha, definitely by final) where it could trigger.

I just started my first play of this game and despite there being no pictures(I'm a visual learner), I'm loving this game. Literally like top 3(maybe top 2 even...) and I haven't even finished yet.

Keep up the great work dev!
No pictures? I hope you're seeing some visual assets. We're definitely a lighter visual game than most (trying to improve there), but there is the doll and some backgrounds and passage art you should be seeing.

Thank you!
 

Fictionary

Newbie
May 26, 2017
30
31
There is also a glitch in the save system for the html on mobile where there is only one save button locked to slot 8.
What phone / browser?
Can't guarantee I can fix this for you, since it works on my phone; so it's hard to debug.
 

Gibberish666

Member
Mar 17, 2019
410
781
I'd like to report a bug.
When you're invited to do the naked run, you can opt to have Claire sleep with her boyfriend. Then you can go run or finish. If you choose to finish, there is no available button to progress the story.
 
  • Like
Reactions: CassieBare

chu2834822

Newbie
Sep 16, 2020
19
7
Is there a gangbang scene right now? How do I get there? In Taylor's weed party, no accept option in the game, The protagonist back down there
 

Untolddead

Member
Dec 22, 2018
105
313
I just spent an hour trying to get into Delta Zeta. Lol guess I'll have to wait for the next update. If I may ask what is the current way to get into it? I easily managed to get into all the other ones with a few changes.
 

Imoen

New Member
Feb 21, 2018
3
67
The fertility system is implemented, but there are no conditions (yet! there will be likely with the Alpha, definitely by final) where it could trigger.
So you still can not get pregnant during the prolog at school and getting pregnant in africa still has no follow up?
 
  • Like
Reactions: quiboune

CassieBare

Member
Game Developer
Jan 25, 2020
426
983
Is there a gangbang scene right now? How do I get there? In Taylor's weed party, no accept option in the game, The protagonist back down there
With The Boys there is a scene where Claire can hook up with all of them, so yes. There's also a scene during Prom if you take more than one date. Apologies on the lack of understanding on your full question, I think?

I just spent an hour trying to get into Delta Zeta. Lol guess I'll have to wait for the next update. If I may ask what is the current way to get into it? I easily managed to get into all the other ones with a few changes.
Weird. Simply put, if you select DZ as your top choice, you should 100% get in to DZ. Is this not the case?

So you still can not get pregnant during the prolog at school and getting pregnant in africa still has no follow up?
Pregnancy during the Prologue was not an intended expansion during 0.4F or 0.5, but on the slate for 0.6, if the patrons want it.
Pregnancy in Africa has all the follow-up it will ever have: Claire goes home. There won't be any bringing a baby to term there, etc.
 
  • Thinking Face
Reactions: str8up and quiboune

SiggySky

New Member
Jun 23, 2023
13
25
Cool to hear there's going to be some free roam/sandbox aspects. I know some feel it's directionless clicks/grind, but being able to tackle events at "my pace" rather than jumping from choice to choice feels more agency granting and immersive than being stuck on a path or CYOA branches like "you can't get a retail job or meet John Doe because you ate waffles instead of cereal for breakfast."

Anyone know if you still get dumped into hookups and flings (both historically recounted and current) or can you more selectively opt-in/out on them now? When I tried it in 3.2P, it felt like it would just assume I wanted a roll in the hay and made that decision for me.
 
  • Like
Reactions: quiboune
4.10 star(s) 27 Votes