Anonymous edits have been disabled on the wiki. If you want to contribute please login or create an account.


Warning for game developers: PCGamingWiki staff members will only ever reach out to you using the official press@pcgamingwiki.com mail address.
Be aware of scammers claiming to be representatives or affiliates of PCGamingWiki who promise a PCGW page for a game key.

Difference between revisions of "DOSBox"

From PCGamingWiki, the wiki about fixing PC games
m (added DOSBox Mapper stub)
(updated layout with issues fixed section; added black screen, constant movement and remapping fixes)
Line 1: Line 1:
 
{{stub}}
 
{{stub}}
DOSBox emulates MS-DOS and is cross-platform.
+
'''Key points'''
 +
{{++}} DOSBox allows DOS-based games to run properly on modern systems.
  
== Configuration files ==
+
==Issues fixed==
 +
===Black screen in fullscreen mode===
 +
{{ii}} With some video cards, DOSBox's default output mode will render with a black screen in fullscreen mode.
 +
{{Fixbox|1=
 +
{{Fixbox/fix|Edit DOSBox configuration file (non-GOG.com versions)}}
 +
# Edit the DOSBox configuration file (<code>dosbox-0.74.conf</code>, <code>dosbox.conf</code>, or similar).
 +
# Change <code>output=surface</code> to <code>output=overlay</code>
 +
# Save your changes and run the game again.
 +
{{ii}} If the problem persists, edit it again and try different modes until you get one that works.
 +
}}
 +
{{Fixbox|1=
 +
{{Fixbox/fix|Run Graphic Mode Setup (GOG.com versions)}}
 +
# Run the game's Graphic Mode Setup in the Start Screen/Start Menu.
 +
# Change Graphic mode to "Overlay" or "DDraw".
 +
# Choose Save Settings and run the game again.
 +
{{ii}} If the problem persists, run it again and try different modes until you get one that works.
 +
}}
 +
 
 +
===Character/camera/cursor constantly moves in one direction===
 +
{{Fixbox|1=
 +
{{Fixbox/fix|Change joystick timing setting}}
 +
# Edit the game's DOSBox configuration file.
 +
# Change <code>timed=true</code> to <code>timed=false</code> (if it is already set to this, try <code>timed=true</code> instead).
 +
# Save your changes and run the game again.
 +
}}
 +
 
 +
{{Fixbox|1=
 +
{{Fixbox/fix|Disable joystick support}}
 +
{{ii}} This fix is only suitable if you don't want to use a controller with the game.
 +
# Edit the game's DOSBox configuration file.
 +
# Change the <code>joysticktype</code> value to <code>none</code>
 +
# Save your changes and run the game again.
 +
}}
 +
 
 +
===Can't remap keys/joystick===
 +
Some games have fixed inputs. Use the [http://www.dosbox.com/wiki/Mapper DOSBox Mapper] to remap the controls.
 +
 
 +
==General information==
 +
=== Configuration files ===
 
DOSBox stores configuration information in *.conf files. Individual conf files can be create for each piece of software used and additional parameters can be appended.
 
DOSBox stores configuration information in *.conf files. Individual conf files can be create for each piece of software used and additional parameters can be appended.
  
== Unofficial builds ==
+
=== Unofficial builds ===
 
There are various unofficial builds of DOSBox which provide additional functionalities such as support for Glide.
 
There are various unofficial builds of DOSBox which provide additional functionalities such as support for Glide.
  
== Windows installation ==
+
=== Windows installation ===
 
Windows 95 and Windows 98 can be installed inside DOSBox however this is unsupported and instability issues occur.
 
Windows 95 and Windows 98 can be installed inside DOSBox however this is unsupported and instability issues occur.
  
== Example input ==
+
=== Example input ===
 
DOSBox running in Windows:
 
DOSBox running in Windows:
  
Line 28: Line 67:
 
Alt+Enter to maximise the window; Ctrl+F4 to switch between mounted disc images. Use double quotes, " ", when mounting directories with spaces ("c:\game directory"); For mounting multiple disc images, -t iso is required only once at the end of the last disc image, this defines how DOSBox should emulate the volume and iso defines the type of volume.
 
Alt+Enter to maximise the window; Ctrl+F4 to switch between mounted disc images. Use double quotes, " ", when mounting directories with spaces ("c:\game directory"); For mounting multiple disc images, -t iso is required only once at the end of the last disc image, this defines how DOSBox should emulate the volume and iso defines the type of volume.
  
==Mapper==
+
===Mapper===
 
The [http://www.dosbox.com/wiki/Mapper DOSBox Mapper] can be used to re-assign keyboard, mouse and joystick commands.
 
The [http://www.dosbox.com/wiki/Mapper DOSBox Mapper] can be used to re-assign keyboard, mouse and joystick commands.
  
== Related ==
+
=== Related ===
[[Bochs]] [[QEMU]]
+
* [[Bochs]]
 +
* [[QEMU]]
  
 
== Website ==
 
== Website ==
 
 
[http://www.dosbox.com Official DOSBox site.]
 
[http://www.dosbox.com Official DOSBox site.]
  
 
[[Category:Emulation]]
 
[[Category:Emulation]]
 
[[Category:Utility]]
 
[[Category:Utility]]

Revision as of 01:08, 26 March 2013

This page is a stub: it lacks content and/or basic article components. You can help to expand this page by adding an image or additional information.

Key points

DOSBox allows DOS-based games to run properly on modern systems.

Issues fixed

Black screen in fullscreen mode

With some video cards, DOSBox's default output mode will render with a black screen in fullscreen mode.
Instructions
Instructions

Character/camera/cursor constantly moves in one direction

Instructions
Instructions

Can't remap keys/joystick

Some games have fixed inputs. Use the DOSBox Mapper to remap the controls.

General information

Configuration files

DOSBox stores configuration information in *.conf files. Individual conf files can be create for each piece of software used and additional parameters can be appended.

Unofficial builds

There are various unofficial builds of DOSBox which provide additional functionalities such as support for Glide.

Windows installation

Windows 95 and Windows 98 can be installed inside DOSBox however this is unsupported and instability issues occur.

Example input

DOSBox running in Windows:

Z:\>
Z:\>mount c c:\game_directory
Z:\>imgmount d d:\game_disc.iso -t iso
Z:\>cd d:\
D:\>game_install.exe
D:\>cd c:\
C:\>
C:\>game.exe

Substitute the pathways with the given conventions of the host operating system.

Alt+Enter to maximise the window; Ctrl+F4 to switch between mounted disc images. Use double quotes, " ", when mounting directories with spaces ("c:\game directory"); For mounting multiple disc images, -t iso is required only once at the end of the last disc image, this defines how DOSBox should emulate the volume and iso defines the type of volume.

Mapper

The DOSBox Mapper can be used to re-assign keyboard, mouse and joystick commands.

Related

Website

Official DOSBox site.