Until Then

Until Then

评价数不足
Getting the “Basta Driver, Sweet Lover” achievement
由 пыльник 和其他 1 人合作完成
A guide to earning the achievement Basta Driver, Sweet Lover, which is the rarest at 1.1% (at the time of writing).

I tried for about 5 hours to complete this mini-game (I couldn't). I was starting to lose my mind. Later, I had the idea to write a script that automatically presses the spacebar at a certain interval, and I succeeded. I DID IT. I don't regret cheating.

If you are not a casual player, feel free to skip this guide.
   
奖励
收藏
已收藏
取消收藏
Introduction
This guide presents the installation and execution of a script that earns the achievement Basta Driver, Sweet Lover for you.

The essence of its operation is to automatically press the spacebar at a certain time interval. Since the rhythm speeds up twice closer to the middle of the mini-game, the shortest pressing interval was used (there will be extra presses at the beginning, but fortunately, there are no penalties for them).

The script is written in Python[www.python.org] and uploaded to GitHub[github.com].

Installation methods:
  • The first simple method is outlined below
    (if you do not have Python installed on your computer and do not want to install it)

  • If you already have Python installed, you probably know how to clone the repository, view the source code, modify it (if needed), and run the script.
Installation and Use
  1. Download main.exe from the Releases[github.com] page.

  2. Place the file in any folder.

  3. Open a terminal (PowerShell or Command Prompt) in the folder where you placed the file.

  4. Go to Chapter 2: Jeepney Ride. Skip the dialogues (long press Shift, function available after the first playthrough) and press pause at the beginning of the mini-game.

  5. Run main.exe via terminal (no need to click on the file, it runs via console). Example of running with -i key and 1.0052 (seconds) argument:



  6. Next, without closing the terminal, you need to resume the game and just once successfully hit (press Space) the first rhythm and just wait.

  7. After completing the mini-game, press space to stop the script.
    📌 Note If Mark misses, try running the script with a different -i argument (maybe in the range 1.0050–1.0056). I tested 1.0052 several times and it worked best for me.

  8. Achievement unlocked.

  9. Close the terminal and delete main.exe.