bobdillan

Forum Fanatic
Nov 18, 2016
4,228
9,639
bobdillan! You're a legend. I had no idea there was something like that, it all was very confusing.
Glad the mystery got solved. Thanks a lot for looking in to the code. Cheers!
I'll look in to a switch kind of thing, no idea how I go about that as of now, but I'll figure it out.

I'll edit the thread to make it clearer for returning players.
All good. These things happen, I myself constantly change old code as I learn more.

As for a NTR switch, you could do something like a NTR boolean variable. Where you would do something like $ nTR = True or $ nTR = False

And when doing a check you simple have If NTR, if true it executes if false it passes or goes to the else statement if you have one. Well that is how it should work with python, I myself am still largely unfamiliar with ren'py so it may work differently.

As for the idea of having a check that works both for new and old players (say if you change the old code to use this check).

You could have something like an event for when the player wakes up (like you have the other events trigger), that uses a ntr_check variable, where if false it will ask the player if they want to go the NTR route or not, and then setting the state of the nTR variable.

As for new games you would automatically set the check to true after you ask the player when they start (just be sure not to have it in the if or else statement).

Of note though this would lock the player into all NTR or all non-NTR paths, and wouldn't give freedom to choose indepentantly so may not work with how you want to do the story.

And added to dev notes/save file at the bottom of the thread.

Thanks a lot, bobdillan! I had no idea you were a code wizard.
haha, thanks for the praise, but to be honest I am more novice-intermediate, I just knew that there was something to look for since I always play non-ntr. :) and have a bit of experience using the ingame console to try and fix my old saves cause effort to restart if a big game. :S
 

longjohngold

Well-Known Member
Jan 22, 2020
1,123
1,784
Oh I had one more thought about this, seeing the thread flash up again ... as I mentioned the dark route for Sophia was the best bit so far ... but thinking about it doesn't really make sense that she kinda gets into it as she's not been drugged at that point (as far as I can remember) ... it'd make more sense (and be hotter) if she was clearly hating it and it kinda breaks her, so then later on as she's not able to deal with the trauma from it it kinda forces the MC to give her the serum to help her rewrite that experience with similar ones she but where she's can enjoy it... or something along those lines, if that makes sense...
 
  • Like
Reactions: crusher1005

Jamleng

Active Member
Game Developer
Nov 6, 2018
548
1,733
All good. These things happen, I myself constantly change old code as I learn more.

As for a NTR switch, you could do something like a NTR boolean variable. Where you would do something like $ nTR = True or $ nTR = False

And when doing a check you simple have If NTR, if true it executes if false it passes or goes to the else statement if you have one. Well that is how it should work with python, I myself am still largely unfamiliar with ren'py so it may work differently.

As for the idea of having a check that works both for new and old players (say if you change the old code to use this check).

You could have something like an event for when the player wakes up (like you have the other events trigger), that uses a ntr_check variable, where if false it will ask the player if they want to go the NTR route or not, and then setting the state of the nTR variable.

As for new games you would automatically set the check to true after you ask the player when they start (just be sure not to have it in the if or else statement).

Of note though this would lock the player into all NTR or all non-NTR paths, and wouldn't give freedom to choose indepentantly so may not work with how you want to do the story.


haha, thanks for the praise, but to be honest I am more novice-intermediate, I just knew that there was something to look for since I always play non-ntr. :) and have a bit of experience using the ingame console to try and fix my old saves cause effort to restart if a big game. :S
Thank you very much for taking the time to answer and for the advice. I understand what you mean, it shouldn't be that hard to code in to the game for me. I'll definitely be looking in to that, so I can make the game as accessible as possible.
It won't be in the next version yet, but probably the one after that.

I've already been working towards a version of the game where players can decide to go Harem-is kind of game play.
I'm personally more in to hardcore/dark/sharing scenes, but I'll leave those for the other route that players will have the choice to go for. That would also be the perfect time to add a button, so I can't mess up save files. If I'm feeling really ambitious I could always change certain earlier aspects of the game. For now, the I have to focus on the next update first.

