kirbe7

Newbie
Dec 6, 2018
29
22
v. 0.3.30 Get your groove on

Hi guys.
We've got a big update for you this time. There's a bunch of new content and bug fixes in this one, so we hope you'll all enjoy it.
I know the updates were scarce lately, and we're sorry. We had shitload of problems, including disk crash that made all the work from August and September go to shit. But we are planning at least two new updates in next 2 weeks, including one with Halloween theme, so keep your eyes peeled!
As always we would like to thank you for your patience and continued support.
Have fun dudes!

Play online:
Play offline:
Help:

Changelog:
1. New Supporter code
There's a new Supporter code to turn on Fap mode for our SubscribeStar patrons. The code is based on our top secret findings about a certain well-know dickhead politician. You can get the new code here:

2. The Slaughterhouse club is open for business!
In the City Center area you can find a club called The Slaughterhouse. And the good news is - it's finally open! You can dance your ass off, or just creep around the dance floor, looking at sexy chicks. And while you're at it, why not get a shot at the bar? Who knows, maybe you'll even manage to hook up with a sexy bartender...
View attachment 2106654
And we all know, that most of the action in the clubs happen in the bathrooms. So why don't you check it too?
View attachment 2106655
There's also a VIP room, but it's not yet completed yet. We will add it in future updates.

3. College locker room
No gym is complete without a locker room, right? And no locker room is complete without some cheerleaders. So now you can go to College Gym to peek, and, with a bit of luck, find some hotties having fun. And it also includes gay, trans and pissing content too!
View attachment 2106656

4. More cash
While playing the game, I noticed that I'm always low on cash. Maybe that just me, but experimentally I've made starting allowance 150$ (was 100$ before)!

5. Important change in the action buttons
Because of some problems reported by the players, I had to change the way buttons in the game are treated by the engine. This especially touches the buttons that display when the location is closed (for example, when Daphne is in her room, you should see the buttons to knock etc.). There's a lot of buttons like that in the game, and even though I think I've checked them all, there might be some that disappeared as a result of this change. So if you notice any buttons missing - let me know.

6. Fixed hints
A lot of people were reporting problems with hints, either that they were not showing at all, or that after buying a hint the window didn't scroll down. I've changed the code that displays hints, which should fix those bugs and result in some overall improvements in the way hints display.
Additionally, I've also added a lot of new hints, and fixed some old ones that were turned off by accident.

Minor changes
7. New effect - Horny
This effect will give players 150% yields on dom and love.
8. Relaxed effect with bigger yields
Previously, Relaxed effect got players 110% of dom and love. Now it's 125%.
9. Running in the College Gym
Added new activity in the College Gym - running a lap!
10. Weekly stats - changed the effect that players get after a good night sleep
Before, during weekly stats, if a player had a good night sleep he would get "Speedy Gonzales" effect. This is the same effect that player gets after snorting speed, so it was kinda weird. I now changed it to "Horny" effect.

Bug fixes
11. Fixed a problem with the quest "Versus the hoarders" triggering even though it shouldn't. To trigger it, you need to go to the Garden when Alexa is not there.
12. Fixed a problem with Karma quest not starting. Remember - to start this quest you need to be in a Sex Ed class, with both Karma and Amia present!!!
13. Fixed a problem that made player skip quest with Karma when he skipped a test in progress.
14. A bunch of small fixes for Bad Karma quest.
15. Fixed a problem where players were accidentally skipping part of "College, here I come" quest.
16. Fixed a problem where players couldn't use Sex Ed class if Amia wasn't there.
17. Fixed a bug, where player could peek in the college toilet even though Amia was there.
18. Fixed a bug where sublocations of the location were accessible even though parent location was not.
19. Fixed a problem with College sublocations were sometimes not accessible even though they should be.
20. Fixed the problem with some of the activities in the College were accessible during the weekends while they shouldn't.
21. Fixed a problem that made some of the buttons accessible for the player even though the entire location was locked away.
22. Fixed for the random event with Daphne that happened while player was looking at the memes in his room.
23. Fixed a problem with toilet in the Market Center was sometimes not working properly.
24. Fixed a problem with masturbating in the toilet in Market Center.
25. Fixes and typos in the weekly stats
26. Fixed a graphical bug with the bullet points in the support screen for Edge users.
27. Fixed a graphical bug with avatars over location buttons.
28. Fixed the problem with hints not scrolling.
29. Fixed typos with some of the old hints.

Grave and Loco
Any chance to see new Alexa content in the upcoming updates? I love her character so much :D
 

RogeredBacon

New Member
May 29, 2018
6
10
I am very bad at coding stuff, so even with the little guide at the post I still couldn't do it. How do you do it, if it's not too bothersome to answer?
You can really easily modify SugarCube based twine games in the browser, whether they're offline or online.

