Feature Updates/Improvements
- Import/Export text as .json files (@Captain-Jacob)
- Add support for bink2 video format (@karmelkolo)
- Make text search case-insensitive
Linux Executable Support has Ended
It's not feasible for me to distribute an executable that works smoothly on all distros. I tried releasing a Linux executable and it has been more trouble than it's worth (different problems on different distros). To use the audio modder on Linux, you will need to run the program from source.
Assuming you have Python installed (tested on Python 3.10-3.12):
To install:
git clone https://github.com/RaidingForPants/hd2-audio-modder.git
cd hd2-audio-modder
python3 -m venv audio-modder-env
pip install -r requirements.txt
To run (be in the hd2-audio-modder folder):
source audio-modder-env/bin/activate
python3 audio_modder.py
Bug Fixes
- Fix some conflicts in requirements.txt, remove unnecessary requirements
- Fix issue where importing broken patch files may import broken audio data