glaumar / QRookie

Download and install Quest games from ROOKIE Public Mirror (like VRP Rookie Sideloader but for Linux and MacOS)
GNU General Public License v3.0
24 stars 2 forks source link

Decompressing takes long time #10

Open st-ivan opened 3 months ago

st-ivan commented 3 months ago

Hi, i got Ubuntu running on a i7 with 16GB of ram machine and decompressing status takes long time to complete for big games (more than 2 GBs). In the same UBUNTU machine i got a Win10 machine running via VMware and it decompresses games faster. Is there any away i can speed the process up?

glaumar commented 3 months ago

How to speed up decompression?

You might try manually decompressing with other tools.

  1. Run QRookei in the command line (flatpak run io.github.glaumar.QRookie), the log contains the compressed file password.

  2. You can find the games that have been downloaded but not yet decompressed in /home/glaumar/.var/app/io.github.glaumar.QRookie/cache/QRookie/ (by default, "Auto Clean Cache" is checked in the settings, and the compressed file will be deleted after decompression). Use the password obtained in the previous step to manually decompress them

glaumar commented 3 months ago

In fact, the time it takes to manually decompress with Ark on my computer is about the same as using QRookie. There is indeed a lot of room for improvement in terms of CPU usage, but all QRookie can do is call external tools to decompress. Currently, it uses 7za, and perhaps other tools will be considered in the future