Mod Ren'Py Universal Gallery Unlocker [2024-01-24] [ZLZK]

5.00 star(s) 2 Votes

ZLZK

Member
Modder
Jul 2, 2017
274
569
After applied the mod game won't open.
There is a error.
Seems like there is an issue with "_mods/ZLZK/config.py" file.
Also I have put wrong init in "exception_formatter.rpy".

To see the real error change: init -1420 to init -1480
in "_mods/ZLZK/scripts/parts/exception_formatter.rpy" file.
 

ZLZK

Member
Modder
Jul 2, 2017
274
569
As I said above.
But now I can see the error.

What is your OS(just platform name) and renpy version(just first number)?

You can probably fix it by adding:
config_filedata.pop('store', None)
below: config_filedata.pop('__doc__', None)
in "_mods/ZLZK/scripts/_script.rpy" file.

But I would like to see what that store item value is.
To do that, add this before doing above:
raise Exception(repr(config_filedata))
before: inst._test_config(config_filedata, config._default)
 

ArunPrime

Member
Nov 5, 2022
214
227
As I said above.
But now I can see the error.

What is your OS(just platform name) and renpy version(just first number)?

You can probably fix it by adding:
config_filedata.pop('store', None)
below: config_filedata.pop('__doc__', None)
in "_mods/ZLZK/scripts/_script.rpy" file.

But I would like to see what that store item value is.
To do that, add this before doing above:
raise Exception(repr(config_filedata))
before: inst._test_config(config_filedata, config._default)
It's JoiPlay and renpy plugin 8.1.3.
Now Game opening but gallery not unlocked.
I'm used your previous mod there is no problem in the game.
 

ArunPrime

Member
Nov 5, 2022
214
227
Is gallery not unlocked only in JoiPlay?
Both PC and JoiPlay not working.
Also In your two mods only works this ZLZK_[2024-01-18]_[ZLZK]. Next one same error not opening.
If you mean really old version then,
My new UGU unlock less, but doesn't break games.
Universal_Gallery_Unlocker_2023-04-03_ZLZK
I'm applied this version and it's working but gallery continue in the storyline also error when I'm escape.
sorry for the inconvenience
 
Last edited:

ArunPrime

Member
Nov 5, 2022
214
227
I am fishing out information from you.
Because I have no way to check JoiPlay myself.
Yeah JoiPlay is just a simulator but pc also facing the same error that's why I don't understand.
You can give me game link/name, and I can see if I can adjust my new version.
DA recently made a unlocker but I was playing before he made a unlocker and I'm always use your mod.
Here is the game link.
https://f95zone.to/threads/rssu-ret...-case-1-ithaca-project-v1-6-1-erosamor.73505/
 

ArunPrime

Member
Nov 5, 2022
214
227
The latest version unlocks gallery for me.
The 2024-01-18 version, not 2024-01-16.
Universal_Gallery_Unlocker_[2024-01-18]_[ZLZK] and this can't even open the same game.
I'm downloaded compressed version.
No worries alredy have unlocker for this game.
i thought I want to tell you I'm facing this error.
sorry for bothering continuously.
 
Last edited:

ZLZK

Member
Modder
Jul 2, 2017
274
569
ZLZK_[2024-01-18]_[ZLZK] I'm applied this mod not unlocked gallery and can't save from storyline.
Can you make save without mod, and then with mod to get error on save?
If so give me that save and persistent, because I don't get that error.

Universal_Gallery_Unlocker_[2024-01-18]_[ZLZK] and this can't even open the same game.
You need to apply both mods, ZLZK and UGU.
 

ArunPrime

Member
Nov 5, 2022
214
227
Can you make save without mod, and then with mod to get error on save?
If so give me that save and persistent, because I don't get that error.
Yep I'm tried both ways. It's working without mod. And how to give you the save file because the game can't even save after applying mod.
You need to apply both mods, Zawk and UGU.
Yeah I'm already tried it say mod exception not defined.

I'm not expert in python and coding so I'm going to give up this.
Maybe If I'm facing the same error in other games while I'm playing i will let you know.

Thanks man I'm really appreciate for taking the time for me :love:
Again sorry for bothering two days.
 

ZLZK

Member
Modder
Jul 2, 2017
274
569
Why are these separate archives? What is the difference?
ZLZK mod can be used in my other mods, it's common code put up together, it's independent mod.
When UGU mod has unique code, and it requires ZLZK mod to work.
 
  • Like
Reactions: Ssato243

ZLZK

Member
Modder
Jul 2, 2017
274
569
I had an older version of your mod in which it was only one file that I needed to upload but with your two tiered approach, it has not been working for some games I've tried applying it to. In this case, it didn't work for Away From Home even though it did when I only had to apply the one file.
VN - Ren'Py - Away from Home [Ep.1-21] [vatosgames] | F95zone
Single file or multiple files, it's just pile of code.

Old version is unlocking more.
New version is safer.

It's different mod now.
It doesn't fake persistent anymore.
It only bypass persistent checks in screens.
 

ZLZK

Member
Modder
Jul 2, 2017
274
569
But when I extract your GU Mod, there are two more zip files inside.
Is it not obvious to use both archives, since they are there?

But scrolling up in this thread, it seems you want both installed.
Why scroll thread when there is Installation tab.

But why not put a Read Me and tell people to install both?
I guess I could or even should.

I also don't know what you are trying to accomplish by having two separate mods to unlock one gallery, instead of just combining them into one mod.
They were combined in one archive, but I decided to separate them.
Since it's different mod, and it will be used in all my other mods.
 

ZLZK

Member
Modder
Jul 2, 2017
274
569
But it is not as clear as you think it is.
I'm not that great at writing, and English is not my native language.

"ZLZK_[2024-01-18]_[ZLZK] " tells me nothing. It's just your user name typed out twice.
It's F95 format: name, version and author.

But before I can make suggestions on what you should call your ZLZK mod [...] I need to know what it is for
1. It's collection of common code, some cut from UGU, that is reusable in other mods.
2. It's manager that handles all of my mods.
It is what Ren'Py is to a game, an engine for new projects.
Think of it as parent and child.
And naturally the parent is me ZLZK, and the child is UGU.

why it has to be separate.
It doesn't need to be separated, I chose to.

Plus this all is unexpected and undesirable behavior seeing how other GU Mods and modders don't do this.
I'm just letting you know that you install two mods.

The only miss I did was that I wasn't more clear that the second mod is necessary.
 
5.00 star(s) 2 Votes