I managed to get the last belle scene by just adding this line at like line 48
$ renpy.game.persistent._seen_ever["belle_sex_canal_unlock_point"] = True
I seem to be having a problem with the mod, when in-game I click on the JSBB in the bottom right corner and the JSBB menu opens in the top left corner. I then click on the "Unlock Gallery" option and nothing seems to be happening. I'm just left looking at the scene with JSBB in the bottom right corner but the dialogue frame is missing as well as the text in the top left corner (where you normally see Day # - <day of week> with the time of day below that) is missing. I've left it for around 5 minutes but that's all that happens, it never returns to the game properly. I can still access the game menu so I can load save files etc. If I then return to the Main Menu and open the Gallery it opens on Belle's page, displaying 5 scenes with the 5th scene still locked. I took a quick look at the code and noticed that line 47 reads:
$ renpy.game.persistent._seen_ever["belle_sex_canal_replay_menu"] = True
So I changed that line to read the same as
ASDqwerty posted above. Tried loading the game again and still get the same "delay" when trying to run the "Unlock Gallery" option. But if I then return to Main Menu and open the Gallery I now see that Belle's 5th scene is unlocked! So I went through the Gallery and noted down just how many scenes were showing for each girl, which is as follows (in order, starting at Belle and clicking on "Next Girl" on the right above the scenes):
Belle - 5 scenes
Evelyn - 6 scenes
Primrose - 5 scenes
Callie - 4 scenes
Samarra - 3 scenes
Nell - 6 scenes
Erato 3 scenes
The Fairy Queen - 4 scenes
The Leanan Sidhe - 4 scenes
Princess Selena - 1 scenes
Other Girls - 1 scenes
That's it, all the scenes for each of those giirls is unlocked, but Belle's 5th scene was locked until I changed line 47 as mentioned above. It's been a few months since I last played the game, so I'm not 100% as to which of the Gallery scenes were already unlocked, but it seems I'm missing a few scenes! Checking the code in 0_LLTP_MOD_jsbb.rpy shows that there are more scenes for Callie (2), Evelyn (2), Nell (1) and Lillith (3) that aren't showing at all for me.
As I say, when trying to run the Unlock Gallery command it seems as if it hangs and is unable to complete for some reason, maybe some of the newer unlock lines are incorrect and it's resulting in the mod hanging or something? Pretty sure it should not take several minutes just to unlock all the scenes in the Gallery though!
Oh, and just to clarify, I'm running Long Live The Princess v0.31.0 and, according to the file, the mod is:
Code:
# Long Live The Princess Unlock Gallery #
# Game Ver: 0.31.0 #
# Mod ver: 0.31.0 #
# by jsbb9999@95zone #
# updated by DeisEsMachine #
So I'm running the latest game version along with the latest version of the mod. Anyone have any clues as to what's wrong?
EDIT: Forgot to add that I'm starting a new game, not loading a previous save, and waiting until just after I have named the MC before clicking on JSBB in the bottom right corner.