As I said in my note in the second paragraph of the title post, JokerLeader's walkthrough mod is on v0.10.02, and the latest Patreon version of the game is on v0.10.07. Until v0.10.07 or some other future version get released to the public or JokerLeader updates his walkthrough mod to the latest version of the game, I can't update the mod. Because I'm not going to bother trying to update it to v0.10.06 when v0.10.07 is still out there, because then I'd just have to go back and re-update it all over again when the latest version is released to the public.v0.10.06 ?
You must be registered to see the linksnew version 1.07
You must be registered to see the links
Alright, now that I have access to it, I can start work on the next version of the mod. However, it's still not publicly available on togs's Patreon; we only have access to it because another F95Zone user leaked it, and the topic's front post says a moderator added that link to it, not togs. So while I can work on the update now, I still don't feel comfortable releasing it until togs releases it to the public himself or until JokerLeader's mod is updated. And depending on how long it takes me to complete the update, my mod may or may not even be finished by then. But at least I can start the process now. So, thanks for telling me.The new version is available
Alright, now that I have access to it, I can start work on the next version of the mod. However, it's still not publicly available on togs's Patreon; we only have access to it because another F95Zone user leaked it, and the topic's front post says a moderator added that link to it, not togs. So while I can work on the update now, I still don't feel comfortable releasing it until togs releases it to the public himself or until JokerLeader's mod is updated. And depending on how long it takes me to complete the update, my mod may or may not even be finished by then. But at least I can start the process now. So, thanks for telling me.
Whether you celebrate Christmas or not... take the day off to spend with your family. We can wait.Alright, now that I have access to it, I can start work on the next version of the mod. However, it's still not publicly available on togs's Patreon; we only have access to it because another F95Zone user leaked it, and the topic's front post says a moderator added that link to it, not togs. So while I can work on the update now, I still don't feel comfortable releasing it until togs releases it to the public himself or until JokerLeader's mod is updated. And depending on how long it takes me to complete the update, my mod may or may not even be finished by then. But at least I can start the process now. So, thanks for telling me.
Ethical.. I value thatSo until one or both of them release their latest updates to their Patreon pages for free, I won't feel comfortable posting the latest version of my mod.
Alright, JokerLeader just posted an update to his mod, and I just finished most of my mod except for testing and updating the epilogue, I think. I'll peruse his mod to see if he updated anything I missed, then I'll finish my mod and post it when I can. I'll feel more comfortable posting it now that he has, since I can now honestly say it's a mod of another freely released mod, instead of just a mod of a leaked paid version of a game.Ethical.. I value that
No rush Em...enjoy today and tomorrow dude.Alright, JokerLeader just posted an update to his mod, and I just finished most of my mod except for testing and updating the epilogue, I think. I'll peruse his mod to see if he updated anything I missed, then I'll finish my mod and post it when I can. I'll feel more comfortable posting it now that he has, since I can now honestly say it's a mod of another freely released mod, instead of just a mod of a leaked paid version of a game.
Thank you.. and have a Happy new year (and to everyone else of course)Alright, JokerLeader just posted an update to his mod, and I just finished most of my mod except for testing and updating the epilogue, I think. I'll peruse his mod to see if he updated anything I missed, then I'll finish my mod and post it when I can. I'll feel more comfortable posting it now that he has, since I can now honestly say it's a mod of another freely released mod, instead of just a mod of a leaked paid version of a game.
Well, v0.10.07 is now public.Alright, JokerLeader just posted an update to his mod, and I just finished most of my mod except for testing and updating the epilogue, I think. I'll peruse his mod to see if he updated anything I missed, then I'll finish my mod and post it when I can. I'll feel more comfortable posting it now that he has, since I can now honestly say it's a mod of another freely released mod, instead of just a mod of a leaked paid version of a game.
Thanks for the heads-up. I'll try to finish the mod when I can.Well, v0.10.07 is now public.
I know. I'm still looking over what he changed to see if there's anything I've missed. When that's done, I'll have to test it by playing the game from Day 67 to make sure it works. Then, when I've finished all of the game content, I'll rewrite the epilogue/teasers at the end based on togs' Patreon. Then, once I'm confirmed that last bit runs without errors, I'll update the changelogs, package the mod, and upload it.Joker updated his Mod, if that helps
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/functions.rpy", line 1617, in script
return
Exception: Could not find return label u'_call_transit_99'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/functions.rpy", line 1617, in script
return
File "renpy/ast.py", line 1567, in execute
next_node(renpy.game.context().lookup_return(pop=True))
File "renpy/execution.py", line 710, in lookup_return
raise Exception("Could not find return label {!r}.".format(self.return_stack[-1]))
Exception: Could not find return label u'_call_transit_99'.
Windows-10-10.0.19041
Ren'Py 7.4.11.2266
The Roommate 0.10.07
Sat Jan 6 14:36:45 2024
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/functions.rpy", line 1617, in script
return
Exception: Could not find return label u'_call_transit_211'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/functions.rpy", line 1617, in script
return
File "renpy/ast.py", line 1567, in execute
next_node(renpy.game.context().lookup_return(pop=True))
File "renpy/execution.py", line 710, in lookup_return
raise Exception("Could not find return label {!r}.".format(self.return_stack[-1]))
Exception: Could not find return label u'_call_transit_211'.
Windows-10-10.0.19041
Ren'Py 7.4.11.2266
The Roommate 0.10.07
Sat Jan 6 14:39:23 2024
The return labels kept changing each update, so I removed most of them from the ends of various call statements several updates back. But I guess they're needed for saves from other versions of the game to work properly with my mod. I suppose hypothetically, I could put all of the call statements back in, but it would be a long and grueling process, and I'd have to change them all over again on each update.Hi, thx for updating!
I was use Joker's version when you are updating yours.
My saves are based on that.
And after deleted all Joker's files and installed your mod, I can't load them.
Keep getting these similar errors...
Is there something wrong?
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/functions.rpy", line 1617, in script return Exception: Could not find return label u'_call_transit_99'. -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/functions.rpy", line 1617, in script return File "renpy/ast.py", line 1567, in execute next_node(renpy.game.context().lookup_return(pop=True)) File "renpy/execution.py", line 710, in lookup_return raise Exception("Could not find return label {!r}.".format(self.return_stack[-1])) Exception: Could not find return label u'_call_transit_99'. Windows-10-10.0.19041 Ren'Py 7.4.11.2266 The Roommate 0.10.07 Sat Jan 6 14:36:45 2024
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/functions.rpy", line 1617, in script return Exception: Could not find return label u'_call_transit_211'. -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/functions.rpy", line 1617, in script return File "renpy/ast.py", line 1567, in execute next_node(renpy.game.context().lookup_return(pop=True)) File "renpy/execution.py", line 710, in lookup_return raise Exception("Could not find return label {!r}.".format(self.return_stack[-1])) Exception: Could not find return label u'_call_transit_211'. Windows-10-10.0.19041 Ren'Py 7.4.11.2266 The Roommate 0.10.07 Sat Jan 6 14:39:23 2024
I haven't used a Mac in 5-10 years. But I'd imagine you would just install everything into the analogous folders in the Mac app. You might have to go inside the app and put the files into it to make it work. As I recall, apps are just folders that can be executed like programs.How to install the mods on mac?