Universal iDOS 2 - DOS Emulator (by Litchie)

Discussion in 'iPhone and iPad Games' started by litchie, Oct 26, 2010.

  1. Balu`

    Balu` Well-Known Member

    Aug 4, 2009
    3,949
    0
    36
    Hungary
    Still couldn't figure out how to quit Ms. PacMan (and etc). :(
     
  2. To be fair, this isn't MS-DOS, it's a DOS-compatible shell written specifically by the DOSbox team, so it isn't unlicensed.
     
  3. zamfield

    zamfield New Member

    Oct 27, 2010
    2
    0
    1
    I noticed that the first time you put in unzip c:>dizzyj.zip what you did was redirect the output to a new file. "unzip c:" (did nothing, probably output "file c: not found" > (this directs output to) dizzyj.zip (now just a text file with an error line.)

    to verify do this:
    C:\>type dizzyj.zip

    It should list the text contents of that file. If you can read it, it isn't a zip file anymore.

    Couple of key things people aren't getting.

    DOS is an all caps OS. It doesn't understand lowercase filenames. So before you copy files to it from your computer, make sure to rename them to all caps. So on your Mac, it will look like "DIZZYJ.ZIP". Then in iDOS, use lowercase commands.
    unzip "c:\dizzyj.zip"

    Your zip file should copy into the c:\ directory. kinda like your root level or your laptops harddrive base folder. You want to use the "md" (make directory) command to create a subfolder that you can unzip into. When you make the subfolder, "cd <subfoldername>" (change directory) into it and then type your unzip "c:\dizzyj.zip" command in.

    What is happening is the unzip will assume you want everything extracted into the current directory. So you need to run it AFTER you "cd" to you new empty subfolder. Since the archive file isn't in that subfolder you need to give it the full address. It also seem that the command-line is a little flaky about pathnames, so put them in double quotes after the unzip command. This will read the file "C:\dizzyj.zip" and extract to the current directory/subfolder.

    From there you would use the "dir" command to list the contents of your subfolder. You want to find the extracted files that has an extension of either .bat, .com, or .exe. The "dir" command can use patterns like *.bat or *.com or *.exe to list only files ending in those extensions. Once you find the right file, just type the first portion, DON'T type the dot or the extension, and hit enter to run the game.
     
  4. starjimstar

    starjimstar Well-Known Member

    Sep 28, 2008
    2,799
    1
    0
    Entrepreneur
    Canada
    What have you tried?
     
  5. Balu`

    Balu` Well-Known Member

    Aug 4, 2009
    3,949
    0
    36
    Hungary
    Pretty much using every button, looking at help within game. Nothin' worked, and combinations are just too many to try.
     
  6. Habakuk

    Habakuk Well-Known Member

    Yes indeed. And Dos Navigator has even a pretty solid and very well equipped TETRIS game in it! Just to stay on topic. :)

    [​IMG]
    With local highscores saved! Hit Alt + F9 to launch (dn must run of course). Turn the piece with "Up" key, switch the lane with "Left" and "Right". Highly configurable! Ten levels. Two game styles. Option: Piece preview. Hit Alt + p for pause. Full version. No ads. None of the beloved In App Purchases. No Downloadable Content. Needs only Game Center. Hit "ESC" when your boss or teacher arrives in the office or classroom peeping over your shoulder.

    He won't believe what you're doing on your shiny new and hyper modern iPad.

    (BTW bcracers what you can see on the screenshot runs but far too slow with default cfg.)
     
  7. darrinsden

    darrinsden Well-Known Member

    Jun 5, 2009
    114
    1
    18
    #707 darrinsden, Oct 27, 2010
    Last edited: Oct 27, 2010
    was trying to get some of my old gold box D&D games on it

    the first one that i tried (pools of darkness) just dumps you back to the command line after hitting enter

    trying a couple others

    curse of the azure bonds works... loading slow though
     
  8. 1337brian

    1337brian Well-Known Member

    Oct 12, 2008
    3,358
    49
    0
    In My Head
    I'm sure it's been answered but what is the 'L and 'R button at the bottom do? I have tried to figure it out but nothing....
     
  9. starjimstar

    starjimstar Well-Known Member

    Sep 28, 2008
    2,799
    1
    0
    Entrepreneur
    Canada
    L = left
    R = right

    (they are the mouse buttons)
     
  10. currymutton

    currymutton Well-Known Member

    Oct 16, 2008
    4,430
    1
    0
    First "success" with World at War: Operation Crusader

    [​IMG]

    [​IMG]

    But rendering is slow and the mouse button tends to go AWOL.

    Any help?

    Next target: System Shock!
     
  11. IzzyNobre

    IzzyNobre Well-Known Member

    Oct 7, 2008
    985
    0
    16
    Canada
    You guys gotta understand that iDOS is just a gimmick toy. It's cool in a "I can't believe I can do this", ie, Win3.1 on my iPad, but the games themselves are barely playable. My only positive experience so far was Settlers :(
     
  12. Balu`

    Balu` Well-Known Member

    Aug 4, 2009
    3,949
    0
    36
    Hungary
    First installed game opinion: Jazz Jackrabbit doesn't run fine, loads but can't do anything in the menu.
     
  13. thairacer

    thairacer Member

    Oct 27, 2010
    6
    0
    0
    #713 thairacer, Oct 27, 2010
    Last edited: Oct 27, 2010
    [​IMG]
    [​IMG]
    [​IMG]

    Desert strike work perfectly, launch "go" for bypass cdrom check.

    [​IMG]
    Project X work perfect, sound little bit laggy.
     
  14. zamfield

    zamfield New Member

    Oct 27, 2010
    2
    0
    1
    Don't use '>' they redirect output.

    You want to type unzip "c:\stunts.zip" not "c:>stunts.zip"
     
  15. tsharpfilm

    tsharpfilm Well-Known Member

    Sep 14, 2009
    1,359
    0
    0
    Digital Artist
    USA
    #715 tsharpfilm, Oct 27, 2010
    Last edited: Oct 28, 2010
    A quick note about autoexec and Windows 3.1:

    Installing Windows 3.1 will create a real autoexec.bat file that overrides the [autoexec] entry in the dospad.cfg file. If you you want whatever you added into the dospad.cfg file to execute normally, you'll have to move it into the real autoexec.bat file.

    This is what my autoexec.bat file looks like.

    Code:
    C:\WINDOWS\SMARTDRV.EXE
    PATH C:\WINDOWS[COLOR="DimGray"];C:\DN;C:\BASIC;C:\GAMES[/COLOR]
    SET TEMP=C:\WINDOWS\TEMP
    [COLOR="DimGray"]C:\DN\DN.COM[/COLOR]
    The grayed out parts are what I added.

    Not entirely. :D I kind of thought the same thing, but I see a lot of potential for this software.
     
  16. DPP13

    DPP13 Well-Known Member

    Jan 24, 2010
    759
    0
    0
    College Student
    Can someone please tell me how I "mount" an ISO?
     
  17. tsharpfilm

    tsharpfilm Well-Known Member

    Sep 14, 2009
    1,359
    0
    0
    Digital Artist
    USA
    #717 tsharpfilm, Oct 27, 2010
    Last edited: Oct 27, 2010
    Z:\IMGMOUNT E C:FILE.ISO -t iso

    Then to go E:
     
  18. davagorn

    davagorn Well-Known Member

    Feb 20, 2009
    258
    2
    18
    I like how every time someone says "this is just a gimmick, unplayable, etc." someone else posts another game that works perfectly. Given that it's only been out a day, in all likelihood we will have a growing list of functional classics...all for $.99.
     
  19. cayouche

    cayouche New Member

    Oct 27, 2010
    2
    0
    0
    Master of Orion

    Anyone who had Master of Orion working got any sound?
    If so, did you change anything in your dospad.cfg file?

    Thank you very much.
     
  20. MicroByte

    MicroByte Well-Known Member

    The fact that I can play Stunt Car Racer again makes it worth $0.99 for me. :p
     

Share This Page