Ren'Py engine also creates .rpyc files on macOS or Linux when a non-compiled .rpy file is present (It compiles it to .rpyc where the last c stands for compiled), you could also delete the .rpy file if this file is present.In case you want to see
Only .rpy, no .rpyc, for neither your mod or Freddy's
I don't think that's it: here are the files for another game, The Fiery Scion (another Renpy game, made a point of choosing that)Ren'Py engine also creates .rpyc files on macOS or Linux when a non-compiled .rpy file is present (It compiles it to .rpyc where the last c stands for compiled), you could also delete the .rpy file if this file is present.
Why do I don't post compiled mod-versions? I prefer to keep my code open, so everybody can see what I did).
Your file explorer probably does not display .rpyc file extensions because this feature is disabled. You may want to check your file explorer options to show/hide file extensions.
I don't have a clue, tbh. Changed the script to check only if a filename contains the word "TNHUXMod" in the game folder, mind to test it?I don't think that's it: here are the files for another game, The Fiery Scion (another Renpy game, made a point of choosing that)
How can my file explorer show .rpyc for a game, and not for another?
Nevertheless, I would check where the .rpyc files are going, because in the other game they are placed (like usual) in the "game" folder. That's mysterious, imho.Fixed it. I changed rpyc to rpy in Freddy's mod, and also in your mod (only one instance each): now, both mods appear on the splash screen, and complete Options menus too. All good!
Mystery solved.I did check when you first suggested it. Can’t find anything between this game and that. Also searched for hidden files, no luck
Nope. That was one of the things I checkedMystery solved.
Your game folder appears to be set to read-only, so the Ren'Py engine cannot save .rpyc files and compiles them in RAM every time it starts (it shouldn't use much RAM as these are scripts also the log.txt file cannot be created either due to the lack of writing rights), which delays loading but does not affect gameplay.
Which Os you're on and can you post a log.txt file?Don't know why but i simply cant get the mod to work.