Nightmare95

Member
Feb 26, 2017
250
119
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
501
605
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
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
 

Xrough

Newbie
Oct 27, 2018
59
25
"Become Alpha 0319 (update from 0.3.18 only)"
Did we even had v0318? last update was v0.3.14 as I recall..
 

chiekat

New Member
May 23, 2017
14
14
So I've also added a few clips for Daphne Rosen as well


I've read through the process of choosing clip selecting steps in "mediasex" passage.
Since I really like to create my own library of random clips, I worked on expanding the current selection of 10 base clips for each position. As pic below I got a few more files for teabagging, although they are also in webp format.

folder.jpg
In order to get them pickup in game. I edit a bit of "mediasex" passage with my very limited twine knowledge.

HTML:
    <<elseif _position == "teabagging">>
        <<set _randwebp to random(32)>>
        <<media `"sex/" + $curPas + "/" + _randwebp + ".webp"` "si2 wide mediaSex">>
I couldn't think of another way to set this up. Consider I don't have the same number of clips for each position.
Just wondering if there's a way to setup the random pick selection like character in "Initsex" passage.

Almost forget. I'd also like to know if more position will be added.
Cuz I've got a few clips with sex toys that doesn't really fit into any group and I really have no idea how to deal with them.
 

grave_merc

Active Member
Game Developer
Apr 19, 2020
501
605
So I've also added a few clips for Daphne Rosen as well
Mega Folder

I've read through the process of choosing clip selecting steps in "mediasex" passage.
Since I really like to create my own library of random clips, I worked on expanding the current selection of 10 base clips for each position. As pic below I got a few more files for teabagging, although they are also in webp format.

View attachment 1515242
In order to get them pickup in game. I edit a bit of "mediasex" passage with my very limited twine knowledge.

HTML:
    <<elseif _position == "teabagging">>
        <<set _randwebp to random(32)>>
        <<media `"sex/" + $curPas + "/" + _randwebp + ".webp"` "si2 wide mediaSex">>
I couldn't think of another way to set this up. Consider I don't have the same number of clips for each position.
Just wondering if there's a way to setup the random pick selection like character in "Initsex" passage.
I think the way you do it makes sense. I don't think I have an idea how to do it better. The truth is there's little point for me to add more random clips in the game, as I'm doing what I can to make player not see the random clips at all, and instead see only character clips.

In the future what I could do is add a random clips counter for each position in the setup.kamasutra array (it hold all the position info), so you will be able to just edit the number in this array and automatically the mediaSex would display bigger range of clips for this particular position.

In the more distant future - I want to write a script which checks how many clips there is in each folder, and displays a clip based on results of that clips. This would mean that you can just put clips there, and they would automatically display. But I don't know how to do it, especially that it has to work both offline and online.

Almost forget. I'd also like to know if more position will be added.
Cuz I've got a few clips with sex toys that doesn't really fit into any group and I really have no idea how to deal with them.
I'm actually thinking to maybe change the positions a bit, remove the ones that have little contents, and add some toy stuff instead, that player would be able to use only if he has a particular toy in backpack. Like dildo is the obvious, but also maybe strapon (pegging), anal plug etc. I could do that pretty quickly, but I'd need sex clips for each character first, so it's a lot of digging work which I cannot really do now (too much other stuff to do). If you have some time I could easily use some help on this.
 

grave_merc

Active Member
Game Developer
Apr 19, 2020
501
605
So I've also added a few clips for Daphne Rosen as well
Mega Folder
Ok, so I checked your clips for D and A, and they are truly awesome. The only problem I see, is that the filesize is way too big. The problem with files so big is that it often hangs the browser, and people report a lot of problems. So what I'm doing is usually shrinking the time to around 5s, and shrinking the quality so that filesize is below 1mb. I know it's not as sharp as your vids, but, well, at least it works for everyone.

So if you don't mind I'd do that to the clips from you and add them to the game;) They're gonna be a part of 0.3.20

Also, this is very helpful to have clips given in that form, already categorized and so on. I want to return a favor in some way, so maybe I would add you to the game's about page, as a team member? I dunno if that's something you'd be interested in, but in my opinion if your stuff ends up in game it means you are part of the game too;)
 
Last edited:

chiekat

New Member
May 23, 2017
14
14
Also, this is very helpful to have clips given in that form, already categorized and so on. I want to return a favor in some way, so maybe I would add you to the game's about page, as a team member? I dunno if that's something you'd be interested in, but in my opinion if your stuff ends up in game it means you are part of the game too;)
Please feel free to go ahead and use them when ever you see fit.
All I did is a bit of video editing using the original source anyway.

It is just a hobby and I'd be glad to keep adding clip whenever I can.
There's no need to add my name to the credit, since I cannot guarantee continuous contribution it is too much of a responsibility.

Thanks again, this game really is a great platform to display those porn materials.
 
  • Like
Reactions: grave_merc

BigJohnny

Active Member
Dec 31, 2017
985
1,987
Could you implement some kind of volume control without it changing the volume of the entire browser? Some clips are okay loudness wise but some are REALLY loud.
 

grave_merc

Active Member
Game Developer
Apr 19, 2020
501
605
Could you implement some kind of volume control without it changing the volume of the entire browser? Some clips are okay loudness wise but some are REALLY loud.
If you right click the clips and choose "show controls" you will see volume settings. If you'd write me the names of the loud clips I could also make them quieter;)
 
  • Like
Reactions: BigJohnny

grave_merc

Active Member
Game Developer
Apr 19, 2020
501
605
v. 0.3.20 More police, drugs and porn
Ok, so I've managed to finish another update! WOOHOO! Check it out, I'm kinda happy with it.

I know you all wait for Daphne's tits anyway, and I promise - Corgis are coming soon, but I need some more time. Probably next week.