Cheers for the help<3


Oh I had one more thought about this, seeing the thread flash up again ... as I mentioned the dark route for Sophia was the best bit so far ... but thinking about it doesn't really make sense that she kinda gets into it as she's not been drugged at that point (as far as I can remember) ... it'd make more sense (and be hotter) if she was clearly hating it and it kinda breaks her, so then later on as she's not able to deal with the trauma from it it kinda forces the MC to give her the serum to help her rewrite that experience with similar ones she but where she's can enjoy it... or something along those lines, if that makes sense...
Your idea is good. From my perspective that scene was planned as a rape scene as you sort of suggested, sadly it's not allowed and can get me in to trouble. That's why I sort of turned it in to a mind break kind of event, it's still one of the more hardcore scenes that can be found in most games on here I guess. I already planned the next event for her. Since it's part of the dark route, it could be a bit shocking for certain players.

Stay handsome.
 
  • Like
Reactions: bobdillan

bobdillan

Forum Fanatic
Nov 18, 2016
4,228
9,639
Thank you very much for taking the time to answer and for the advice. I understand what you mean, it shouldn't be that hard to code in to the game for me. I'll definitely be looking in to that, so I can make the game as accessible as possible.
It won't be in the next version yet, but probably the one after that.

I've already been working towards a version of the game where players can decide to go Harem-is kind of game play.
I'm personally more in to hardcore/dark/sharing scenes, but I'll leave those for the other route that players will have the choice to go for. That would also be the perfect time to add a button, so I can't mess up save files. If I'm feeling really ambitious I could always change certain earlier aspects of the game. For now, the I have to focus on the next update first.

Cheers for the help<3
All good happy to help.

I am myself more into sole male scenes myself, but not too hardcore/dark when it comes to tone... for example I want to take vengeance for our blue haired slave... and mom. I prefer to have my dark stories and sexual stuff kept separate.

Although if it proves too much trouble, you may wish to only make games of your taste in the future. Would be less hassle for you, although would probably be wise to make signatures and marketing stuff that represents that. (to avoid confusion). That way you don't have to worry about so many routes.

Although you would be cutting out that chunk of the audience that you brought in with this one. Anyway just my 2 cents.
 

a1fox3

Loving Family Member's
Donor
Respected User
Aug 8, 2017
23,686
16,224
Jamleng
Got this error and traceback report.
Just picked this game up 2 days ago and this is the last quest in the guide that is left to do.
 
  • Like
Reactions: Jamleng

a1fox3

Loving Family Member's
Donor
Respected User
Aug 8, 2017
23,686
16,224
hmmm you should be able to skip past it if you click the ignore button. (you will miss that scene though).
Yes it took many "ignore" to get past it to the end of all the update.

Just reporting it to get it fixed.
 
  • Like
Reactions: Jamleng

longjohngold

Well-Known Member
Jan 22, 2020
1,123
1,784
Your idea is good. From my perspective that scene was planned as a rape scene as you sort of suggested, sadly it's not allowed and can get me in to trouble. That's why I sort of turned it in to a mind break kind of event, it's still one of the more hardcore scenes that can be found in most games on here I guess. I already planned the next event for her. Since it's part of the dark route, it could be a bit shocking for certain players.
Yeah, I only suggested it that way as it'd just involve a small adjustment to the text of her inner thoughts... I'm surprised it doesn't already count as non-consent though as it certainly starts that way.

