Tool GAME RIPPER (decrypt and extract Ren'Py, Godot, Unity, Unreal, WolfRPG, RPGM XP/VX/Ace/MZ/MV, PGMMV, GMS, APK, JAR, WASM, EXE etc.)

5.00 star(s) 1 Vote

justaplayer69

Member
Nov 29, 2023
183
214
I'm really surprised by how much memory use in WolfRPG game files. (64gb paged, my poor ssd suffers).
Yes, WolfRPG game files are actually VERY efficiently compressed.
I've tried decompressing, but it doesn't really increase the game size much (it's more cluster lost space). Do you think there might be an option in the GUI to load the data in a temporary physical location instead of RAM (pagefile)
Not possible. To display all sprites in a gallery they must be decompressed in RAM (also other objects might reference sprites, like maps for example).

This is the same for all rippers with a gallery, for example Unity's AssetStudio needs a lot of memory for the same reason too.
or a way to free memory every time it processes a wolf file?
On the other hand, this is already implemented. That's exactly what the "-d" flag does. You run it as "gameripper.exe -d (path to game)", and it will decrypt and unpack all files in .wolf archives, but only one file at a time (eg. it will free the memory every time a file is processed).

Furthermore, "-d" just saves the file content as-is, it does not decode, meaning it requires much less memory (for example, it grabs a PNG file with full HD image of say 128K bytes from the .wolf archive, and saves it at once, so no more than 128K memory needed in total; while decoding the image for displaying would require 1920*1080*4=ca. 8M).
I did a lot of tests before because the program crashed, which was easy. I think I wrote 300 GB in paging ram)
It should not crash, in worst case it should have displayed an "Out of memory" error message.
The game in question is this:
ハルキの最大の敵は理性 (Two beasts or Not to Beast!!)
Thanks for the link, I'll look into this. GR should not crash.
this version is special because the whole game is compressed in wolf files; the later versions, released after this one, have half of the files decrypted, so the game ripper works in those versions).
GR will work with that version too, but you'll have to run with the "-d" flag.
By the way, it should also pass the high ram consumption in the demo version of the game (1.40gb in wolf files).
Yes, in order to use the asset in-game, it would have to decode it as well. But a game has an advantage here, as it does not need to load all assets like a ripper, because it knows when an asset is needed during game play so it can select which one to decode and keep in memory and which one to be freed accordingly.
 
  • Heart
Reactions: null_lambda

justaplayer69

Member
Nov 29, 2023
183
214
IT wont wor On House of the Meteor
Can you please provide an f95zone.to link to this game?
i try install bepimex x86 and ll2cp wont work either
No wonder, GAME RIPPER is an independent application, it does not rely on BepInEx at all. What are you trying to do exactly?

(BTW: GR detects unity engine type and which BepInEx works with it, and displays that on the "Info" tab in the "Engine" field. If you go to the "Cheats" tab and press on the "Install Uncensor" button, then it will open the appropriate BepInEx download page in your browser.)
Need a Better Guide For Unity games
It's deliberately the same like with any other engines: just drag'n'drop the game folder / files on the GR window, that's all. What is your exact problem?

Note that ripping from unity is a recent addition, it might not be as rock solid yet as ripping from the other engines. I fix issues if/when they appear.
 
  • Like
Reactions: animegirl300

justaplayer69

Member
Nov 29, 2023
183
214
something when i try to use it it wont work as describe i download the RIPPER MASTER IT DOES THE SAME ..
What's RIPPER MASTER? And what do you mean by "something" and "the same"? What exactly?
MOSTLY I USE THE SPY.DLL AND ASSETS RIPPER STUDIO IT YOU WILL BE KIND TO SEND SCREENSHOTS OF WHAT IM DOING WRONG .
Now how on earth could you expect me to do that? I don't know what you're doing wrong, and I can't take a screenshot of your computer. It works for me.
BECAUSE IT ASK TO INSTALL BEPIMEX AND CC2PL.DLL AND FRAMEWORK ILL APPRECIATED.
That's definitely not GAME RIPPER, because simply GR isn't a unity thing so it never asks you to install anything. You don't need BepInEx, nor any dll to run GR.
(As a bonus feature, GR can extract an uncensor plugin into the game folder which is a unity thingy, but that has nothing to do with ripping.)
This game does not seem to use images, it looks like a 3D game, meaning it renders the screen on-the-fly. Model ripping is not implemented yet in GR, but will be (hopefully soonish). Also you don't need GR's uncensor, there's a link on f95zone with kumarin's SW_decensor and cheats, which is confirmed to work with that game, so you should use that.

For now, GR is for ripping unity games which actually has image animations, like I Met an Elf in Another World, Chronicles of delights, Kaiju princess 2 or Inari for example.
 

animegirl300

Newbie
Sep 22, 2022
45
27
What's RIPPER MASTER? And what do you mean by "something" and "the same"? What exactly?
Now how on earth could you expect me to do that? I don't know what you're doing wrong, and I can't take a screenshot of your computer. It works for me.
That's definitely not GAME RIPPER, because simply GR isn't a unity thing so it never asks you to install anything. You don't need BepInEx, nor any dll to run GR.
(As a bonus feature, GR can extract an uncensor plugin into the game folder which is a unity thingy, but that has nothing to do with ripping.)
This game does not seem to use images, it looks like a 3D game, meaning it renders the screen on-the-fly. Model ripping is not implemented yet in GR, but will be (hopefully soonish). Also you don't need GR's uncensor, there's a link on f95zone with kumarin's SW_decensor and cheats, which is confirmed to work with that game, so you should use that.

For now, GR is for ripping unity games which actually has image animations, like I Met an Elf in Another World, Chronicles of delights, Kaiju princess 2 or Inari for example.
hounds of the meteor is a 2d game and use sprites and it dosent render screeen use images series and animated with sprites also i try to install these programs it wont work i use hounds of meteor data file it just crash send a screenshot of how it works on you pc and what file i need to drag from the game to made it work
 
5.00 star(s) 1 Vote