Also, this update is probably the last one for now that focuses on the world, not characters. In the next updates that will be coming in next weeks/months, I will be way more focused on quests. Stay tuned, baby!


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


Changelog:


1. Police interventions
Finally, as promised, the police will be a bit more pro active in fighting crime! This means that they might not like you buying drugs or hiring a hooker.
And as always... there's sex involved (hetero + optional gay).
0320_females.jpg
0320_males.jpg
Woop-woop!

2. Drug effects
This is pretty crazy, but I had this idea, to make it visible in the game, that player took some drugs or is drunk. So I've developed a system of visual effects, that kick in when you're on something.
At the moment you have 4 different effects:
  • When you're drunk the text gets blurry and you have to hover your mouse over it to see it.
  • When you smoke weed, everything looks like a comic book.
  • On LSD, the text is pulsating.
  • On Crack and Speed the headers are on fire.
And the fun part it... they all can work at the same time, so your game might end up looking like this:
0320_effects.jpg
Ok, I know what you're thinking - Grave mad! But, come on, I was laughing so hard when implementing this... I just love to troll my players!
But don't worry - I'm a very forgiving troll, so you can disable the drug effects in the settings.
And I wanted to say one thing here - drugs are bad for you. Like, seriously. And also - there will be a system of addictions too, I'm working on it, so till then - have fun!

3. Difficulty settings
So in one of the previous update, I raised the multiplier on Fap Mode to x3. But when I tested it, it seemed too much - I was able to become The Alpha in 2-3 weeks.
So I didn't wanna the game to be that easy, but also didn't want to take away something that I already gave. So instead I came up with Difficulty settings.
0320_difficulty.jpg
The default for supporters is now 200% (Easy) but you can switch it to 300% or 150% if you want.

4. Support ads
So, as said in the last release - the external ads are gone. And instead - you'll see some much less intrusive banners for supporting the game (obviously only if you're not a supporter).

5. Good, bad, neutral effects
One of the players on F95 zone suggested that the effects are confusing, because all are in the same color, despite having very different functions. So I did this:
0320_colors.jpg
There are three types of effects - Good (Green), Bad (Red), and neutral (Yellow). I hope you will have easier time figuring it out now!

6. Another attempt at balancing economy
So I'm keep trying to balance the cash in game. In this version I've change the cost of fines when Police arrests you (they will be way smaller). Additionally, I've balanced the amount of cash taken by the muggers one more time (it's also smaller now).
On the other hand, I've changed the amount of cash player can get from tray duty in the church (unfortunately - it's also smaller now).

7. Shitload of new porn (Alexa and Daphne)
So thanks to a user on F95, chiekat, I managed to add shitload of new sex clips. As after last updates by default during sex player only sees the positions that the character has sex clips for, having a variety in sex clips is even more important. Here's what I added:

portrait_big.jpg
  • Alexa
  • blowjob: 1 new clip
  • congress: 1 new clip
  • cowgirl: 2 new clips
  • deepthroat: 1 new clip
  • doggy: 4 new clips
  • missionary: 4 new clips
  • piledriver: 1 new clip
  • pussyfingering: 1 new clip
  • ridingbull: 2 new clips
  • your orgasm: 1 new clip
portrait_big.jpg
  • Daphne
  • anal: 6 new clips
  • blowjob: 3 new clips
  • cowgirl: 6 new clips
  • doggy: 3 new clips
  • pussyfingering: 2 new clips
  • ridingbull: 3 new clips
  • your orgasm: 1 new clips

8. Button to compare version
This is a small change, but it's important for players who are playing offline, or on sites like Gamcore, instead of the - now you will be able to compare your version with the one on the official site with one click. Look for it on the top of the changelog popup:
0320_updates.jpg
Additionally, I've rewritten the changelog script, so that it would be more clear and visible what is new.

9. Shitload of changes in the effect script
This is a huge rewrite, that potentially has small impact on the gameplay (at least - if I didn't fuck it up). Basically, I wanted player to be able to use items to get effects during events and activities (you can now basically drink a beer in the middle of the event, and the game should instantly give you drunkness effect). It was important to make the visual effects work properly.

Minor changes
10. UI changes and fixes for hints
Basically, hints should now work and look better.
11. Notifications about going in and out of jail
Basically, the moment you get in and out are special, and you will see a special vid to accompany it.
12. #noFap
So if you stop fapping for a longer period of time, you'll get a #noFap effect in game. It gives you slight boost! The effect will turn on after around 10 days without fapping, and will turn off instantly when you fap;)
13. Sleeping pills enhanced
Sleeping pills will now make you magically instantly teleport to your bed and go to sleep, no matter what. At the moment it's not very useful, but it should be in the future.
14. UI changes on Settings page
It's just a visual fixes for people without the Supporter code.
15. UI changes on Reminder page
I don't even remember what I changed... sorry.
16. Text edits in the trip event
It's the event that happens when player takes LSD. It should be now slightly better.
17. Text edits in the intro
Just small ones, to make it flow better.
18. Text edits in sex scenes
Just small ones, to make it flow better.
19. Rewrites in the strikes module
It's the module that counts the number of times you fucked up with Daphne and Police, and in the end make them call your parents.

Bug fixes
20. Fix for Bathroom knocking events.
21. Another fix for fuck ups with Ash and Mia quest, this time caused by the last fix for the same issue, which was, unfortunately, fucked up.
22. Fixed a problem w help menu not working in some cases.
23. Fixed a lacking Relaxed effect after masturbation.
24. Fixed a problem with players not getting yields from actions during Early Access events/quests.
25. Shitload of other stuff. Like seriously, a lot.

Thanks
Grave
 
3.30 star(s) 38 Votes