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.
why still trying to unren 51.3.1???
Download the latest All-In-One files
The AIO comes pre-installed with compiled versions of Mod and Bugfix's latest "Master" versions. If that's what you're looking for, you can just extract and play, no extra installs needed.
Otherwise, you have two choices of versions to install. Choose ONE, don't follow both sets of instructions (note I only copied the instructions for 51.3.1)
There have been a few updates to the mod/bugfix since then, mostly to fix bugs from the Master version.
From the AIO's "game" folder, remove "scripts.rpa"
Extract the "game" folder from the bugfix into the AIO's root (where the .exe lives) so the "game" folder in the bugfix is merged with the "game" folder in the AIO
Download the latest "develop" commit of the LR2 Mod
Extract the 'Mods' folder into the AIO's "game" folder (so it lives at game/Mods)
doing this you get the latest code in the correct folders, if yo want the latest that unren would decompile, you would just need to select the commit for the release on both githuband gitgud. for bugfix and dev respectively