israel31

New Member
Jan 2, 2023
6
7
104
I have not played in a long time, how do we fuck Jane on love (non-corrupt) route?

At her home, its only 3 options:
study
blowjob
ask for sex --> only leads to blowjob

And in library, is now only 1 option:
study


I have gotten several blowjobs from Olivia.

I hope its not "you have to fuck Olivia before you can even fuck Jade on the non-corrupt path", because I want to put Jane first.
I think you just have to get her love high enough and/or enough sex exp to pass the blowjob option at her home, and then she offers sex as an option? I remember for a while she always redirected sex to bj but at some point she allowed sex.
 

JackofAllit

New Member
May 19, 2020
11
3
22
I used to play this game before Hannah was introduced. Now it seems like I can't interact with Melanie after day 1? How do you interact with Melanie or does how do you let Hannah not kick her out or whatever?
 

Enot1964

Well-Known Member
May 20, 2019
1,314
1,288
338
I used to play this game before Hannah was introduced. Now it seems like I can't interact with Melanie after day 1? How do you interact with Melanie or does how do you let Hannah not kick her out or whatever?
No, Melanie is not thrown out, she stays in place. It’s up to you how you choose to blackmail her or not. The key event is a fight with her boyfriend. After that, her story arc goes on without problems.
 

Bob69

Uploading the World
Uploader
Donor
Compressor
Mar 2, 2019
23,267
315,085
998
Just One More Chance [v0.68] [Lotrum] - Compressed

All [777 MB]
- - - -

You don't have permission to view the spoiler content. Log in or register now.
 

McLOVINu

Active Member
Mar 18, 2018
894
410
187
Damn my ocd, some of your 'stat widgets' are missing spaces OR have extra spaces. And are not uniform.
example original html:
Code:
font-size:13px"> (<<print

font-size:13px">(<<print
^^^OR maybe it is this diffrence I spotted on another line, example strait from the html:
Code:
by $codgainwid<span

by $codgainwid <span
^shows in-game as:
Your stamina increased by 0.33 (61.01)
Your confidence increased by 0.13(79.47)

I say have them all with the space, so that numbers in parentheses are not smooshed against the numbers before them while playing.

edit: wow looking at the html more closesly, some of the widgets have a span within another redundant span.
edit2: I GUESS it depends on what size you want the space to be :p
 
Last edited:
  • Haha
Reactions: Lotrum

McLOVINu

Active Member
Mar 18, 2018
894
410
187
Hmmm, the blowjob scene with Francine in the library does NOT auto-scroll to the top, unlike the handjob scene.
The blowjob scene coding appears to be missing this line of code:
Code:
 <<set document.documentElement.scrollTop = 0>>
^that line is used in the 'handjob' scene but not the 'blowjob' scene, so the blowjob scene starts at the bottom and you have to scroll up to see all of the scene.
 
  • Like
Reactions: Lotrum

McLOVINu

Active Member
Mar 18, 2018
894
410
187
bug101.jpg
100% bug:
At Danielle's room, you can have foursome with Danielle, Carol and Grace at the very start of a run.

PLUS, the foursoem button shows up on same line in-game as her solo button. so I guess add a BR to the code somewhere.

It appears to not "unset $cardangra" on new runs.
 
Last edited:
  • Like
Reactions: Lotrum

McLOVINu

Active Member
Mar 18, 2018
894
410
187
100% bug, "first time fucked danielle" is not showup at the end of her sex scene.
Maybe it is this line of code??
Code:
<<if $daniellefucked lt -1>>
 
  • Like
Reactions: Lotrum

tristanr

New Member
May 31, 2020
13
2
54
Game review:
Shockingly good. Especially for an alpha that self-described as grindy. One 'season' is quick enough and has enough written and video content that the only time I felt I was grinding was my self-imposed decision to work in the mall for a season. The writing has a few errors that look like non-native English (like you greet someone when you say goodbye) but the characters are actually really engaging and diverse for a porn game and especially when it took effort to make them like me I really cared about when a girl finally accepted my advances. After 30-40 minutes of logical play your character is frankly OP and any grind is over. Ignoring the issue of the 'publicly available' porn for the scenes I would rate this 8/10 for a beta and 6/10 for a full release game. For an alpha? 11/10.