If I got to go a little darker then probably happen would be... it makes no sense the mother gets photos of it that could lead to the girl getting rescued, so I have the reason he sends them to be a bait to lure her in so the father could get 2 earners... after she was captured I'd have both her and the mother have to watch each other getting raped, with things like the mother pleading the guys to use her instead (but probably most preferring the younger girl)... then after a few days of them getting non-stop gangbanged by various people they'd eventually be rescued by the MC (something about how when he lured in the mother it left a clue to track them down, maybe that'd be when the MC finds the photos and can take them to the police)... but they'd both be so traumatised and mentally broken they would be beyond saving by conventional means so he has to give them the serum... this combined with the mindbreak of the trauma would lead to them starting to fuck each other rabidly... he'd then recruit them to the whorehouse as a mother/daughter combo (so get some serious praise from the organisation) where they'd serve clients (or groups of clients) as a pair.
 
  • Like
Reactions: Jamleng

Jamleng

Active Member
Game Developer
Nov 6, 2018
548
1,733
All good happy to help.

I am myself more into sole male scenes myself, but not too hardcore/dark when it comes to tone... for example I want to take vengeance for our blue haired slave... and mom. I prefer to have my dark stories and sexual stuff kept separate.

Although if it proves too much trouble, you may wish to only make games of your taste in the future. Would be less hassle for you, although would probably be wise to make signatures and marketing stuff that represents that. (to avoid confusion). That way you don't have to worry about so many routes.

Although you would be cutting out that chunk of the audience that you brought in with this one. Anyway just my 2 cents.
You'll get to have your revenge. Also, I don't mind going the extra mile. I'm trying my best to make it a very diverse game.
With all kinds of kinks in it, yesterday I forgot to mention that I also like harem games, romance, actually everything. I've played plenty naughty VN's on here, I was always entertained.

New signatures/banners are very much planned, when I have some time left I'll make them for sure.

Jamleng
Got this error and traceback report.
Just picked this game up 2 days ago and this is the last quest in the guide that is left to do.
Thanks a lot for reporting that one!

I just fixed it in my current build. Such a stupid mistake of mine as well.
I test the game a lot before I put it out in the public. Still, I've missed quite a few bugs this time.
Luckily I've found myself some play-testers so the next updates should be more smooth.

Yeah, I only suggested it that way as it'd just involve a small adjustment to the text of her inner thoughts... I'm surprised it doesn't already count as non-consent though as it certainly starts that way.
Ha, that's a lot darker than I imagined that path to be.
The major issue here is that it's a lot of extra work. I'm not sure if I would go that far, but I'll keep your ideas in mind.
Or might implement parts of it in the game. Not much going on for them in the coming update anyway.

I need to work on the main questline/characters that got no love in the last update.

Cheers, longjohngold.
 

Konamiab

New Member
Apr 23, 2018
5
4
Is one of the characters (toilet at the university) Nemu Manaka from Euphoria? Looks really similar, same hairstyle, same necklace.
 
  • Like
Reactions: Jamleng

HogRocket

Engaged Member
Jun 8, 2020
2,352
11,295
normally when a dev puts "games" and crap on the MC's computer its really lame or a mini-game or something I could care less about. I finally got around to checking out the "Homework" folder - pure gold :cool:
great parodies of all the beloved plots and tropes of all the games and VN's on this site
I'd love to get more of these little gem's occasionally in the updates ;)
 
  • Like
Reactions: Jamleng

chaughton22

Porn Pirate
Donor
Nov 27, 2018
473
516
Love this game, don't let yourself get stressed out over the incessant NTR bitching; I love the concept of the mild and wild scenes, I wish more games would implement something along these lines. To clarify, I am not generally a fan of NTR but as dev has pointed out ad nauseum, there are very few sharing scenes in the game at all, and those that are make sense in the context of the story. Really don't see much to get offended over.

Great balance of funky, bizarre humor and dark, guilt-inducing depravity. Keep it up- harem incest VNs are a dime a dozen, while this is more of a sandbox trainer game, whatever you want to call it it's a rather unique niche. The ugliness of the MC, the over-the-top lewdness, and the bizarre humor are all reminscent of Solvalley. Super hot scenes with great pov shifts and dirty talk. Keep up the good work!

You don't have permission to view the spoiler content. Log in or register now.
 
Last edited:
  • Like
Reactions: Jamleng

Jamleng

Active Member
Game Developer
Nov 6, 2018
548
1,733
Love this game, don't let yourself get stressed out over the incessant NTR bitching; I love the concept of the mild and wild scenes, I wish more games would implement something along these lines. To clarify, I am not generally a fan of NTR but as dev has pointed out ad nauseum, there are very few sharing scenes in the game at all, and those that are make sense in the context of the story. Really don't see much to get offended over.

