I didn't realise I was supposed to be The Flash in order to get through the fishing minigame

jk, I'm just really slow.
Anyway, I edited the
minigames.rpy file to increase the hook timer and stop the sliding thingy so my potato brain can cope. If anyone else wants the same, see below.
To EZ mode the fishing minigame in v0.5.1:
Method 1: Download the attached
minigames.rpy and drop it in the 'game' folder - it should act as an override - at least it did for me, but YMMV.
Method 2: DIY it (which is more fun tbh):
- Get the RPA extract tool and put it in a folder that isn't the game folder.
- Copy scripts.rpa from the 'game' folder and plonk it down in the same folder as rpaExtract.exe.
- Click and drag scripts.rpa onto rpaExtract.exe - this will extract all the script files (which includes minigames.rpy).
- Open minigames.rpy in a text editor (Notepad ++ etc.)
- Find the "fish_hookpos" +/- values on lines 551, 553, 556, and 558 and change them to 0:
- For example, "fish_hookpos + 10" becomes "fish_hookpos + 0", "fish_hookpos - 10" becomes "fish_hookpos - 0" etc,
- Lower down in the file, find "fish_hooktimer_current" on lines 713, 718, and 723 and increase the values - I changed it to 10. This gives you more time to click the hook icon when starting each 'round' of the minigame.
- For example, "fish_hooktimer_current = 0.75" becomes "fish_hooktimer_current = 10", "fish_hooktimer_current = 1.0" becomes "fish_hooktimer_current = 10" etc.
- Save the file and copy it into the 'game' folder.
- Run the game and hope it worked
