May have fixed it for for 1.47.2 (works for me at least - on windows).
View attachment 4764054
Unzip the attached folder and place in game/mods (overwriting what's there).
Notes:
- I'm not a ren'py programmer by any means, but the errors were well documented and easy to figure out.
- What I first did was use an online tool to uncompile the rpyc to make rpy's. This gets past the error it throws saying the files are orphaned.
- Then I got an error saying anchor is incompatible with align. I edited the rpy and noticed it did use both align and anchor. Everywhere else used pos and anchor, and so I changed align to pos. FWIW, a Google search tells align is both anchor and pos at the same time - hence the incompatibility.
- For those who don't know, ryp's are editable in Notepad++. rypc is the file created when you compile the ryp. When any ren'py game runs if it finds an ryp without the corresponding rypc it will compile the ryp to create the rypc. This also means that if you edit the ryp you need to delete the rypc for the game to see your edits.
Hope it works for you guys.