ultramegatiny

Forum Replies Created

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • in reply to: Can’t Get MT-32 Emulation Working #7880
    ultramegatiny
    Participant

    Okay, I resolved the issue.
    It was an 1d10t error on my part.

    in reply to: Dark Sun Problems #7430
    ultramegatiny
    Participant

    Admin, there is no iso file.

    in reply to: Dark Sun Problems #7426
    ultramegatiny
    Participant

    Nope, I didn’t have SVN enabled.

    Oh, well. Honestly, the game really isn’t as good as the first one anyway!

    It’s just that thing where you can’t get something to work and it becomes more about getting it to work than actually playing the game. Haha

    I appreciate all the help. I wouldn’t be at all surprised if the issue is user error on my part.

    The first game, Shattered Lands, is a really great RPG. You get both in one collection on GOG. It goes on sale fairly often for like $5.
    If you ever get the game, I’ll be very curious to know if you find a solution.

    Thanks again!

    in reply to: Dark Sun Problems #7424
    ultramegatiny
    Participant

    I can change to drive D no problem.
    I don’t have an sd card, just the internal storage of the phonem. It’s a OnePlus 7 pro. No SD card possible, just the 256 gb it comes with.

    So my path is “drive D is mounted as /storage/emulated/0/dosgames/Ravager/game.ins”

    When I change to D: and type “Ravager,” it just crashes. Seems like that should run the game, but it just doesn’t work.
    In the game files, there’s a ravager.bat and a dsun.exe.
    I could have sworn I used to just type dsun and it would run many years ago when I played the game on actual dos.
    Anyway, when I mount the d drive as you described and switch to D: and try typing dsun, I get this:

    DARKSAVE.GFF to DARKRUN.GFF failed. Path = D:\

    in reply to: Dark Sun Problems #7422
    ultramegatiny
    Participant

    I followed your instructions and applying the mounting instructions worked exactly as they should.
    But when I go to run the game, it just crashes me out of dosbox.
    I tried running it with and without running the sound setup and the patch, every different combination. The crash is the same each time when I change to the Ravager directory and run the ravager.bat.
    It still doesn’t even recognize the dsun.exe.
    Very weird!

    As far as I can tell, there doesn’t seem to be a CD image file. That would be an iso file, right?

    Whether or not I get it running, I really appreciate your help. I feel like I’m now a little better equipped to deal with future problems with other games just knowing about the expert commands feature.
    Thanks!

    in reply to: How To Use .mgc Files #7420
    ultramegatiny
    Participant

    Ah, I see! I don’t know how I missed that.
    That did the trick. Thanks!

    in reply to: Dark Sun Problems #7416
    ultramegatiny
    Participant

    Thanks for the quick response!

    I fiddled around with it last night and found a solution for Shattered Lands. I’m going to post it here in case anyone else has problems with it and they find this post. The solution is simple.

    I ran the sound_ds.exe and did the sound setup. Then I ran dsun.exe and the game worked normally. That’s it.

    As for Wake of the Ravager, I did some reading on it and it turns out the game itself has some fundamental problems unrelated to dosbox. Apparently it was really buggy at launch.
    The GOG version comes with a patch.exe.
    I tried running the patch and the sound_ds.exe with no luck. Tried it in different orders, nothing.
    But the game does run on my laptop.

    Here’s the autoexec portion of the Wake of the Ravager .conf file.

    [autoexec]
    # Lines in this section will be run at startup.
    # You can put your MOUNT lines here.
    @echo off
    cls
    mount c “..”
    mount C “..\cloud_saves” -t overlay
    imgmount d “..\game.ins” -t iso
    c:
    goto launcher

    :launcher
    cls
    ECHO [1;33m [42mÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ»
    ECHO º —————————————— º
    ECHO º Dark Sun 2: Wake of the Ravager Launcher º
    ECHO º —————————————— º
    ECHO º 1) Dark Sun 2: Wake of the Ravager º
    ECHO º 2) Game DOS Settings º
    ECHO º —————————————— º
    ECHO º 3) exit program º
    ECHO º —————————————— º
    ECHO ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ [0m

    choice /c123 /s Which program do you want to run? [1-3]: /n
    if errorlevel 3 goto exit
    if errorlevel 2 goto setup
    if errorlevel 1 goto game

    :game
    cls
    ravager
    goto exit

    :setup
    cls
    sound
    goto launcher

    :exit
    exit

    ……….

    Thanks for the help!

Viewing 7 posts - 1 through 7 (of 7 total)