Update README.md
This commit is contained in:
parent
05ab18b572
commit
6c3aa48923
1 changed files with 5 additions and 4 deletions
|
@ -53,9 +53,10 @@ in battle)
|
|||
affected by volume options (master and music sliders))~~ Midi file playback
|
||||
has been disabled for now due to lack of volume control issues. MP3 file
|
||||
playback sometimes fails, but seems to work better when the file is as
|
||||
"barebones" as possible (no album art metadata in the file). It is recommended
|
||||
to use `.ogg` files for music. Note that ogg Vorbis is supported, and NOT ogg
|
||||
Opus. One can convert to ogg Vorbis with ffmpeg like this: `ffmpeg -i
|
||||
"barebones" as possible (no album art metadata in the file).
|
||||
- It is recommended to use `.ogg` files for music.
|
||||
- Note that ogg Vorbis is supported, and NOT ogg Opus.
|
||||
- One can convert to ogg Vorbis with ffmpeg like this: `ffmpeg -i
|
||||
<my_music_file_to_convert> -map a:0 -c:a libvorbis output.ogg`.
|
||||
- Config allows limiting number of combatants in turn-based battle.
|
||||
- Config can be modified (server-side) to add entries of mobs from other mods.
|
||||
|
|
Loading…
Reference in a new issue