G28Here

Active Member
Game Developer
Mar 18, 2019
769
5,226
AccidentalGadgeteer
I haven't played in a while so my game is still version 0.510b but assuming that there are no changes to that particular passage, it's because of some quick copy pasting of code causing a certain condition to be overlooked.

This is a pseudo code representation of the relevant parts of the passage:
Code:
if nadir's personality has been changed:
    stuff
else if nadir's husband is bimbofied or forced to acknowledge your relationship with her:
    stuff
else if nadir is engaged to you or nadir is divorced (or maybe it was just separated?):
    stuff
    (problem is this nested conditional)
    if nadir is engaged and ward is pregnant:
        stuff, including links
    else if nadir is engaged:
        stuff, including links
    end if
else:
    stuff
end if
As you can see, you can reach the nested conditional if nadir is divorced (or separated?), but it doesn't take into account what to show if that is the case. It only shows the text and links if nadir is engaged, probably because it was copied from other parts of the whole if structure and not enough care was taken in modifying it.

I don't have any suggestions to modify the html file since that would involve actually writing a few lines of narration, but you can try typing either SugarCube.Engine.play('EveningHub230aStart1') or, if ward is pregnant too, SugarCube.Engine.play('Ward510aPregTalk1') into the console.
Alright thank you for figuring this out. I tested it and I can confirm that it should now be fixed with this bugfix html release:




Does anyone know why my game just can't load anymore dialogue options?
I'm on August 21st, and in the middle of Nadir telling me she's pregnant but I'm getting no options to do or say anything, it's just blank down there, completely locking any means of progression
If you didn't already try a different fix, the links above work when I loaded your save.
 

youraccount69

I'm like a karate chop
Donor
Dec 30, 2020
6,915
3,168
CollegeDaze-0.540bBugfix
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.​
 

Jenazad18

Newbie
Apr 21, 2018
24
11
Would anyone kindly upload a Botnet's/Modded Html of the latest version? Thank you. (Playing on android and I can't figure out how to run .bat command, I already tried the Pyth but it can't seems to find the .html right beside it)
 

Yurij

Member
Sep 11, 2017
167
103
Would anyone kindly upload a Botnet's/Modded Html of the latest version? Thank you. (Playing on android and I can't figure out how to run .bat command, I already tried the Pyth but it can't seems to find the .html right beside it)
All the script is doing is adding these lines at the end of the file

HTML:
<script src="./mods/script.js"></script>
<link rel="stylesheet" href="./mods/style.css"></link>
 
4.60 star(s) 140 Votes