Constructive criticism:
The difficulty curve is broken. It goes from moderately grindy in the first 20 minutes to a character that feels OP before you've unlocked even 10% of the bonuses. It lacks mid-game challenges. Between the exp unlocks, the achievement unlocks, the longer seasons, and the retained stats there was no need to specialize your run or focus on particular girls. By run three you can seduce pretty much all of them every time. This led to every run feeling the same and losing value.

My ideas to improve the system:
- Mid game challenge: Jealousy. What if most girls had tokens for the type of relationship, like casual/open/serious/exclusive/etc? Depending on the girl, it could have a big impact on the difficulty to seduce her. You could also get caught if you cheat and have the impacts of that. It might be possible with some girls to make things open but serious. This would keep each run interesting and different, without making those first runs any harder.
- Separate exp/points for permanent changes vs one time bonuses. Many things that give exp right now (like sex) are easily repeatable. On the other hand, each achievement is once only and exp from those sources makes sense to let you choose permanent bonuses/changes. I think this would make it easier to balance the difficulty curve.

Minor requests:
- Please give us a chart for which girls we've kissed/etc because when you're missing one (especially with the virginity reset) it's annoying to go through each girl.
- Warn me if I'm about to pass out from exhaustion. You should be able to say 'I'm too tired' and turn down sex, though usually with penalties. I passed out a few times at like 6pm when I could have just rested and had energy again. Better yet, give me an unlock 'passing out only uses 7.5 hours'.
- I'm not sure if it's already in the game and I just didn't notice, but I think it should be much easier to sleep with Hannah if it's your first time. If you have the confidence and charisma, when she says it's serious to her you should be able to say 'it's my first time' and that would encourage her (especially if you're in a serious relationship path).
 

bebopalot

Newbie
Mar 27, 2024
55
164
119
On the current build the title of the game appears to be broken - it is always displaying as "index.html".

I took a look through the code to try and figure out why, as the html does have a valid <title> element. It seems to be happening because of this line of javascript:

JavaScript:
document.title=Config.passages.displayTitles&&""!==State.passage&&State.passage!==Config.passages.start?"".concat(State.passage," | ").concat(text):text;
I removed this line from my own version and the page title works properly again. Although it is found in amongst all the "sugarcube javascript", so it may be automatically generated by twine? I have played other sugarcube games without this problem so I wonder if it is a configurable option that is not working? I do not know much about twine/sugarcube so just speculating.

Edit: Looked through the documentation and I think this could be caused by the presence of the .
 
Last edited:
  • Like
Reactions: Lotrum

Lotrum

Member
Donor
Game Developer
Nov 11, 2023
213
635
217
On the current build the title of the game appears to be broken - it is always displaying as "index.html".

I took a look through the code to try and figure out why, as the html does have a valid <title> element. It seems to be happening because of this line of javascript:

JavaScript:
document.title=Config.passages.displayTitles&&""!==State.passage&&State.passage!==Config.passages.start?"".concat(State.passage," | ").concat(text):text;
I removed this line from my own version and the page title works properly again. Although it is found in amongst all the "sugarcube javascript", so it may be automatically generated by twine? I have played other sugarcube games without this problem so I wonder if it is a configurable option that is not working? I do not know much about twine/sugarcube so just speculating.

Edit: Looked through the documentation and I think this could be caused by the presence of the .
Thanks, I'm aware of this problem but it's hard to fix, as fixing it seems to break compatibility with savegames of all previous versions of the game.

The game title in twine is actually "Second Chance" because that was the name of the game in version 0.01 that was later changed to "Just one more chance"

Back then I just disabled it by entering a blank title override and manually wrote that in the paragraph below.

Using the automatic feature for title name would just put it to "Second Chance" which is unacceptable, and changing that would just break compatibility with all saves.

On hindsight, it might have been better to break all saves once after the first version, but now it would be much worse.

It might be fixed through HTML editing somehow but I honestly don't know how, and I can't be doing that manually for every single test and release version just to not have all saves broken, as I usually just compile it with Twine

100% bug, "first time fucked danielle" is not showup at the end of her sex scene.
Maybe it is this line of code??
Code:
&lt;&lt;if $daniellefucked lt -1&gt;&gt;
Thanks for all your reports, all those bugs will be fixed in the next version, hopefully : )

