Tool created to let users of acoustic guitar and pocket music player mods easily add songs
In order to download the tool, head to the Releases tab: https://github.com/Hubix9/Acoustic-Guitar-Extension-Creator/releases
And click on Music_extension_creator.zip
link visible in the assets section of latest release, your download should start right after doing it.
- Extract Music Extension Creator folder from downloaded .zip
- Enter that folder
- Put your songs in the songs folder (.mp3 format is recommended)
- Run Music_extension_creator.exe file
- Enter or modify information in appropriate fields, you only need to edit extension name, description and author, rest you can leave on default values
- Press "Create extension" button in the upper right corner
- You addon will be created in the tool directory under name: @your_chosen_addon_name
- Load that folder as mod in Arma 3 launcher
- Enjoy!
- If you encounter an issue with extension creation, you can fall back to Old version of this tool
- Make sure that filenames of songs don't contain special characters. Underscores, spaces, numbers and letters are ok, though it's best to keep them simple like: MySong1.mp3
- Tool will crash if songs folder contains .txt file or has no song files inside of it
FFmpeg - used to convert songs to .ogg format and to get informations about them
gopbo - used to pack mod files into .pbo file
fyne - ui framework used to build the application interface