0050.html 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  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="Classic,Windows,Retro,DOS,Gaming,VirtualBox,VM,Windows XP,DOSBox,Hypervisor,Microsoft,DOS Gaming,Retro PC Gaming,PC Gaming,Windows 98 Gaming On Modern Hardware,Retro PC Gaming On Modern Hardware,Play Retro PC Games In VirtualBox,Windows XP VM For Gaming,Windows XP VM,Emulation,Emulator,X86,How To,Tutorial,i12bretro">
  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. <meta name="revised" content="03/26/2022 12:49:12 PM" />
  12. <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
  13. <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
  14. <script type="text/javascript" src="includes/js/steps.js"></script>
  15. <link href="css/steps.css" rel="stylesheet" type="text/css" />
  16. </head>
  17. <body>
  18. <div id="gridContainer">
  19. <div class="topMargin"></div>
  20. <div id="listName" class="topMargin">
  21. <h1>How I Play Classic Windows and DOS Games</h1>
  22. </div>
  23. <div></div>
  24. <div id="content">
  25. <h2>Setting Up the VM and Software</h2>
  26. <ol>
  27. <li>Create a Windows XP virtual machine in VirtualBox (https://youtu.be/mPOmPusoELk)</li>
  28. <li>Make sure VirtualBox Guest Additions are installed</li>
  29. <li>Shutdown the VM</li>
  30. <li>In the Virtualbox interface, right click the Windows XP VM &gt; Settings</li>
  31. <li>Select Storage</li>
  32. <li>Select the hard disk dropdown to the right</li>
  33. <li>Click the Create button at the top</li>
  34. <li>Change the size to 500 GB &gt; Click Create</li>
  35. <li>Click OK to accept the settings</li>
  36. <li>Make sure the Windows XP&nbsp;VM is selected and click Start &gt; Normal</li>
  37. <li>Once inside Windows XP, go to Start &gt; Run &gt; type&nbsp;diskmgmt.msc &gt; Press Enter</li>
  38. <li>Inside Disk Management, locate the 500 GB virtual hard disk &gt; Right click &gt; Format...</li>
  39. <li>Set the following values:
  40. <p>Volume label: Games<br />
  41. Files system: NTFS<br />
  42. Allocation unit size: Default<br />
  43. Perform a quick format: Checked</p>
  44. </li>
  45. <li>Click OK</li>
  46. <li>Once the disk is formatted and initialized, right click it again &gt; Change Drive Letter and Paths...</li>
  47. <li>Click the Change... button</li>
  48. <li>Set the drive letter to G &gt;&nbsp;Click OK</li>
  49. <li>Download DOSBox <a href="https://sourceforge.net/projects/dosbox/files/latest/download" target="_blank">Download</a></li>
  50. <li>Install DOSBox to&nbsp;G:\_DOSBOX</li>
  51. <li>Locate the game installation media
  52. <ul>
  53. <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>
  54. <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>
  55. <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>
  56. </ul>
  57. </li>
  58. </ol>
  59. <h2>Installing a Windows Based Game</h2>
  60. <ol>
  61. <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>
  62. <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>
  63. </ol>
  64. <h2>Installing a DOS Based Game</h2>
  65. <ol>
  66. <li>Create a sub-directory in G:\Games\ to copy the game to</li>
  67. <li>Once the installation media is mounted in VirtualBox navigate to it in Windows Explorer</li>
  68. <li>Copy the files from the game media to G:\Games\%game%</li>
  69. <li>Navigate to the desktop &gt; Right click &gt; New &gt; Shortcut</li>
  70. <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>
  71. <li>Right click the new shortcut &gt; Properties</li>
  72. <li>Edit the shortcut properties as follows<br />
  73. Target:&nbsp;G:\_DOSBOX\DOSBox.exe -userconf &quot;G:\Games\Hugo&#39;s House of Horrors&quot; -noconsole<br />
  74. Start in: G:\_DOSBOX\</li>
  75. <li>Click OK</li>
  76. <li>Double click the shortcut to launch DOSBox with the game mounted to the C:\&nbsp;</li>
  77. <li>Launch the game normally by typing the exe name and pressing Enter</li>
  78. </ol>
  79. <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>
  80. </div>
  81. </div>
  82. </body>
  83. </html>