Adding DOSBox Games

From EmuVR Wiki
Revision as of 16:55, 24 February 2019 by EmuVR (Talk | contribs) (Created page with "DOSBox Games are a special case for the Game Scanner. Read further below to learn how to properly add them. Note: DOSBox games always need to be extracted. Each game should...")

(diff) โ† Older revision | Latest revision (diff) | Newer revision โ†’ (diff)
Jump to: navigation, search

DOSBox Games are a special case for the Game Scanner.

Read further below to learn how to properly add them.

Note: DOSBox games always need to be extracted. Each game should be in their own separate subfolder, inside your DOS games folder.

Adding executables

Previously, the scanner would add every single .exe file in your game folder, and some games have lots of executable files that don't need to be clogging your playlist.

Now, since version 1.0.4, you just need to create an empty file and name it like "your_executable_filename.extension.evrdos", and it will work like a link to it for the Game Scanner.

For example, if you want to add Duke3D.exe, you need to create an empty file in the same folder, named Duke3D.exe.evrdos

If you want a STUNTS.COM file, create a STUNTS.COM.evrdos file in the same folder.

You have: Create:
duke3d.exe duke3d.exe.evrdos
stunts.com stunts.com.evrdos
prince.com prince.com.evrdos
play.bat play.bat.evrdos

Adding folders

You might not want your game to automatically start, but instead want to just start with the DOS prompt at your desired game folder, so you can run anything you want, like SETUP.EXE to install or set up your game before playing it.

To do that, just create an empty file called folder.evrdos inside the folder you want.

For example, you want to start the prompt inside your Duke Nukem 3D folder, but while being free to run SETUP.EXE or anything else you need to.

If your Duke Nukem 3D folder, which contains files such as duke3d.exe and setup.exe, is located like this:

...\Games\DOS\Duke 3D\

Just create this empty file:

...\Games\DOS\Duke 3D\folder.evrdos

It will show up as an extra cartridge in your inventory menu, and playing it will make you start the DOSBox prompt in that folder.

Dosbox.conf

dosbox.conf is a configuration file that DOSBox uses to store various system settings and initialization values that define your emulated environment.

Learn more about it here: https://www.dosbox.com/wiki/Dosbox.conf

When you run an executable file which you added using the .evrdos file, it will automatically load the dosbox.conf found in the same folder.

If you use the folder.evrdos method to start at the command prompt, it will not load that configuration file.

To be able to start in a folder and load your dosbox.conf settings, you just need to create this empty file: dosbox.conf.evrdos.