How can I safe scene with all materials and props? Any help, please?
I think I figured this out a couple days ago. Most of the assets are stored in .rpa formats, RenPy Archives. This makes them easier to upload and move. If you're in the original BBS game, go to the archive.rpa file (it's big) and copy that to a new, easy to spell directory. If using Axeman's version, it was under a different file name.
I found an rpa extractor at
You must be registered to see the links
There are others available. There's ways of doing this without using an app, but I didn't feel like going further down the rabbit hole. It's a small file, so after running the .7z or whatever, create a folder in there whatever you feel like naming it. I went with dest.
Open the command prompt (cmd in windows) and then navigate to where you have the extractor file and enter command listed below in quotations, replacing the input file name and output file. So yours might look like "rpaextractor -x archive.rpa -o dest"
I did this on a couple files from the Axeman version. The BBS archive file is 2.5 GB, so that's my guess where you want to look.
From the ReadMe file for the extractor:
RPA Extractor for Windows
Compiled by Sn34kyMofo.com via the following resources:
Python 2.7.9:
You must be registered to see the links
RPATool by Shizmob:
You must be registered to see the links
py2exe:
You must be registered to see the links
For information on how to use RPA Extractor for Windows, please see the following page on the Sn34kyMofo Website:
You must be registered to see the links
From the command line, type "rpaextractor -x (file.rpa) -o (output folder)"