0050.html 4.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>How I Play Classic Windows and DOS Games</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  6. <meta charset="UTF-8">
  7. <meta name="keywords" content="How To,Tutorial,i12bretro,Classic,Windows,Retro,DOS,Gaming,Virtualbox,VM,Windows XP,DOSBox">
  8. <meta name="author" content="i12bretro">
  9. <meta name="description" content="How I Play Classic Windows and DOS Games">
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  11. <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
  12. <script type="text/javascript" src="includes/js/steps.js"></script>
  13. <link href="css/steps.css" rel="stylesheet" type="text/css" />
  14. </head>
  15. <body>
  16. <div id="gridContainer">
  17. <div class="topMargin"></div>
  18. <div id="listName" class="topMargin">
  19. <h1>How I Play Classic Windows and DOS Games</h1>
  20. </div>
  21. <div></div>
  22. <div id="content">
  23. <h2>Setting Up the VM and Software</h2>
  24. <ol>
  25. <li>Create a Windows XP virtual machine in VirtualBox (https://youtu.be/mPOmPusoELk)</li>
  26. <li>Make sure VirtualBox Guest Additions are installed</li>
  27. <li>Shutdown the VM</li>
  28. <li>In the Virtualbox interface, right click the Windows XP VM &gt; Settings</li>
  29. <li>Select Storage</li>
  30. <li>Select the hard disk dropdown to the right</li>
  31. <li>Click the Create button at the top</li>
  32. <li>Change the size to 500 GB &gt; Click Create</li>
  33. <li>Click OK to accept the settings</li>
  34. <li>Make sure the Windows XP&nbsp;VM is selected and click Start &gt; Normal</li>
  35. <li>Once inside Windows XP, go to Start &gt; Run &gt; type&nbsp;diskmgmt.msc &gt; Press Enter</li>
  36. <li>Inside Disk Management, locate the 500 GB virtual hard disk &gt; Right click &gt; Format...</li>
  37. <li>Set the following values:
  38. <p>Volume label: Games<br />
  39. Files system: NTFS<br />
  40. Allocation unit size: Default<br />
  41. Perform a quick format: Checked</p>
  42. </li>
  43. <li>Click OK</li>
  44. <li>Once the disk is formatted and initialized, right click it again &gt; Change Drive Letter and Paths...</li>
  45. <li>Click the Change... button</li>
  46. <li>Set the drive letter to G &gt;&nbsp;Click OK</li>
  47. <li>Download DOSBox <a href="https://sourceforge.net/projects/dosbox/files/latest/download" target="_blank">Download</a></li>
  48. <li>Install DOSBox to&nbsp;G:\_DOSBOX</li>
  49. <li>Locate the game installation media
  50. <ul>
  51. <li>If the game is a CD-ROM image mount the CD-ROM in VirtualBox by selecting Devices &gt; Optical Drives &gt; Choose a disk file... and selecting the image</li>
  52. <li>If&nbsp;the game is a physical CD-ROM put the disc in the host computer and&nbsp;mount the CD-ROM in VirtualBox by selecting Devices &gt; Optical Drives &gt; Host Drive</li>
  53. <li>If the game is contained on floppy disk images mount the floppy disk(s) in VirtualBox by selecting Devices &gt; Floppy Drives &gt;&nbsp;Choose a disk file... and selecting the image</li>
  54. </ul>
  55. </li>
  56. </ol>
  57. <h2>Installing a Windows Based Game</h2>
  58. <ol>
  59. <li>Once the installation media is mounted in VirtualBox install the game normally making sure to set the installation path to a sub-directory inside&nbsp;G:\Games\</li>
  60. <li>If the installer doesn&#39;t automatically create a shortcut on the desktop, navigate to the installation directory in File Explorer &gt; right click the game .exe &gt; Send To &gt; Desktop (create shortcut)</li>
  61. </ol>
  62. <h2>Installing a DOS Based Game</h2>
  63. <ol>
  64. <li>Create a sub-directory in G:\Games\ to copy the game to</li>
  65. <li>Once the installation media is mounted in VirtualBox navigate to it in Windows Explorer</li>
  66. <li>Copy the files from the game media to G:\Games\%game%</li>
  67. <li>Navigate to the desktop &gt; Right click &gt; New &gt; Shortcut</li>
  68. <li>Click the Browse... button &gt; Navigate to the DOSBox .exe file and select it &gt; Click OK &gt; Click Next &gt; Click Finish</li>
  69. <li>Right click the new shortcut &gt; Properties</li>
  70. <li>Edit the shortcut properties as follows<br />
  71. Target:&nbsp;G:\_DOSBOX\DOSBox.exe -userconf &quot;G:\Games\Hugo&#39;s House of Horrors&quot; -noconsole<br />
  72. Start in: G:\_DOSBOX\</li>
  73. <li>Click OK</li>
  74. <li>Double click the shortcut to launch DOSBox with the game mounted to the C:\&nbsp;</li>
  75. <li>Launch the game normally by typing the exe name and pressing Enter</li>
  76. </ol>
  77. <p>The DOSBox configuration file is located at %userprofile%\Local Settings\Application Data\DOSBox and can be edited to set preferences such as the resolution and redering method</p>
  78. </div>
  79. </div>
  80. </body>
  81. </html>