I believe there are some scenes with Thaddeus and Evelyn in the game, however they are actually missing from the gallery entirely. I do not make any changes to the gallery. I am just unlocking what is there.No NTR here...why not?
Thank you for letting me know, however I do not have any locked scenes. I have noticed that some options within the scenes were missing so I have enabled those.There are 3 new scenes for callie that is locked. Looking forward to the updated Mod.
Hey can u share newest persistent file for gallery?Thanks lot for great work
This mod does not have to be updated unless something is broken. It reads the gallery code and automatically unlocks all items.the mod should be updated again.
Cant find the file "extras.rpy" v0.37.0
Overview:
A universal gallery unlocker that should work with all versions of LLTP - past, present, and future.
Updated: 2021-06-29
Game/Creator: Long Live the Princess / BelleYou must be registered to see the links-You must be registered to see the links
Modder: SomeGuyWithNoImagination
Mod Version: v1.1.1
Game Version: Any
Features:
- Unlocks gallery
- Should work with all versions of LLTP - past, present, and future.
Installation:
You don't have permission to view the spoiler content. Log in or register now.
Changelog:
You don't have permission to view the spoiler content. Log in or register now.
As always, if there are any issues with this mod, please let me know and I will look into it.
Download:You must be registered to see the links
You don't have permission to view the spoiler content. Log in or register now.You don't have permission to view the spoiler content. Log in or register now.
This mod was never tested or intended for use on Android. May you please tell me exactly which download you are using? It is possible there may be differences between the files of the compressed/original version.Cant find the file "extras.rpy" v0.37.0
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/lltp_universal_gallery_unlocker_v1-1-1.rpy", line 25, in <module>
IOError: Couldn't find file 'extras.rpy'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/bootstrap.py", line 326, in bootstrap
File "renpy/main.py", line 515, in main
File "/storage/emulated/0/Android/data/com.belle.longlivetheprincess/files/game/lltp_universal_gallery_unlocker_v1-1-1.rpyc", line 13, in script
File "/storage/emulated/0/Android/data/com.belle.longlivetheprincess/files/game/lltp_universal_gallery_unlocker_v1-1-1.rpyc", line 13, in script
File "renpy/ast.py", line 922, in execute
File "renpy/python.py", line 2218, in py_exec_bytecode
File "game/lltp_universal_gallery_unlocker_v1-1-1.rpy", line 25, in <module>
File "renpy/exports.py", line 2316, in file
File "renpy/loader.py", line 798, in load
IOError: Couldn't find file 'extras.rpy'.
I test twice with both mega file, the attached file. Original persistent and the v0.37.0 persistent. I cant even reach the mainmenu.This mod was never tested or intended for use on Android. May you please tell me exactly which download you are using? It is possible there may be differences between the files of the compressed/original version.
The intended method for Android is to use the persistent file provided. It will reset the "unseen dialogue," however it appears to have been an acceptable method for others.
By that question, I meant where you got the android version. The android version is 0.36 and the compressed android version is 0.38. There is no 0.37 version for Android that I have access to for testing.I test twice with both mega file, the attached file. Original persistent and the v0.37.0 persistent. I cant even reach the mainmenu.
Loading then crashed.
I was used Samsung galaxy s7 android 8 cookie.
First i used the mega file with the 0.37 persistent.
Then the attachment file with the original persistent.
I have updated the persistent file in OP. Unfortunately, I do not have the time to debug the mod being used on a version of the game which it is not intended for and that I have no desire to play or test for.The "fap-nation . com"
You must be registered to see the links
Some of the things you did are better than mine (smarter regex, setattr) but the main reason I've implemented things in the way I have is because it's drop-dead simple.SomeGuyWithNoImagination
I was bored so I have done the part you didn't do.
You don't have permission to view the spoiler content. Log in or register now.
P.S. It's also possible to make your unlocker not depended on reading 'extras.rpy' file,
but it's a lot more complicated.
I mean I know 2 ways:
1. Buildin full decompiler.
2. Buildin partial decompiler.
I have done it hastily so my regex isn't smarter just yet.Some of the things you did are better than mine (smarter regex, setattr) but the main reason I've implemented things in the way I have is because it's drop-dead simple.
I doubt Belle will ever overhaul the gallery code, and even if so it's not too hard to update or write another mod.
Additionally, I have a private gallery unlock mod that is effectively this mod but with many more possible implementations accounted for. It can unlock about 50% of galleries in full and another 25% with a few caveats. Your idea is more likely to be useful in something like that.
\w
)setattr
is not done as well.# Ren'Py Nested getattr
renpy.store._m1_00action_data__get_field(object, name, "field")
# Ren'Py Nested setattr
renpy.store._m1_00action_data__set_field(object, name, value, "field")
if
block.