- Feb 4, 2018
- 132
- 426
No problem! Trying to do a torrent for the uncompressed version, but Mega is blueballing me for 5 hours because I've been downloading too much.
Them bastards!!!No problem! Trying to do a torrent for the uncompressed version, but Mega is blueballing me for 5 hours because I've been downloading too much.
Okay, got it posted on the OP and credited the Torrent to you and the fix for the Lossy version to @the66
Thank you so much for the help!! OP looks a little messed up for now, guess it is probably good that a Mod hasn't updated the "Latest Release" as I doubt I could handle doing all of the tech support right now AND render next month's episode... ugh....
...shoot me, now...
@andres gomez first of all informing of us what version you are running, if it is Lossy or if it is the full version and DID you install the patch or not, might be a good way to fixing the problem for you. You CAN NOT just download the patch and play the game... you have to first download "Wicked Choices 0.4.4.0" and then download and install the "0.4.4.1" patch (by following the directions on the front page)...the game is broken. Cant pass the prologue (no bad end)
ok not broken, but looks like a bug
Man, love that image, @Philly_Games did a WHOLE mess of work to make that image look as good as it does... LOTS of layers!!! And... yep, I'm DEAD!!! x'D
sorry couldn't resist
And sorry is the compressed one.i downloaded the whole package the game and the update (0.4.4.0 and patch) and i did the instructions but as i say before you can´t pass the prologue (after the thanks and patreon logo, the game sends you back to game tittle). Even i tried without the patch, but something is wrong cause the problem happens again. Thanks for your game ASL and hope that you can help me with this.
(Sorry for my english (i know it sucks))
Looks like the same issue that was keeping Chapter 4 Part 4 from loading correctly is also affecting this (and possibly all other transitions).i downloaded the whole package the game and the update (0.4.4.0 and patch) and i did the instructions but as i say before you can´t pass the prologue (after the thanks and patreon logo, the game sends you back to game tittle). Even i tried without the patch, but something is wrong cause the problem happens again. Thanks for your game ASL and hope that you can help me with this.
(Sorry for my english (i know it sucks))
Yeah, think I am just going to pull down the Lossy Version till the situation can be fixed... sorry, but think you will do better with the full HD version.And sorry is the compressed one.
Done. Thanks for the update.
Thanks, my friend!! Glad you didn't do it before the mess with the "Lossy" version or I'd be finding a good spot of traffic to play in right about now!Done. Thanks for the update.
if renpy.loadable('chapter_four_part04.rpyc') and (renpy.loadable('/images/chapter_four_part04/cpt04p4_000.png') or renpy.loadable('/images/chapter_four_part04/cpt04p4_000.webp')):
if renpy.loadable('<script>.rpyc') and (renpy.loadable('<image>.png') or (renpy.loadable('<image>.webp')):
Nah, that's definitely the best course of action to take. I'd already stopped seeding the torrent anyway!Okay, till @Palanto Games and go through and make sure the function calls at the end of each chapter directs correctly to Game Menu and beyond, I have taken down the Lossy Version... (sorry @bmpb86 that I took the torrent down and @the66 for the work you went through to try and get it to work).
My philosophy on this whole lossy thing is: "Better to stick with the 'Devil' you know, than the one you don't..."
Yeah... errr... went right over my head there.... I am sure there is a good reason why, but seeing as I couldn't program my way out of a wet paper sack, I couldn't tell you the reason.@ASLPro3D @Palanto Games
It looks like all chapter transitions in the WebP version use the same flawed logic to check for the presence of the next installment/chapter. They're checking for both the existence of the compiled script (RPYC) for the next chapter, which is fine, but then they're also checking for the existence of the first image of the next chapter, but only in .PNG format, which doesn't cause a problem for the uncompressed version, but causes the WebP version to return to the menu at the end of whatever chapter it's currently in.
/snip
But IMO the best solution would be to remove the check for the image and just rely on checking for the script file. I'm not sure what the purpose of checking for both is, presumably if the script file for the next chapter is present, the images should be too. Forgive me if there's a reason I'm missing, though.