- This topic has 33 replies, 3 voices, and was last updated 7 years, 10 months ago by Al ex.
-
AuthorPosts
-
13. January 2017 at 16:02 #4145Ryles1989Participant
I set the sound to off and sadly it made no difference
13. January 2017 at 16:05 #4146Al exKeymasterThe file behind my link is a very basic .mgc file that you can import into MagicDosbox (tap the orange + symbol, then “Import profile”.
I’ve set the mountings so they (should) match your game folder.13. January 2017 at 16:07 #4147adminKeymasterAnd can paste here your config? Scroll down to “Software section” and on right side press button “Get”
13. January 2017 at 16:52 #4148Ryles1989ParticipantHi thanks again for the help.when I go to import file it can’t find the file I downloaded,and when I go into my downloads it just shows it as an empty zip file.thanks
13. January 2017 at 17:20 #4149adminKeymasterHi, I just tested the download and works correctly….File is not empty
13. January 2017 at 17:29 #4150Ryles1989ParticipantI’m not sure what I’m doing wrong. I press the link,hit the big Green button,it downloads it.when I open it it says no file available,and when I press the import button it just doesn’t see the file at all or at least I can’t find it.
13. January 2017 at 17:37 #4151adminKeymasterI saw that some browsers rename mgc to zip. And magic dosbox looks for mgc extension..
13. January 2017 at 17:39 #4152Ryles1989ParticipantYes I believe that’s what has happened is there any way I can change this?thanks
13. January 2017 at 17:52 #4153Al exKeymasterLol, this is getting more complicated than I’d thought. I hate it when apps try to be clever…?
Ok. Replace the [autoexec] section in your expert settings wih this one:
[autoexec]
@Echo Off
mount c: /storage/emulated/0/Dkeep1
c:
imgmount d /storage/emulated/0/Dkeep1/game.gog -t iso -fs iso
keeper13. January 2017 at 17:58 #4154Ryles1989ParticipantHaha I know how you feel. Right this time it’s is mounting the c drive but saying it can’t find the image file u tried on both .gog and .install. because it’s changing it every time I definitely think it’s to do with the expert settings.thanks
13. January 2017 at 18:02 #4155Al exKeymasterRight, we’re getting there. The image file must be placed inside your DKeep1 folder, and labelled game.gog. That’s the way the GOG installer copies it during install.
13. January 2017 at 18:08 #4156Ryles1989ParticipantI’ve just checked it’s in the data folder inside the DKeep1 folder is that correct?thanks
13. January 2017 at 18:19 #4157Al exKeymasterNot quite, but that doesn’t matter. Change the imgmount line to:
imgmount d /storage/emulated/0/Dkeep1/data/game.gog -t iso -fs iso13. January 2017 at 18:19 #4158Ryles1989ParticipantI’ve just moved the game.gog file out the data folder and now when I open the game it says C and Dom drive are mounted but it says illegal command keeper
13. January 2017 at 18:39 #4159Al exKeymaster…which means, the keeper.exe is missing. I suspect it’s also located in the /data folder.
Now this is getting rather complex, because your directory structure seems to be different from mine.Two options:
1. Try this:
[autoexec]
mount c: /storage/emulated/0/Dkeep1/data
imgmount d /storage/emulated/0/Dkeep1/data/game.gog -t iso -fs iso
c:
keeper2. or copy keeper.exe, dos4gw.exe, keeper.cfg, game.inst and game.gog to /DKeep1, and use this:
[autoexec]
mount c: /storage/emulated/0/Dkeep1
imgmount d /storage/emulated/0/Dkeep1/game.gog -t iso -fs iso
c:
keeper -
AuthorPosts
- You must be logged in to reply to this topic.