Unenvied0354
New Member
- May 19, 2025
- 11
- 1
- 54
Sorry for making a post in holiday, is there anyway to search for key to decrypt this one?:
You must be registered to see the links
I'm sorry, I can't download from there. Is there a f95zone link to this game?Sorry for making a post in holiday, is there anyway to search for key to decrypt this one?:You must be registered to see the links
I've never heard of that engine. But GR might be able to extract assets if they are not obfuscated (when engine cannot be detected, GR fallbacks to scanning for assets).is there anything like this for artemis engine? I'd like to extract the fumino standing sprite from nukitashi 1's grand route title screen and the title screen itself
It should be. Ripping from Ren'py games is a two step process: 1. rpa is deobfuscated and extracted, 2. converting rpyc files to py. Now for the first, GR surely works, no matter the version. For the second, GR has the latest unrpyc embedded, and uses the game's python with that for scripts (scripts are actually not obfuscated, rather stored as a serialized AST to speed up python execution, so restoring py source needs python). This latter should not have version problems either (because directly the game's python is used), although it is possible that the embedded unrpyc might become out of date (last updated 4th of Nov).Hi, I wanted to know if this version of the decryptor is able to remove the obfuscation and convert the rpyc files of the House of Shinobi Tavern 0.22 game. I'm asking to see if it's feasible.
Yes, that's bakin alright. Start GR, check "unpack and exit" checkbox before drag'n'dropping the game directory. This will not show the assets on the GUI, rather creates an "unpacked" directory with the files and exists.used it extract data.rbpack which i think uses bakin extractor. i can see the sprites but dont see an option to extract all. have to do one by one. and the Unpack All just gives encypted files. can view images in gameRipper GUI but no images in unpacked files
The game don't even have a name yet, I will make a translation request when it does, but here is the link to data.wolf fileI'm sorry, I can't download from there. Is there a f95zone link to this game?
Not sure about getting a key, but it can be decrypted withSorry for making a post in holiday, is there anyway to search for key to decrypt this one?:You must be registered to see the links
Sharing full game is preferable - more context, less clicks/search/register/subscribe/buy/etc.Edit 2: Or do you want me to share the full game folder?
Thanks, UberWolf worked, here the link to whole game if anyone is still interestedNot sure about getting a key, but it can be decrypted withYou must be registered to see the links.
View attachment 5570800
Sharing full game is preferable - more context, less clicks/search/register/subscribe/buy/etc.
In your case UberWolf won't work with .data file alone, so I guess it's not enough (it needs some more game files to work).
Anyway, GamePro.exe something something wolf rpg View attachment 5570770
Gameripper shows multiple "decoding" loading bars. No logs from me, but here's a reup if neededYou must be registered to see the links|You must be registered to see the links
...you must not have looked very hard, then?does this work on XP3 game files? some visual novel games have xp3 file format and i couldn't find any tool to extract files
Yes, there's seems to be a new encryption method for WolfPRO, which isn't supported by GR yet, just by UberWolf.Thanks, UberWolf worked
Try running GR with the "-v" flag. This will create a "gameripper.log" file, which includes the entire output of unrpyc as well. Just in case certain files are missing, the unrpyc script is kept in the game directory, so you can run it manually on the missing files (the exact command to invoke unrpyc can be found in the log, this includes the path to the detected python interpreter too).I tried several times but it doesn't convert the rpyc files in the extras folder
This depends on your computer and the game. By default, in order to display animations in a gallery, GR needs to keep all assets decoded and decompressed in memory. Depending on the game, this could be a LOT. I mean, really a LOT.Furthermore it always goes out of memory...
Encoding PNG files could take some time. However GR uses a modified stb_image_write library, which just dumps huge images. So images which are bigger than 2048 x 2048 pixels takes almost zero time to encode, because they are not compressed, just formatted as PNG.I had to give it high priority otherwise it would get stuck in the encoding process
Yes, but only non-obfuscated .xp3 supported for now (but otherwise all variants of the format, even the compressed directory variant too). With "unpack and exit" all files are extracted, even the JS scripts, videos, etc. (so even the ones which are not displayed on the GR GUI). Images in TLG5/6 formats are converted and saved as PNG too.does this work on XP3 game files?
I don't know the game but if the code is obfuscated, there's not much you can do i think.Hello, I've been trying to find the dialogue scripts in the unity game called 'Starmaker Story' and I've been unable to find said files no matter what. I want to find them so that I can see the effects of choosing a dialogue. So if anyone can point me in the right direction I'd appreciate it.
I think you're very likely correct. Oh well, if anyone else is able to deal with the issue I'll b here.I don't know the game but if the code is obfuscated, there's not much you can do i think.