i downloaded the game myself and made sure its the 0.3.1 version, started with nyx corruption since she is the fastest one and got to the conversation and i didnt get the loop since the new version is fixed, so if you get the loop its because your playing from an old save on the pc versionEven when I press the ‘sleep’ button, the game does not progress, the game goes into a loop.
have to say, first time i dont get a reference x)Epsteins island
ah, fair enough, then i shall leave only the mega version for now to avoid further problems, its only 2gb so its not heavy and is below the limit of download dailyOnly Mega has version 0.3.1, that's probably why people reinstalling it, still has the loop problem (That's what happened to me)
use the mcroom2 files and the script to avoid game freezing when you are in the leave option, and these three files that are in the game's discord will solve most of the problemsHi, I got 0.3.1 from the mega link, now after the gym build scene with Nyx when I click the "Leave" button I get an exception that causes a crash. Traceback attached.
PLEASE READ THE DESCRIPTION OF THE POST, IN YOU GET THE INFINITE LOOP ERROR IS BECAUSE YOU ARE USING THE OLD VERSION AND NEED TO DOWNLOAD THE NEW VERSIONHi, I got 0.3.1 from the mega link, now after the gym build scene with Nyx when I click the "Leave" button I get an exception that causes a crash. Traceback attached.
thank you my friend, but i uploaded already the game with the new files in them so no worries hereuse the files that solve this problem that the game freezes, and these three files that are in the game's discord that will solve most of the problems
https://f95zone.to/threads/love-island-v0-3-1-afrom.204804/post-14886386
no problem the real hero is Maphios on discord who was attentivethank you my friend, but i uploaded already the game with the new files in them so no worries here
Jesus Christ bro, for the love of all that is holy please never use "slowdissolve" again. It's obnoxious and serves zero purpose.thank you my friend, but i uploaded already the game with the new files in them so no worries here
you need to redownload the game and start a new game for the new commands to take effect, been spending all night fixing most of the issuescomplete stuck did all the fix xis i say and still stuck at the audiology with the inner voice
thank you for the words and description, its true that the code its kind of a mess, since coding was never my forte and im really trying to find somewhere a coder that might help me code most of the game in the future if possible, at the moment I'm doing everything myself but i tend to do all myself and end up exhausted most of the time, it is true about the clipping and the outdated HS models that is why i have begun to learn another engine like daz or VaM to be more able and free to do proper poses and scenes, i will try to go back to try and learn the coding the best i can in the meantime.So I finally got to sit down with this for about an hour AfroM ... The writing is weak, the pacing is bad, the transitions are terrible, it uses outdated HS models--which would be forgivable if not for the horrendous clipping; the UI is somehow both mostly pointless and extremely intrusive for being just plain text on the bottom of the screen...
You have a bunch of flipped increments (=+ instead of +=) which fuck up the progression for the mother, the conditional checks and label jumps are about as badly implemented as I've ever seen, the if/else statements and their nested jumps are spastic to the point where we're seeing events we should not be seeing based on expected conditional checks...
I suggest you respect all of our time and yours, and go back and review some of the basics of Ren'py scripting. I started to fix some of the errors but I realized everything is so badly done it's not remotely worth my time. The premise, while a bit trite, is the sort of thing I like, which is the only reason I put as much time into it as I have and bothered to come here and tell you to please go back to the drawing board before you decide to put something out again. I truly wish you all the best of luck with this and hope the next release you do is worthy of the backstory you've constructed.
To ameliorate this, save the following into a file in theJesus Christ bro, for the love of all that is holy please never use "slowdissolve" again. It's obnoxious and serves zero purpose.
game/
directory named whatever.rpy
.init 999:
define slowdissolve = Dissolve(1.0)
slowdissolve
s in a row without a pause
, and 0.5 will breeze through them without much of a chance to see the interstitial image. If you consider that the lesser evil, feel free to adjust appropriately.maria_aff =+1
instead of maria_aff +=1
means Maria's route advancement is busted...maria_aff ==15
(etc.) means that you could blow right past the trigger value and never advance the stage...mary_second_lovea
vs. maria_second_lovea
, lilith_third_love
vs. lilith_final_love
).scene
statements one after another with no pause
, meaning they get blown past in an instant without ever actually being shown.