lovehunt3r
New Member
- Feb 27, 2021
- 3
- 2
for Mac os to play Win version, you need to update latest Ren'py launcher app 8.3.2 and copy mods as related instructions. works for me well
I saw this type of error, not on android, when the renpy version of the game on android is not the same as the Win PC version. The bottom of that error output should have the renpy version. The one on PC is 7.8.2.I'm sorry, but an uncaught exception occurred.
While loading the script.
Exception: Could not load from archive modgalasahibito/galscenesrelabel.rpyc.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/bootstrap.py", line 359, in bootstrap
File "renpy/main.py", line 455, in main
File "renpy/script.py", line 359, in load_script
File "renpy/script.py", line 854, in load_appropriate_file
Exception: Could not load from archive modgalasahibito/galscenesrelabel.rpyc.
Got this issue on android
Sorry I don’t use joiplay but it would be helpful to anyone reading to include error message or screenshots of the issue.Can't use mods v0.65 on joiplay.. can someone help me? Mods v0.60 work fine btw
Is there any bypass or sumthin i can do to make this mod work on android?I saw this type of error, not on android, when the renpy version of the game on android is not the same as the Win PC version. The bottom of that error output should have the renpy version. The one on PC is 7.8.2.
I developed on the PC and do not have capability to make it for other platforms.
There is no bypass I know of. The android version creator should really be using the same renpy version as the original game.Is there any bypass or sumthin i can do to make this mod work on android?
Follow this, install the latest Ren'py plugin. But before that, make sure there are no previous ren'py plugins installed. I just found out that i have the previous versions still installed after updating. There's no need to download and install the latest joiplay app, just the ren'py app.For joiplay users, try:
You must be registered to see the links
For joiplay users, try:
You must be registered to see the links
Thank you both for the note about joiplay. I guess that is a good workaround for android users.Follow this, install the latest Renpy plugin. But before that, make sure there are no previous repnpy plugins installed. I just found out that i have the previous versions still install after updating. There's no need to download and install the latest joiplay app, just the renpy app.
Can't get this to work through JoiPlay on Android.
Sorry I don’t use Android and Joiplay. From reading other responses folks seem to be able to get my mods working in that environment. Perhaps reach out and see if they can help.I try to installed to the join and using joiplay app it wont open when i remove the gallery mod it open why?
Thanks for this tip in helping Android users getting the mod running. Some of the scenes in the mod depends on galscenesrelabel.rpyc, so removing that would break some of the entries.For Android users
Try something that worked for me.
Have latest joiplay and renpy plugin(8.3.x)
Unren the mod rpa, if you on Android you can do it online at https://grviewer(dot)com/
Unzip the folder, and put the mod folder modgalasahibito in game folder
Remove galscenesrelabel.rpyc in that folder( I don't know why but there is loading script error on this file)
When creating joiplay game make sure to use non-32 bit exe. 32 but exe is also giving script error in joiplay.
Mod runs fine without the galscenesrelabel.rpyc on all replays except one.
That's the best you could do in android joiplay(atleast it worked for me)
The thing is I have every renpy plugin there is installed till latest renpy 8.3.7. I crashed if I used rpa with error in script reading galscenesrelabel.rpyc. So unrening and removing galscenesrelabel.rpyc makes the game boot and use the mod(even if there is issue in playback of some scene replay).Thanks for this tip in helping Android users getting the mod running. Some of the scenes in the mod depends on galscenesrelabel.rpyc, so removing that would break some of the entries.
It sounds like there is joiplay plugin for the various versions of renpy. The game was made in Renpy 7.8.2. Try the plugin for that version and see if the you can run the mod with just the rpa.
Thanks for checking. I tried an emulator and joiplay after reading your post. It seems however there is no plugin for version 7.8.x of renpy. If you have happen to know where I can download it, please let me know.The thing is I have every renpy plugin there is installed till latest renpy 8.3.7. I crashed if I used rpa with error in script reading galscenesrelabel.rpyc. So unrening and removing galscenesrelabel.rpyc makes the game boot and use the mod(even if there is issue in playback of some scene replay).
It's not perfect but that's the best I could figure out.
Also joiplay will show issue if 32 bit exe is used to lauch game. Don't know why and don't see the logic why it would/should cause problem but it is what it is.
I don't think you need exact versions of renpy plugins. For example: 8.3.7 should work for all lower renpy versions. It's just that for better compatibility it's good to have all the versions installed so joiplay can use most compatible one.Thanks for checking. I tried an emulator and joiplay after reading your post. It seems however there is no plugin for version 7.8.x of renpy. If you have happen to know where I can download it, please let me know.
Thanks for the share.I don't think you need exact versions of renpy plugins. For example: 8.3.7 should work for all lower renpy versions. It's just that for better compatibility it's good to have all the versions installed so joiplay can use most compatible one.
Here are the latest joiplay and other renpy plugins installed mega link
You must be registered to see the links
I should share this in some thread related to joiplay.
define config.script_version = (7,8,2)
Wow man, you really didn't have to go and do all the work for such niche audience.Thanks for the share.
I think I found a straightforward solution to getting this mod working in android joiplay. I created an rpy file with one command to force the version of the game to match what is in game/script_version.txt.
Unfortunately I could not get joiplay to compile that rpy file even with the "Recompile Scripts" setting on. So I have to put in the rpyc file instead.Code:define config.script_version = (7,8,2)
With this the rpa seems to work just fine. And all I had was the 8.3.7 plugin from your share. I've attached the rpyc file. Please give it a try. If it works I will add it to the OP.
Sounds like it worked for you too. I will go ahead and put it in the OP.Wow man, you really didn't have to go and do all the work for such niche audience.
Appreciate the effort dude.