Update README.md
This commit is contained in:
parent
9d4cd5c4e7
commit
f9178777ee
1 changed files with 5 additions and 4 deletions
|
@ -53,10 +53,11 @@ in battle)
|
||||||
affected by volume options (master and music sliders))~~ Midi file playback
|
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
|
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
|
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
|
"barebones" as possible (no album art metadata in the file).
|
||||||
to use `.ogg` files for music. Note that ogg Vorbis is supported, and NOT ogg
|
- It is recommended to use `.ogg` files for music.
|
||||||
Opus. One can convert to ogg Vorbis with ffmpeg like this: `ffmpeg -i
|
- Note that ogg Vorbis is supported, and NOT ogg Opus.
|
||||||
<my_music_file_to_convert> -map a:0 -c:a libvorbis output.ogg`.
|
- 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 allows limiting number of combatants in turn-based battle.
|
||||||
- Config can be modified (server-side) to add entries of mobs from other mods.
|
- Config can be modified (server-side) to add entries of mobs from other mods.
|
||||||
(by default an unknown mob cannot enter turn-based battle, so the config must be
|
(by default an unknown mob cannot enter turn-based battle, so the config must be
|
||||||
|
|
Loading…
Reference in a new issue