This project is a standalone executable that enhances your gaming experience. When the player ejects from a titan in the game, it will play the first 10 seconds of "Free Bird" as a sound effect.
- Standalone executable: No need to install any additional software.
- Custom sound effect: Plays the first 10 seconds of "Free Bird" when ejecting from a titan.
- Volume Customizer which is used with: "Volume 50%".
- Download the executable from the releases page.
- Run the executable in the background while playing the game.
- Enjoy the custom sound effect when you eject from a titan!
This project requires the following Python libraries:
- keyboard
- pygame
You can install these libraries using pip:
To compile the source code into an executable file, you'll need Python and either PyInstaller or its graphical alternative, auto-py-to-exe. Here are the steps for both methods:
pip install keyboard pygame
- Open your terminal or command prompt.
- Navigate to the directory containing the source code.
- Run the following command:
pyinstaller --onefile --add-data "free-bird.mp3;." main.py
- Install auto-py-to-exe by running the following command in your terminal or command prompt:
pip install auto-py-to-exe
- Launch auto-py-to-exe by running:
auto-py-to-exe
-
In the auto-py-to-exe interface, do the following:
- Select
main.py
as the script to be converted into an executable. - Add "free-bird.mp3" to the additional files.
- Select "icon.ico" as the icon for the executable.
- Select
-
Click on the "Convert .py to .exe" button.