Maken512

Newbie
Oct 16, 2021
35
39
Hello all,

I repacked the game to modify the mini-game to always be a win, whatever you do.

I WON'T upload, it's a pain in the ass so here I'll tell you how I did :

STEP 1 - Change script (can be skipped if you trust the zip I joined)
- Get a .rpa file extractor (I used shizmob/rpatool on github) you need Python to run it, ask google how to install and run stuff with it
- extract game/scripts.rpa ( I suggest to specify an output directory when doing so because there's quite a few files )
- open qte.rpy
- search for a line '$ qtesuccess = False'
- change 'False' to 'True'
- save file

STEP 2 - Rebuild game
- Get RenPy (search RenPy download, it's obvious) and install
- Copy extracted game folder (Buxom-1.0.1-XXX) in the same folder as RenPy.exe (base of RenPy installation folder)
- Start RenPy.exe
You should see the folder on the left !
- Delete game/Scripts.rpa (from the folder you just copied)
- Copy all .rpy files (including the modified qte.rpy) you got from extracting the .rpa files in game/ (where you just deleted the scripts.rpa files)
Note that you can ignore the .rpyc you got from the extract. If you took my zip, unzip in the game/ folder and you should be good.
Now back to RenPy
- in Actions (on the right) select Build distributions
- Select the package that match your computer (no need to build Mac if you are on Windows)
- hit Build
Note that it can take a while.

Once it finish, it open a new folder with the newly created game.zip !
You only need to extract it like other game from F95 and it's ready to play with hacked mini-game !
 
3.00 star(s) 2 Votes