Posted November 11, 2019
I've got a problem and I'm not sure how to solve it.
I've recently obtained RG-350 (one of those handhelds using OpenDingux, this one has OS very similar to the one from GCW Zero).
It has dosbox, but it's working in specific way - at the beginning it allows you to choose executable, then it launches it (automatically assigning folder where it was as "c:", if you're exiting the game, it goes to "standard" dos console.
I would like to play in Battle Isle 2 from GOG, but I'm not sure how to make .bat file which would mount image allowing me to play it.
In DosBoxBi2_singe.conf I've found the part which should be useful:
imgmount d "..\ISLE2\BI2.inst" -t iso -fs iso
(part for main BI2)
imgmount d "..\SCENERY\BI2scen.inst" -t iso -fs iso
(part for add-on)
Now my question is - how should I create .bat file (can be 2 separate for basic game and add-on) to make it "runnable".
I've got this game on SD card (which I've put in the device), in DOS catalogue:
DOS/BI2/ISLE2
DOS/BI2/SCENERY
(there are two standard folders, I've just created DOS/BI2 to have them in one place.
I must mount image, otherwise game won't run.
I was trying to do it on my own, but I've got either error that image was not found, or "The image must be on a host or local drive".
I've recently obtained RG-350 (one of those handhelds using OpenDingux, this one has OS very similar to the one from GCW Zero).
It has dosbox, but it's working in specific way - at the beginning it allows you to choose executable, then it launches it (automatically assigning folder where it was as "c:", if you're exiting the game, it goes to "standard" dos console.
I would like to play in Battle Isle 2 from GOG, but I'm not sure how to make .bat file which would mount image allowing me to play it.
In DosBoxBi2_singe.conf I've found the part which should be useful:
imgmount d "..\ISLE2\BI2.inst" -t iso -fs iso
(part for main BI2)
imgmount d "..\SCENERY\BI2scen.inst" -t iso -fs iso
(part for add-on)
Now my question is - how should I create .bat file (can be 2 separate for basic game and add-on) to make it "runnable".
I've got this game on SD card (which I've put in the device), in DOS catalogue:
DOS/BI2/ISLE2
DOS/BI2/SCENERY
(there are two standard folders, I've just created DOS/BI2 to have them in one place.
I must mount image, otherwise game won't run.
I was trying to do it on my own, but I've got either error that image was not found, or "The image must be on a host or local drive".
Post edited November 11, 2019 by MartiusR
This question / problem has been solved by ZFR