All right. Right now, despite the guide saying not to use the original scripts.rpa, the game will crash if you do not have the games original scripts.rpa file in the game folder. This is because the file splash.rpy checks for it. And for good reason! The game needs some of its advanced scripts or it won't want to run. Here is the work around I've come up with:
Start with a Fresh Mod Template. Copy the audio.rpa, fonts.rpa, and images.rpa as directed.
Copy all the files from advance_scripts into the game folder. DO NOT OVERWRITE ANYTHING. CLICK SKIP ALL.
Open splash.rpy Remove 'scripts' from line 7.
Run your game. Should be working now. I haven't got to test this extensively, though and I am very tired.
All right. Right now, despite the guide saying not to use the original scripts.rpa, the game will crash if you do not have the games original scripts.rpa file in the game folder. This is because the file splash.rpy checks for it. And for good reason! The game needs some of its advanced scripts or it won't want to run. Here is the work around I've come up with:
Start with a Fresh Mod Template. Copy the audio.rpa, fonts.rpa, and images.rpa as directed.
Copy all the files from advance_scripts into the game folder. DO NOT OVERWRITE ANYTHING. CLICK SKIP ALL.
Open splash.rpy Remove 'scripts' from line 7.
Run your game. Should be working now. I haven't got to test this extensively, though and I am very tired.