Samuraifox: Wir sind nicht das Support-Team, sondern auch nur User die dir weiterhelfen. ;)
Aus dem Spieleforum von Battle Isle:
https://www.gog.com/forum/battle_isle/battle_isle_1_desert_expansion_doesnt_work/?search=desert There is a more elegant method that saves you from having to mess around with DosBox all the time, as you only need to set this up once.
1. In the Battle Isle folder open the file dosboxBI1_single.conf with notepad.
2. Look for the part that says :desert
3. Remove the line mount C "..\cloud_saves" -t overlay .
4. Save.
For some reason, the cloud saves do not work with this expansion. From now on the launcher will work as intended.
Auf Deutsch:
1. Im Batlle Isle Ordner die Datei "dosboxBI1_single.conf" mit einem Editor öffnen
2. Den Abschnitt suchern der mit "desert" bezeichnet wird.
3. Die Zeile "mount C "..\cloud_saves" -t overlay" löschen oder ein # davorsetzen.
4. Abspeichern
Anscheinend funktioniert der Cloudsave von Galaxy nicht mit dieser Erweiterung.
deagle80: Hallo Samuraifox,
vielen Dank für die Info und die Unterstützung.
Habe es genauso durchgeführt, leider immer noch mit negativen Erlebnis.
Viel kann man auch nicht falsch machen.
Gruss
Deagle
Ich habe es eben selbst mal durchgeführt (nachdem ich kurz Battle Isle installiert habe) und dabei ein # vor die Zeile gesetzt. Danach konnte ich die Deserterweiterung spielen.
Vorher ging es auch nicht.
Der Dateiinhalt sieht bei mir jetzt so aus:
[IPX]
ipx=false
[autoexec]
# Lines in this section will be run at startup.
@echo off
cls
ECHO [1;33m[42mÉÍÍÍÍÍÍÍÍÍÍÍ&I acute;ÍÍÍÍÍÍÍÍÍÍÍÍÍ ÍÍÍÍÍÍÍÍÍÍÍÍÍ&Iacut e;ÍÍÍÍÍÍÍÍÍÍÍÍÍ&raq uo;
ECHO º -------------------------------------------------- º
ECHO º Battle Isle 1 Launcher º
ECHO º -------------------------------------------------- º
ECHO º 1) Battle Isle º
ECHO º 2) Battle Isle Data Disk 1 - The Desert º
ECHO º 3) Battle Isle Data Disk 2 - The Moon of Chromos º
ECHO º -------------------------------------------------- º
ECHO º 4) exit program º
ECHO º -------------------------------------------------- º
ECHO ÈÍÍÍÍÍÍÍÍÍÍÍÍ&Iacut e;ÍÍÍÍÍÍÍÍÍÍÍÍÍ&Iac ute;ÍÍÍÍÍÍÍÍÍÍÍÍÍ&I acute;ÍÍÍÍÍÍÍÍÍÍͼ[0m
choice /c1234 /s Which game do you want to run? [1-4]: /n
if errorlevel 4 goto exit
if errorlevel 3 goto moon
if errorlevel 2 goto desert
if errorlevel 1 goto isle
:isle
cls
mount C "..\ISLE"
mount C "..\cloud_saves" -t overlay
c:
cls
bi.exe
goto exit
:desert
cls
mount C "..\DESERT"
# mount C "..\cloud_saves" -t overlay
c:
cls
DESERT.EXE
goto exit
:moon
cls
mount C "..\MOON"
mount C "..\cloud_saves" -t overlay
c:
cls
MOON.EXE
goto exit
:exit
exit