If you open your browser console:

This varies by browser, but right-clicking and selecting `inspect element` then selecting the console tab in the window that pops out.​

Then you start typing:

SugarCube.State.variables. (this is where the game stores all its variables, the . means list them all)​

When you add the . after variables it will give you an autocomplete list of available variables; you can start typing and it will shorten the list:

SugarCube.State.variables.m -> will give you mom, money, muscle etc. depending on the game​

If it doesnt show you a value already below where you're typing:

SugarCube.State.variables.energy
-> 100

You can add another . and do the same again:

SugarCube.State.variables.player. <list-> health, energy, corruption etc​

When you find the variable you want to change (needs to be one that shows you a value already) you can change its value yourself by typing:

SugarCube.State.variables.money = 999999

**************************
TLDR;

For this game if you type:

SugarCube.State.variables.supporter you will see that it already has a value of 0​

So if you type:

SugarCube.State.variables.supporter = 1 the game thinks you're a supporter without needing to know the code.​

FYI if a value is boolean, true or false, this may be represented by 0(false) 1(true)
 

Killer94

Engaged Member
Feb 4, 2018
2,078
3,638
does anyone know the name of the actress that plays prostitute 5 :unsure:

EDIT: nvm find it
 
Last edited:

vasnix

New Member
Oct 24, 2017
13
7
The look for printer does not work when you look for the printer in alexa's room. EDIT: go steal a marshmellow to get the quest to work.
 

Protomous

New Member
Aug 30, 2019
7
1
This is not meant to be rude. But how the effin hello did you miss this? You scroll past it to download?

I had to come back to my post after I found it. You want to follow the steps in this post. Take your time. It'll prolly take you a couple of attempts to figure it all out. All the links you need will be found in it.

Guide to Hacking Twine (HTML Games)

That should get you rolling.

View attachment 2109448
I didn't miss it, as I mentioned in my post. It just didn't work. I even copy pasted it on the search function of notepad++ to be sure and it just didn't find that line, and didnt replace anything with the second one when I tried searching and replacing
 
Apr 14, 2020
19
7


so I tried applying the Lisa Ann Mod to 3.3 but I failed cause I suck at coding. This file has the 3.3 html and media with the Lisa Ann code copied to it as well as Lisa Ann media. If anyone is good at coding at wants to fix it then I'd really appreciate it.
 
  • Like
Reactions: Tutuooo

grave_merc

Active Member
Game Developer
Apr 19, 2020
508
610
v. 0.3.31 Dancing king
Hi guys.
Another update, with three new random events, each of them with ton of media and content. By the way, this update was mainly done by _iAmSorry_ , who is a new team member. Meanwhile, locodahmerio and myself are working on a bigger update on Halloween. I hope we'll manage to finish it on time (it's kinda huge).

Play online:
Play offline:
Help:


Changelog:
1. New kid on the block
So the good news is - we have another team member. Apart from myself and locodahmerio, we're now joined by _iAmSorry_, who will write events, and moderate F95Zone.

2. Dancefloor encounters
There are three new chicks in the club waiting to get a good fuck. All you need to do is pass some very simple tests, and they're yours. Are you brave enough to try?
All three chicks are available in "The Slaughterhouse" club's dancefloor area. Just dance or creep around, and hope that you'll meet one of them.
0331_dancefloor_1.jpg
0331_dancefloor_2.jpg
0331_dancefloor_3.jpg
By the way, this events were written by IAmSorry! Hope you like his style!
3. Important fix for Different Kind of Meatbags quest
One of the users send us a bug with this quest - he wasn't able to carry meatbags to the car one by one. This turned out to be a very important big, and now it's fixed.

4. Additional clips for creeping on the dancefloor activity
locodahmerio found some good clips for you guys. Enjoy!

5. Cleaning around the game
So basically, now that there's three of us, I will not be engaging in the social part of the game, instead Discord and F95Zone will now be managed by _iAmSorry_ and locodahmerio, and I will only reply on the emails. The reason is - I'm an introvert and dealing with random people makes me depressed, and somehow emails are ok (don't ask me why). So I adjusted all the info about who you should contact for bug reporting and stuff like that. Hopefully now the guys will put some life into game's social life, because, let's be honest - I wasn't doing a good job with it.

Thanks,
GM
 
Last edited:

bobbyperu

New Member
Oct 28, 2022
11
9
Please, how can I get out of the house? I can´t start the college mission
i cant leave Daphnes home!? anyone the same problem?
Hello, I'm the new dev, joined the team a few weeks ago.

We are aware of this bug, unfortunately this is more complicated then it seems.

We are working on this problem, but for now the only solution we can recommend is to start the game from the beginning.
 
  • Like
Reactions: AiKNicK
3.30 star(s) 39 Votes