glaumar
glaumar
I'm sorry for the delay in adding the upload game feature. Several months ago, I promised the developer of VRP that I would add this feature, but due to some...
Here, I promise again that I will add the upload game feature. I can't guarantee that it will be added very soon, but I will definitely implement this feature eventually.
We need to implement the functionality of the [getApkButton_Click function in rookie](https://github.com/VRPirates/rookie/blob/master/MainForm.cs#L1135). Simple description: 1. Pull user-selected game (`adb pull`) 2. Compress 3. Upload to VRP's server More details need...
### 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...
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...
This is not a technical issue. I temporarily do not want to release a Windows version because QRookie uses VRP's resources. The official VRP Rookie runs well on Windows, and...
OK, I got it. I had planned to do the same thing. I promised VRP a few months ago to develop a function for uploading games, but I just haven't...