iDos 2.0 Noobie Guide

Discussion in 'General Game Discussion and Questions' started by antman99781, Jan 21, 2011.

  1. antman99781

    antman99781 Member

    Jan 16, 2011
    7
    0
    0
    #1 antman99781, Jan 21, 2011
    Last edited: Jan 21, 2011
    Many people have been asking for step by step instructions on installing and running a game on iDos, so I decided to take a whack at it.

    SECTION 1: Preparing
    The first step is downloading iDos before it's removed from the app store, that means now!

    Now that you have that, download iPhone Explorer http://www.macroplant.com/iphoneexplorer/
    It's a small program so it only takes a minute to download.

    SECTION 2: Downloading a Game and Putting it on Your iPhone

    Now go to DOSGamesArchive http://www.dosgamesarchive.com/download/bananoid/ and download a game. In this example we are using Bananoid because its fun and works well in iDos. Now just extract the zip folder and remember where it is on your computer (Remember to name the uncompressed file bananoid).

    After its downloaded and saved on your computer we are going to put it onto your iPhone. Just open up iPhone Explorer and plug in your iPhone. Under the Apps root (the one that has +Apps) Look for the iDos App. It looks like a lot of numbers and letters and then .idos. Just click on that. You should now see a few folders, one of them being titled "Documents". Double Click on the folder to open it. Now right click and choose "Add New Folder". Title it "Games". Open up the empty games folder by double clicking and drag over the uncompressed Bananoid folder. Now unplug your iPhone. You don't have to, but I just click on the sync button on the top right before unplugging my iPod.

    NOTE: YOU MUST HAVE ITUNES CLOSED FOR IPHONE EXPLORER TO WORK!

    SECTION 3: Running the Game in iDos

    Now comes the fun part! Open the iDos app on your iPhone and follow these steps. Click on the C:\ sticky note on the bottom of the app, this opens DOS. You should see "c:\>". Now type "cd games". This means "change directory to games". Games is the folder you saved the Bananoid folder in earlier, remember? At this point you should see "c:\GAMES>". Now type "cd bananoid". You should now see "c:\GAMES\BANANOID>". Now for the final step, type "bananoid.exe". This will execute the games file that makes it run, for diffirent games the file will be different so be sure to check what it's called before trying to run the game.

    Have fun and ask me for any help :)
     
  2. Zemar

    Zemar Well-Known Member

    Dec 1, 2009
    462
    0
    16
    Denmark
    Thanks for the Guide. :) Do you know how to change performance settings for the games you install? Almost every game that I have tried, didn't run properly. For example the game SWOS 96-97 runs very slowly and don't know how to change the performance or cycles. All I can do is to use the Ctrl+F11 and Ctrl+F12 to get the CPU to 105 %.
     
  3. Rixx

    Rixx Well-Known Member

    May 29, 2009
    451
    0
    0
    College Instructor
    Longview, Texas

    Games made from start till about 92ish work best. Once people started using odd memory managers and stretching the limits of DOS thru creative tricks, those games will run poorly or not at all. Strike Commander comes to mind as a great example of this. Zone 66 had oddball memory managment as well.

    Rixx
     
  4. n8equalsd

    n8equalsd Well-Known Member

    Dec 10, 2010
    315
    0
    0
    Thanks for the guide, but I can't seem to get iPhone Explorer to work. Whwnever I click an app folder it says "file or directory not found". Any help?
     
  5. n8equalsd

    n8equalsd Well-Known Member

    Dec 10, 2010
    315
    0
    0
    I'm in iPhone explorer, but I can only see iBooks and Dropbox, no other apps. Any Help?
     
  6. Jlerma

    Jlerma New Member

    Jan 19, 2011
    3
    0
    0
    -----------

    Try DiskAid. This works for on my IPAD.
     
  7. Jlerma

    Jlerma New Member

    Jan 19, 2011
    3
    0
    0
    Windows 95 or Windows 98

    So, has anyone tried to install windows 95 or 98 yet? If so, how?
    I can get the install to start, by playing with the switches but it has yet to complete.
    Suggestions?
     
  8. TooTinyMan

    TooTinyMan Well-Known Member

    Dec 23, 2010
    593
    2
    0
    Over there --->
    #8 TooTinyMan, Jan 21, 2011
    Last edited: Jan 21, 2011
    Bananoid won't unzip for some reason, but I got Alien Carnage onto it! Thanks!

    No, wait... It says it's installed but it's not in the store or in my collection...
     
  9. stuartmeyers

    stuartmeyers Member

    Jan 19, 2011
    19
    0
    0
    Installed games will not show up in the collection. I didnt actually bother putting them there either - too much fussing around.

    Press the C:\ icon on the main screen and it will take you to a Dos prompt.
    ie C:\>

    To start a game, change directory and find the .exe or .bat file and start it.
    I dont know what it is for your game so I will use pinball as an example
    eg type the following...
    "dir /w" to see the directories (pic1 and pic2)
    "cd pinball" to change to the pinball directory (pic3)
    "dir *.*" to see the files in that directory (pic3)
    "pinball"to run pinball.exe (pic3)

    This is basic DOS navigation
    "cd\" returns you to the home directory
     

    Attached Files:

  10. stuartmeyers

    stuartmeyers Member

    Jan 19, 2011
    19
    0
    0
    To create a quickstart batch file for the example above.

    On your PC, create a file called "pinball.txt", edit in notepad and put the following into it.

    cd pinball
    pinball
    cd \

    Rename the file to "pinball.bat"

    copy "pinball.bat" to documents directory on iDos (not a subdirectory)

    when in iDos and at C:\> prompt just type "pinball" and it will run
     
  11. RM imagery

    RM imagery Well-Known Member

    Jan 12, 2009
    550
    1
    0
    Photographer (interiors, architecture, abstract ar
    Long Island, NY
  12. TooTinyMan

    TooTinyMan Well-Known Member

    Dec 23, 2010
    593
    2
    0
    Over there --->
    Oh, thanks. I didn't know that one.

    I thought iPhone Explorer was only for mac?
     
  13. stuartmeyers

    stuartmeyers Member

    Jan 19, 2011
    19
    0
    0
    PC or Mac.
     
  14. TooTinyMan

    TooTinyMan Well-Known Member

    Dec 23, 2010
    593
    2
    0
    Over there --->
    How do I access games after they're installed, and why is it so frigging laggy?
     
  15. stuartmeyers

    stuartmeyers Member

    Jan 19, 2011
    19
    0
    0
    I wrote how to access the games above.
    For lag, it is dependent on each game.
    Just try some small simple games to get the method right.
     
  16. TooTinyMan

    TooTinyMan Well-Known Member

    Dec 23, 2010
    593
    2
    0
    Over there --->
    #16 TooTinyMan, Jan 22, 2011
    Last edited: Jan 22, 2011
    Well, it's not just the downloaded games, it's also the games that come with the app. (talking about the lag)

    How can I enable a complicated game such as Full Throttle? It has multiple .exe files and I don't know which one to use. It also has a few folders in it, do I have to do anything special with those?
     
  17. antman99781

    antman99781 Member

    Jan 16, 2011
    7
    0
    0
    there are some games that simply wont run because of new tricks developers started using. Also, for more basic running of games avoid using any that have an install file, I haven't been able to install any yet and assume it has to do with the way iDos works. Also, to all the people wondering how to run the game, read the thread :)
     
  18. stuartmeyers

    stuartmeyers Member

    Jan 19, 2011
    19
    0
    0
    The bigger and later the games, the harder it will be to work. Copy the whole directory structure.

    For multiple exe's, either try them all, google the start instructions, look for a batch file or look for a specific significant name like runme, start, fullthrottle, ft, etc
     
  19. MasterChief3624

    MasterChief3624 Well-Known Member

    Oct 11, 2009
    2,530
    0
    0
    I've tried installing Windows 95, but it's not working. I don't know what I'm doing wrong. I can choose "Windows 95" from the Windows list, but then it says:

    "Launching Windows 95. . .
    Could not extract drive geometry from image.
    Use parameter -size bps,spc,hpc,cyl to specify the geometry.
    Opening image file: c:\w95.img
    Booting from drive A. . .
    Error loading operating system"

    Windows 3.1 went quite smoothly, but I can't get a handle on how to work Windows 95. If anyone has any suggestions, that would be great.

    I think I read something about image mounting, but I wasn't sure how to do that..
     
  20. Curleh Mustache

    Curleh Mustache Well-Known Member

    Dec 19, 2010
    993
    9
    0
    I tried Diskaid and Only Dailyappdream, Hot pursiut and cupescape hd show up. Can someone help me?
     

Share This Page