Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tadayosi/eu4-songs-gen
EU4 Song List Generator
https://github.com/tadayosi/eu4-songs-gen
Last synced: 7 days ago
JSON representation
EU4 Song List Generator
- Host: GitHub
- URL: https://github.com/tadayosi/eu4-songs-gen
- Owner: tadayosi
- License: apache-2.0
- Created: 2018-11-13T13:03:51.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-12-02T16:09:16.000Z (about 4 years ago)
- Last Synced: 2024-11-25T15:54:21.634Z (2 months ago)
- Language: Go
- Size: 79.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EU4 Song List Generator
This command enables you to add your own song list to EU4 by generating `songs.txt` and `music.asset` from local `.ogg` files.
## Install
go get -u github.com/tadayosi/eu4-songs-gen
## Usage
Running the command searches `.ogg` files in the current directory and generates `songs.txt` and `music.asset` there:
eu4-songs-gen
You can also specify the directory where `.ogg` files are located and `songs.txt` and `music.asset` are generated there:
eu4-songs-gen songs/
Rename the generated `songs.txt` and `music.asset` to something like `custom-songs.txt` and `custom-music.asset` and copy them to the EU4 `music/` directory (which is typically `~/.local/share/Steam/steamapps/common/Europa Universalis IV/music/` for Linux) as well as your custom `.ogg` files.
**NOTE:** The name of a `.ogg` file must only include alphabets (`a-zA-Z`), numbers (`0-9`), and underscore (`_`). Otherwise the game won't load the song list correctly.
For more info, see the help:
eu4-songs-gen -h