And yes, i handled Danielle differently from most characters for some reason, but the issue there is the "lt" instead of "lte", should work correctly with lte
 
Last edited:

McLOVINu

Active Member
Mar 18, 2018
894
410
187
And yes, i handled Danielle differently from most characters for some reason, but the issue there is the "lt" instead of "lte", should work correctly with lte
I mean a -1 vs 1 :p.
which ever math or coding you use, here's hoping it works correctly afterwards. :D :D
 

johnathanwoods69

New Member
Jul 27, 2024
1
0
46
I absolutely love this game, are there any other games similar to this style that anyone would recommend?

I've played this game so much now ha!
 

someoldguy

Member
Aug 8, 2017
142
182
157
The game keeps getting better and better with each update. Bravo!

The difficulty curve is broken. It goes from moderately grindy in the first 20 minutes to a character that feels OP before you've unlocked even 10% of the bonuses. It lacks mid-game challenges. Between the exp unlocks, the achievement unlocks, the longer seasons, and the retained stats there was no need to specialize your run or focus on particular girls. By run three you can seduce pretty much all of them every time. This led to every run feeling the same and losing value.
The game is unquestionably more intricate to navigate than it used to be, and it takes longer to complete all achievements. I think you've greatly exaggerating when you say you get OP within 20 minutes.

In part this is because there are more of them, but also in part because the game parameters have been adjusted over time. It's much harder to obtain the appeal levels, sex experience and sexual control levels necessary to fully satisfy a lot of the girls. Plus you can no longer invest your exp into buying more simulation days, so you have to chase the achievements that provide more days if you want to get more done in a single run rather than going for more repetitions. Targeting them early is a player choice.

If it was a simulationist game I could agree with you, it's pure fantasy to think one student could keep his relationships with all these girls separate and without jealousy. The idea that you gain popularity with everyone for sleeping around with their friends and classmates is porn fantasy not reality, but it does make for a fun game. It's also pure fantasy that a man could recharge so quickly that he could spend all day every day going directly from one sexual encounter to another.

I'm not sure that taking a fantasy time-machine sex game and making it more simulationist is a good idea. Introducing jealousy would undermine the core mechanic of building popularity through sex. Nor does having to repeat the early phases of the run more often help keep it entertaining. We spend exp to be able to reset our virginity multiple times a run precisely to reduce the number of runs that we are grinding out just to unlock the 'lost virginity to' achievements. We spend exp unlocking starting cash to eliminate the need to do more runs just to afford all the things that now cost lots of money (e.g. Zoe). It's quite hard at the moment to hit 90 str/stam so that's a dull run or two just grinding those out even after you've unlocked extra days and Layla's boosts if you are a completionist.

I'm pretty sure it takes a minimum of 5 runs to reach a point of completing everything except losing virginity to each girl now, and at least a couple more if you really want to do everything. I'd say that was enough. We already have content gated behind Jane love/payment and Ms Pearl cash/sex blackmail. These sorts of gates feel sufficient, to me. There are lots of other games where the game treats each run as unique, relationships are mostly exclusive and harems are not possible. I'd rather not see this one go down that path. It doesn't really fit with the porn focus that includes many combinations of threesome and now even foursome content.
 

skyrfen

Ultimate Torrent Dude
Donor
Jun 13, 2021
4,674
2,826
387
JustOneMoreChance-0.69
You don't have permission to view the spoiler content. Log in or register now.
rpdl torrents are unaffiliated with F95Zone and the game developer.
Please note that we do not provide support for games.
For torrent-related issues use here, or join us on !
, . Downloading issues? Look here.​
 
4.60 star(s) 77 Votes