I recognize that development process is quite far, but take this advice as a kind one: use better engine. If not now by redoing this game, then in the next project.
For future projects I'm moving to Unity. Possibly also another engine if a side project of mine works out. It's not, however, practical to switch engines for PAT when it's this far along. I can assure you nobody's as frustrated with the problems in the engine as I am, but they didn't emerge until I was past the point of no return with it.
It is still a minority of players who get the loading issues, so most people can play it; unfortunately I can't tell who will have the problem as it has nothing to do with the power of your hardware. It's some weird incompatibility with the code - I have a powerful desktop and an ancient mini laptop that struggles with Chrome, yet both machines can run the game just fine.
I've been working with a scripter to try solutions and we came up with some really clever ones to try to fix it. Unfortunately, nothing has really worked so far, but I haven't completely given up hope on resolving it yet.
What Terminal commands do you use to get these games to work? Before Big Sur there was only one command that I needed to run to 'fix permissions' (pretty sure that's what I was doing). That command was 'xattr -rc <path>'. Now I have to use 'sudo chmod -R 755 <path>', sometimes by itself other times coupled with the first one.
I know just enough Unix to be dangerous and only a handful of Terminal commands. I do know that using 'sudo' isn't something one should take lightly as sudo means superuser do, which to my understanding is a half-step short of root access.
BBBen I do know that I've successfully have gotten other games/apps to work without a hitch using these commands. My thought wasn't it's a MacOS issue given that the game would launch, however briefly. Although I will admit that Apple likes to make things a bit more difficult than it needs to be concerning running software that doesn't run through them, so you may be right but that's not the feeling I got this time.
DeseNuts72 I don't know if this would have anything to do with it at all, but on HTML versions you can get issues that sound vaguely similar if you have script blocking on in the browser. Could something else be blocking the scripts?
How much of that content will the game be comprised off? Like 50/50, 60/40 etc
Hard to estimate exactly, but the game is
primarily a harem game, while the NTR elements can be sort of pervasive around the margins if players are into that and want to allow that content. It should be a perfectly satisfying and complete game without it if you choose to ignore it, though. (That's the goal, anyway.)
I've done a bit of testing and it looks like on every decision where you save and load after it will be bugged.
Yeah, I've been trying to chase this up. I'm pretty sure this is a script issue and it's fixable. For now, try to avoid saving in those moments, I suppose, and a future release will have it fixed.