What directory is that in? I don't see any filename called "Emma_Animations.rpy" in the folder.
Do you mean Emma_Animations.rpy is a textline in another file? This is what I guess, and I can't imagine how long I would have to comb through each of these billion files to see where it would be lol.
Thanks for your help!
It's in the packed file archive.rpa, so you'll need an extractor program for it. I use
You must be registered to see the links
.
To use it, I copy and paste the .rpa file into the folder with the extractor program, then these steps.
1: open command prompt in that folder. Click on the file location text box, and type in cmd, then hit enter. This should bring up a command prompt window.
2:type in this(bolded section only, with file names changed as required.):
rpaextractor.exe -x "file name.rpa" -o "folder name" , hit enter
3: Let the extractor run, and you should get an update in the command prompt window when it finishes.
4: The data files should now be unpacked in the folder named whatever use used for "folder name" in step 2
The Emma_animations.rpy should be one of the first files in the data folder after unpacking.