Great balance of funky, bizarre humor and dark, guilt-inducing depravity. Keep it up- harem incest VNs are a dime a dozen, while this is more of a sandbox trainer game, whatever you want to call it it's a rather unique niche. The ugliness of the MC, the over-the-top lewdness, and the bizarre humor are all reminscent of Solvalley. Super hot scenes with great pov shifts and dirty talk. Keep up the good work!
Thank you very much for your kind words, chaughton22! I'm very happy to hear that you liked the game.
Those last events can get bugged if you pee in the school pool too many times.
I already put some shadow updates out there, but not here. So for anyone else that has the same issue, download one of the following links.

You don't have permission to view the spoiler content. Log in or register now.
 
  • Love
Reactions: chaughton22

chaughton22

Porn Pirate
Donor
Nov 27, 2018
473
516
Thank you very much for your kind words, chaughton22! I'm very happy to hear that you liked the game.
Those last events can get bugged if you pee in the school pool too many times.
I already put some shadow updates out there, but not here. So for anyone else that has the same issue, download one of the following links.

You don't have permission to view the spoiler content. Log in or register now.
That's a hilarious bug. I admit I did piss in the pool a lot..... :rolleyes:
 
  • Like
Reactions: Jamleng

~J&F~

Member
Sep 2, 2020
170
63
v0.5 Public Bugfix

• A hidden ending has been slightly edited so it doesn't contain a spoiler.

One Question, is the game already Complete?

Sorry that i don't follow up the game, since there's lot and lot work i need to do. So yeah here i'am back to play again
 

a1fox3

Loving Family Member's
Donor
Respected User
Aug 8, 2017
23,686
16,224
v0.5 Public Bugfix

• A hidden ending has been slightly edited so it doesn't contain a spoiler.

One Question, is the game already Complete?

Sorry that i don't follow up the game, since there's lot and lot work i need to do. So yeah here i'am back to play again
Once the game is finish then there will be endings that if you chose the bad path will end the game faster, the right or good path will play for a long game.

At this time that one short ending still allows you to keep playing.
 

quanbe

Member
Apr 8, 2019
208
249
I just started this game for the first time and after playing for five minute , when the mc was talking to rose he start speaking of a dude named CHAD, I suppose it's the blond NTR guy isn'it ?
 
D

Deleted member 3189752

Guest
Guest
Looks like the DEV is reading this. And is deeply hurt again and again because of criticism from the players. On the other hand he boasts aboout the superiority of this game. And there are also others from the team. All in the same vain, arrogant disposition towards the players.
Dudes, players will be the ones who support you on Patreon - or not - (or maybe buy a game). Stop being arrogant and boastful. Porn games are most of the time a question of (dis)taste, so it is quite possible that all the dev team can't stop cumming all the time when making the game, but still the target audience would be just NAH.
Here on F95zone is quite a lot of games, which sold pretty well and are well known to be of value. You must still show this.
Eg, I'm on metered connection and so strategize quite a lot what to download and what not. So it is quite crucial to me to know, what the story and mechanics are about - if I am interested or not. But if I read self sufficient boasting about the superiority of the game instead - this forum is also full of various "money suckers" from Patreon, and such a relationship towards players (clients) tends to smell of it also. Graphics look nice, but that is all I managed to figure out. RenPy generally means boring clicking from picture to picture and thoroughly skipping dialogues of low intelligence. If you don't show you are different in the heading of the game, we will just skip over - and you'll have "#lewdest porn game out there" for yourselves.
Warnings in the heading look just stupid. "This game might not for the fainthearted" just under the depiction of three high schoolers ...
And nobody really counts the images and graphics. Remember, (eg.) Degrees of Lewdity and Witch Trainer don't realy boast with extensive graphics - but are a reference here.
Get a grip.
Look at the Third Crisis team here on F95 ... Vilsa Nara is so kind and nice I almost started to feel sory to corrupt the hero in the game.
 
4.10 star(s) 89 Votes