SexGameSluts — Who Will You Fuck First? Play Now!
x

grave_merc

Active Member
Game Developer
Apr 19, 2020
508
610
155
v. 0.3.19 Hints!
Ok, so this is a smaller update, and there's still no Corgis, but I wanted to release it asap because I think you Guys will like what I got - basically - HINTS! No more getting lost in the game!
Additionally, I turned off the ads. I hated them too much. I mean, money is money, but I've spent countless nights polishing this fucking UI, and I hated seeing it destroyed by some fucking lame porn ads. No, just no. I will figure out something else.

Play online:
Play offline: https://mega.nz
Help:

Changelog:
1. HINTS!
So basically I added a whole new system in the game that lets players buy hints. No more asking yourself whether you've seen everything - the game will help you figure it out. The hints screen is accessible through a button in the sidebar.
0319_hints.jpg
There's around 60 hints to be disovered split in 3 categories. Each category has a different hint cost. Additionally, you can see what everyone's doing at that moment.
What's important is that you will only be able to buy hints that are accessible through the game. So basically all the conditions need to be met, to see the hint.
Let me know how it works.
2. Ads... are gone
Ok, so here's the deal. You hate the ads. I hate the ads. Everybody hates the ads. I added them because my financial situation was fucked up, but now, thanks to you Guys, it's better. Not to mention that they were very little money, so... fuck the ads. I've wasted couple days to implement them, but, well, at least I learned something.
So at the moment I'm removing the ads completely, but in the next update I will add back 1 or 2 spots to advertise supporting the game. It will be way less intrusive, and I think it's going to be cool - no external shit, just your favorite perv nagging you about dropping me a coin.

Minor changes
3. About the game page changes
Moved polixnick to the active member category;) Sorry dude...
4. Detention event expanded
Karma random event will now happen also during exams.

Bug fixes
5. Fix for players who encountered a problem with Mia in 0.3.18.
6. Fix for yoga event with Rose.
7. Fixed a problem with events that prohibited players to see a Karma random event during test.
8. Fixed a problems with starting of "Shopping with the smile" and "Key quest".
9. Fix for generating character schedules.

Thanks
Grave
 

grave_merc

Active Member
Game Developer
Apr 19, 2020
508
610
155
Once again, I will voice the problem of your game - there is too much hidden content from a simple player who is used to being led by the handle.
Only Few people will sit on the location and dig it to zero in the hope of catching a new content
Hey man, take a look at the Hints system that I just implemented and let me know if it helps?
 

Pif paf

Engaged Member
Feb 5, 2018
3,409
2,515
451
oh, that's why, but how can i cheat now? i can't find the line
} else if (fapCode.hashCode() == setup.fapUnlimitedCode) {
the only line of code i can find similar to is this one....
it was posted a few pages back already:
change the values of curCode and curDate when initializing to "Supporter" and "subscription"
 
  • Like
Reactions: BrazzersNetwork

Walker975

New Member
Jan 7, 2018
3
2
62
v. 0.3.19 Hints!
Ok, so this is a smaller update, and there's still no Corgis, but I wanted to release it asap because I think you Guys will like what I got - basically - HINTS! No more getting lost in the game!
Additionally, I turned off the ads. I hated them too much. I mean, money is money, but I've spent countless nights polishing this fucking UI, and I hated seeing it destroyed by some fucking lame porn ads. No, just no. I will figure out something else.

Play online:
Play offline: https://mega.nz
Help:

Changelog:
1. HINTS!
So basically I added a whole new system in the game that lets players buy hints. No more asking yourself whether you've seen everything - the game will help you figure it out. The hints screen is accessible through a button in the sidebar.
View attachment 1511119
There's around 60 hints to be disovered split in 3 categories. Each category has a different hint cost. Additionally, you can see what everyone's doing at that moment.
What's important is that you will only be able to buy hints that are accessible through the game. So basically all the conditions need to be met, to see the hint.
Let me know how it works.
2. Ads... are gone
Ok, so here's the deal. You hate the ads. I hate the ads. Everybody hates the ads. I added them because my financial situation was fucked up, but now, thanks to you Guys, it's better. Not to mention that they were very little money, so... fuck the ads. I've wasted couple days to implement them, but, well, at least I learned something.
So at the moment I'm removing the ads completely, but in the next update I will add back 1 or 2 spots to advertise supporting the game. It will be way less intrusive, and I think it's going to be cool - no external shit, just your favorite perv nagging you about dropping me a coin.

Minor changes
3. About the game page changes
Moved polixnick to the active member category;) Sorry dude...
4. Detention event expanded
Karma random event will now happen also during exams.

Bug fixes
5. Fix for players who encountered a problem with Mia in 0.3.18.
6. Fix for yoga event with Rose.
7. Fixed a problem with events that prohibited players to see a Karma random event during test.
8. Fixed a problems with starting of "Shopping with the smile" and "Key quest".
9. Fix for generating character schedules.

Thanks
Grave
Love the fact that you take the time to read and reply to everyone man! Thanks so much for being as responsive as you are. Sorry to hear about the whole patreon thing. Will try to find ways to support you!
 

