also almost guaranteed that any indie mods are not compatible with bugfix-merge 51.4 alpha, and for certain when the update to ren'py 8.xProbably also good to delete persistent saves
also almost guaranteed that any indie mods are not compatible with bugfix-merge 51.4 alpha, and for certain when the update to ren'py 8.xProbably also good to delete persistent saves
I made that comment after my fifth attempt at a fresh install and my second time following the merge bugfix instructions. I got probably every single error under the sun between the first attempt and the last one, from the game outright not being able to compile some of the mods to the current issue I am having, which is the game cannot save.I have had no problem with it for over a week now.
Are you sure you did a fresh and clean install and deleted the two rpa files before adding in the merge-bugfix?
Tried it with 51.3 and 51.4, both gave errors with the same mods, regardless of whether or not the person making the mod said it was 51.3 compatible or 51.4 compatible.also almost guaranteed that any indie mods are not compatible with bugfix-merge 51.4 alpha, and for certain when the update to ren'py 8.x
I've noticed that this has stopped working. Now it gives a "TypeError: 'bool' object is not callable" Rather unfortunate. Is there any easy way to work around that?There's a function call you can use while speaking to herthe_person.is_pregnant()
which will return bool True or False.
Print the_person.is_pregnant
and it worked fineI made that comment after my fifth attempt at a fresh install and my second time following the merge bugfix instructions. I got probably every single error under the sun between the first attempt and the last one, from the game outright not being able to compile some of the mods to the current issue I am having, which is the game cannot save.
Edit: also, according to their GitHub, there have been a number of pushes between a week ago and now, so I'd venture to guess it is something new that is breaking it.
Okay folks, the merge + bug fix is version 51.4 and no mods have been updated yet for this version because the finale testing is going on.Tried it with 51.3 and 51.4, both gave errors with the same mods, regardless of whether or not the person making the mod said it was 51.3 compatible or 51.4 compatible.
I will try deleting the persistent save though. Edit: Same problem with the 00action_file.rpy, with my limited understanding of Ren'Py coding and according to the traceback, it doesn't actually have a function to save through the menu. This is a bug I see no one else reporting, so I'm going to assume it will be fixed next push or something, if the mod devs see this.
This is where the error occurs while calling the function:Hi all,
I downloaded 0.51.3.1 and unpacked the rpa files, then decompiled the rpyc files.
Started a new game and got the following error:
You don't have permission to view the spoiler content. Log in or register now.
Unren version is 1.0.10b and I didn't mod any file.
Has someone encountered that before?
why still trying to unren 51.3.1???This is where the error occurs while calling the function:
File "game/Mods/Core/Mechanics/Label_Overrides/advance_time_override.rpy", line 285, in script call
call expression advance_time_action_list[count].effect pass (advance_time_action_list[count].args) from _call_advance_time_action_advance_time_enhanced
Missing * after "pass (". Must be:
File "game/Mods/Core/Mechanics/Label_Overrides/advance_time_override.rpy", line 285, in script call
call expression advance_time_action_list[count].effect pass (*advance_time_action_list[count].args) from _call_advance_time_action_advance_time_enhanced
Perhaps the * symbol was lost during decompilation
There are several such "losses" in the game code. Find them by searching the code files for the string "pass (" and fix them.
Possibly an incorrect name is used for the object to which the serum is applied. Usually "the_person" is used, but in your log I see just "person". Check out what the procedure looks like in the game code. (File: "game/major_game_classes/serum_related/serums/skin_sensitivity_serum.rpy") For example, in version 0.51.3 it looks like this:Got this error while testing Skin Sensitivity on Ashley in the testing room
You don't have permission to view the spoiler content. Log in or register now.
PS! I have tested other stuff on Ashley in the testing room before this, and all went well.
Edit: I managed to scroll back to select another candidate and got the same error. So I assume it probably has something to do with that specific serum.
I did thatPossibly an incorrect name is used for the object to which the serum is applied. Usually "the_person" is used, but in your log I see just "person". Check out what the procedure looks like in the game code. (File: "game/major_game_classes/serum_related/serums/skin_sensitivity_serum.rpy") For example, in version 0.51.3 it looks like this:
def skin_sensitivity_on_turn(the_person, the_serum, add_to_log):
# This is line 31: ----------------------
if the_person.location.public:
#----------------------------------------
the_person.change_happiness(-2, add_to_log = add_to_log)
if the_person.arousal < 50:
the_person.change_arousal(5, add_to_log = add_to_log)
return
The selected text must be identical.
It's hard to say, the given code is not complete. If you sent the file in full, then this code cannot work.I did that
but it still gives the same error message. Since I have no idea what I am doing I also deleted the .rpyc file which I assume is a compiled version and restarted the game. So I wonder if the error points to a missing attribute for the Testing Room??? Again, I have no idea.You don't have permission to view the spoiler content. Log in or register now.
However, there is no problem with making a potion with the serum and it works as advertised when tested on people.
It is in closed testing by the dev's and they say it will be soon that it will come out for all to "TEST".no updates to the bugfix branch for 6 days now. Is something going on?
Tristim is working on updating the engine to renp'y 8.1... "Update coming very soon"no updates to the bugfix branch for 6 days now. Is something going on?
multiple paths actually. But the above Is most directThe only thing I know for sure is required is to have caught Gabrielle stealing from Lily's bedroom. And opted to blackmail her. Then I also think there is a love requirement from Rebecca at 80 and sluttiness requirement for Gabrielle of 20 to start the quest to check where Gabrielle is at night from Rebecca.
After that I guess there is just a certain amount of time that has to pass.
You must blackmail Gab when you find her in your sisters bedroom and then just wait for the aunt to call about her.what is needed to become strip club owner ? it is time related ? some events ? im allready deep in game but it is still imposible to me. and yes, i get here regulary.