Skip to content

Commit

Permalink
Battle Isle 3 release version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
M-HT committed Mar 26, 2023
1 parent 5d390eb commit 0aec872
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 14 deletions.
29 changes: 19 additions & 10 deletions games/Battle Isle 3/release/linux/readme-Linux.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
Battle Isle 3 for Linux (x86)
Version 1.0.0
Version 1.0.1

Original Battle Isle 3 is required for playing.
(version from GOG.com can be used for playing)

Libraries
---------
The game requires Wine (https://www.winehq.org/) to run.

The game also requires following 32-bit libraries: quicktime2
On debian based distributions these libraries are in following packages: libquicktime2:i386


Installation
------------

Expand All @@ -19,14 +27,14 @@ Music
-----

The game's MIDI music can be played using one of following libraries:
ALSA sequencer, WildMIDI, BASSMIDI, ADLMIDI
ALSA sequencer, WildMIDI, BASSMIDI, libADLMIDI

ADLMIDI is the default library, others can be selected in the configuration file.
libADLMIDI is the default library, others can be selected in the configuration file.
ALSA sequencer can use hardware or software synth (like Fluidsynth or TiMidity++).
ADLMIDI requires no additional files for MIDI playback,
libADLMIDI requires no additional files for MIDI playback,
WildMIDI requirer GUS patches for MIDI playback,
BASSMIDI requires a soundfont for MIDI playback,
ADLMIDI uses OPL3 emulator for MIDI playback.
libADLMIDI uses OPL3 emulator for MIDI playback.

ALSA sequencer can detect usable synth automatically or it can be selected in the configuration file.

Expand All @@ -49,16 +57,17 @@ Paths to games files can be set in the file BattleIsle3.sh.
Misc
----

The game requires Wine (https://www.winehq.org/) to run.

The game also requires following 32-bit libraries: quicktime2
On debian based distributions these libraries are in following packages: libquicktime2:i386

Source code is available on GitHub: https://github.com/M-HT/SR


Changes
-------

v1.0.1 (2023-03-26)
* use latest versions of libADLMIDI, WildMIDI, BASSMIDI libraries
* add support for using Nuked OPL3 emulator in libADLMIDI
* minor bug fixes


v1.0.0 (2021-06-27)
first Linux (x86) version
14 changes: 10 additions & 4 deletions games/Battle Isle 3/release/windows/readme-Windows.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Battle Isle 3 for Windows (x86)
Version 1.0.0
Version 1.0.1

Original Battle Isle 3 is required for playing.
(version from GOG.com can be used for playing)
Expand All @@ -20,13 +20,13 @@ Music
-----

The game's MIDI music can be played using one of following libraries:
NativeWindows, WildMIDI, BASSMIDI, ADLMIDI, original
NativeWindows, WildMIDI, BASSMIDI, libADLMIDI, original

NativeWindows is the default library, others can be selected in the configuration file.
ADLMIDI, NativeWindows and original don't require additional files for MIDI playback,
libADLMIDI, NativeWindows and original don't require additional files for MIDI playback,
WildMIDI requires GUS patches for MIDI playback,
BASSMIDI requires a soundfont for MIDI playback,
ADLMIDI uses OPL3 emulator for MIDI playback,
libADLMIDI uses OPL3 emulator for MIDI playback,
original uses Windows 3.1 compatible method for MIDI playback.

NativeWindows can use the default synth or it can be selected in the configuration file.
Expand Down Expand Up @@ -62,5 +62,11 @@ Source code is available on GitHub: https://github.com/M-HT/SR
Changes
-------

v1.0.1 (2023-03-26)
* use latest versions of libADLMIDI, WildMIDI, BASSMIDI libraries
* add support for using Nuked OPL3 emulator in libADLMIDI
* minor bug fixes


v1.0.0 (2021-06-27)
first Windows (x86) version

0 comments on commit 0aec872

Please sign in to comment.