CigarRex

Truly, the Rex of all Cigars...
Donor
Game Developer
Sep 23, 2022
423
1,388
Using pickletest allows me to save once sandbox starts but cellphone and map don't seem to do anything at all for me on joiplay, all i can do is wander around the house?
Haven't been able to get the game running on JoiPlay ever, so dunno what it could be. You're not the first though
 

T3ls

New Member
Jan 19, 2024
11
2
Ah well, seems theres more but I can't get to it. I enjoyed the story and interactions to that point, kudos and thanks for putting your time and effort into your game. I don't get any errors to help you troubleshoot after adding that pickletest. Before that though it would spit errors across numerous files.
 
  • Thinking Face
Reactions: CigarRex

Pero95

Member
Oct 17, 2022
242
348
Doesn't work with all the gallery scenes. For example, if my name in sandbox is ABC it will still be Nick when watching the Gwen scene in the gallery.
Don't know who Gwen is, but I confirm MC's name is Nick in gallery replay.
EDIT: Oh, she's blue haired big titty girl.
 

CigarRex

Truly, the Rex of all Cigars...
Donor
Game Developer
Sep 23, 2022
423
1,388
Doesn't work with all the gallery scenes. For example, if my name in sandbox is ABC it will still be Nick when watching the Gwen scene in the gallery.
Don't know who Gwen is, but I confirm MC's name is Nick in gallery replay.
EDIT: Oh, she's blue haired big titty girl.
Ren'Py replay functionalities are a pain. If there's a convenient fix for it it'll be there...
 
  • Thinking Face
Reactions: vilewe7570

vilewe7570

Active Member
Oct 5, 2021
673
989
Ren'Py replay functionalities are a pain. If there's a convenient fix for it it'll be there...
Try adding MC info to scope.

TheSinWithin-0.4.5-pc\game\scripts\customscreens\phone_elements\gallery_elements.rpy
Line 96
action Hide("Main_UI"), Hide("galleryApp"), Replay(i.label,scope={"currentReplayID":i.id},locked=False), Function(jukebox.kill,True), Call("after_load"), Show("Main_UI")
Append "mc":mc
action Hide("Main_UI"), Hide("galleryApp"), Replay(i.label,scope={"currentReplayID":i.id,"mc":mc},locked=False), Function(jukebox.kill,True), Call("after_load"), Show("Main_UI")
 
  • Like
Reactions: CigarRex

CigarRex

Truly, the Rex of all Cigars...
Donor
Game Developer
Sep 23, 2022
423
1,388
Try adding MC info to scope.

TheSinWithin-0.4.5-pc\game\scripts\customscreens\phone_elements\gallery_elements.rpy
Line 96
action Hide("Main_UI"), Hide("galleryApp"), Replay(i.label,scope={"currentReplayID":i.id},locked=False), Function(jukebox.kill,True), Call("after_load"), Show("Main_UI")
Append "mc":mc
action Hide("Main_UI"), Hide("galleryApp"), Replay(i.label,scope={"currentReplayID":i.id,"mc":mc},locked=False), Function(jukebox.kill,True), Call("after_load"), Show("Main_UI")
Yeah, this is the right call. Very nice.
 
4.20 star(s) 45 Votes