chiekat

New Member
May 23, 2017
14
14
135
Thank you sir for making this game very customizable. I think this is where I'll be settling down for a while.

New clips can easily be added to the character with minor editing in Twine.
Alexa clips (need to edit sex position counter for them to show up)


So fare I'm also able to successfully add a character and a sex position to the list without any hick up.
Just wondering if there's a good way to increase the general(random) clip count.
(a the moment I'm doing the dumb way by adding a elseif statement in mediasex)
 

Nightmare95

Member
Feb 26, 2017
290
176
258
Shooting myself in the foot here, but in this version simplest way to get unlimited mode is to modify lines 4143 and 4142:
Code:
  var curCode = null;
  var curDate = null;
to
Code:
  var curCode = "Unlimited";
  var curDate = "subscription";
Now any non-null string will give unlimited fap mode
what do we type in as the code
 
  • Like
Reactions: Karev21p

echo26

New Member
Jul 4, 2017
11
6
228
Managed to figure it out. Just paste it over and type Unlimited in the activation screen.

/* Move forward only if we have proper fapCode */
if (fapCode == "Unlimited") {

/* Check if the code is a correct Patreon/SubscribeStar code */
if (fapCode == "Unlimited") {
curCode = "Supporter";
curDate = "subscription";
}
 

Nightmare95

Member
Feb 26, 2017
290
176
258
Managed to figure it out. Just paste it over and type Unlimited in the activation screen.

/* Move forward only if we have proper fapCode */
if (fapCode == "Unlimited") {

/* Check if the code is a correct Patreon/SubscribeStar code */
if (fapCode == "Unlimited") {
curCode = "Supporter";
curDate = "subscription";
}
thank you
 
  • Like
Reactions: Karev21p

grave_merc

Active Member
Game Developer
Apr 19, 2020
508
610
155
Thank you sir for making this game very customizable. I think this is where I'll be settling down for a while.

New clips can easily be added to the character with minor editing in Twine.
Alexa clips (need to edit sex position counter for them to show up)
Mega

So fare I'm also able to successfully add a character and a sex position to the list without any hick up.
Just wondering if there's a good way to increase the general(random) clip count.
(a the moment I'm doing the dumb way by adding a elseif statement in mediasex)
Will check what you posted in the evening. But yeah, the game should be easily modable, most of the stuff like characters, items, and so on, are objects in arrays, you can easily add something. I was even thinking about doing some sort of "load mod" function, but maybe in the future.

Unsure what you mean by elseif in mediasex? I'd be happy to help, just unsure what you mean.

If you have any question about how stuff work - shoot.

View attachment 1512797
I get this screen whenever Daphne is in the bathroom and I try to knock
Thanks for htat, will take a look!
 

Marcadn

New Member
Oct 12, 2020
5
2
13
first of all, i have just send a 10$ through paypal to thank your work. i have fap many times with your game, so... i think it's fair. ;)

second: i tryed the hints... hmmm, i have a lot of advances made and i am paying for hints that i have already got!!! arggg!!!

so, i have tu set my hints up to date, spending a lot to just get to the point where i am. :p





v. 0.3.19 Hints!
Ok, so this is a smaller update, and there's still no Corgis, but I wanted to release it asap because I think you Guys will like what I got - basically - HINTS! No more getting lost in the game!
Additionally, I turned off the ads. I hated them too much. I mean, money is money, but I've spent countless nights polishing this fucking UI, and I hated seeing it destroyed by some fucking lame porn ads. No, just no. I will figure out something else.

Play online:
Play offline: https://mega.nz
Help:

Changelog:
1. HINTS!
So basically I added a whole new system in the game that lets players buy hints. No more asking yourself whether you've seen everything - the game will help you figure it out. The hints screen is accessible through a button in the sidebar.
View attachment 1511119
There's around 60 hints to be disovered split in 3 categories. Each category has a different hint cost. Additionally, you can see what everyone's doing at that moment.
What's important is that you will only be able to buy hints that are accessible through the game. So basically all the conditions need to be met, to see the hint.
Let me know how it works.
2. Ads... are gone
Ok, so here's the deal. You hate the ads. I hate the ads. Everybody hates the ads. I added them because my financial situation was fucked up, but now, thanks to you Guys, it's better. Not to mention that they were very little money, so... fuck the ads. I've wasted couple days to implement them, but, well, at least I learned something.
So at the moment I'm removing the ads completely, but in the next update I will add back 1 or 2 spots to advertise supporting the game. It will be way less intrusive, and I think it's going to be cool - no external shit, just your favorite perv nagging you about dropping me a coin.

Minor changes
3. About the game page changes
Moved polixnick to the active member category;) Sorry dude...
4. Detention event expanded
Karma random event will now happen also during exams.

Bug fixes
5. Fix for players who encountered a problem with Mia in 0.3.18.
6. Fix for yoga event with Rose.
7. Fixed a problem with events that prohibited players to see a Karma random event during test.
8. Fixed a problems with starting of "Shopping with the smile" and "Key quest".
9. Fix for generating character schedules.

Thanks
Grave
 
3.30 star(s) 39 Votes