Update README.md

This commit is contained in:
Stephen Seo 2024-01-08 18:24:26 +09:00
parent 05ab18b572
commit 6c3aa48923

View file

@ -53,9 +53,10 @@ 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.
- 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`. <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.