zadtier396
Newbie
- Jul 25, 2022
- 35
- 84
- 141
hello! im still lost... may u screenshot pics to teach how to this?Well it works like this: The .rpa files contain all the files the game needs. When you extract the .rpa file you get the directory structure that is contained inside and the files.
When you start the game, then the game loads the .rpa files and checks their contents. afterwards it checks if a file is in the same location on the local disk outside the .rpa file. If that's the case then the file on the disk is loaded instead of the one inside the .rpa file.
That's why you cannot find any files.
When I list the contents of v095.rpa then I get something like this:
As the file resides in the "game" subdirectory, the paths inside will become game/v095/...Code:... v095/New UI/SlotScreens/SlotScreens.rpy v095/New UI/SlotScreens/SlotScreens.rpyc ...
So what you have to do is to go to the "game" subdirectory and create the folder "v095".
Then change into "v095" and create "New UI", change into "New UI" and create "SlotScreens", change into "SlotScreens" and copy the "SlotScreens.rpy" I uploaded there.
Then start the game.
I don't know what u mean by "change into". Does that mean rename? If not, how do I 'change into' a folder/file that isn't there when I just created a 'v095'.
I try to 'edit' one of the v096 files I found in the 'game' folder but there's no line 128 or slot save stuff u mentioned.
also how do I download ur rpa file? It just opens a new tab when I click it. Do I copy and paste this in a notepad+ and save as rpy? Then I place it somewhere?
Last edited: