Cookies

Wednesday, February 4, 2015

DCeric's How To... Make Single Dosbox Game Packs for Windows



On this how to episode of DCeric's How to... I show you how to make a Dosbox Single Game Package for Windows.

Software Needed:

Dosbox: www.dosbox.com
Dos Games: www.dosgames.com
Bat to Exe Converter: http://www.f2ko.de/programs.php?pid=b2e
Inno Setup Compiler: http://www.jrsoftware.org/isdl.php

[NOTE] There is no lag in the game play I had to edit some spots and remove some frames.

[Step 1]

Code for bat file:

.\base\dosbox -conf .\base\NameOfYourGameConfig.conf -fullscreen -exit
exit

[Step 2]

Setting up the config file

[sdl]

fullscreen=true
fulldouble=false
fullresolution=original
windowresolution=original
output=openglnb
autolock=true
sensitivity=100
waitonerror=true
priority=higher,normal
usescancodes=true
mapperfile=mapper-0.74.map

[joystick]

joysticktype=auto
timed=true
autofire=false
swap34=false
buttonwrap=false

[dosbox]

language=
machine=vga
captures=capture
memsize=16

[render]

frameskip=0
aspect=true
scaler=normal3x

[cpu]

core=auto
cputype=auto
cycles=10000
cycleup=10
cycledown=20

[mixer]

nosound=false
rate=22050
blocksize=2048
prebuffer=10

[midi]

mpu401=intelligent
device=default


[sblaster]

sbtype=sb16
sbbase=220
irq=7
dma=1
hdma=5
sbmixer=true
oplmode=auto
oplemu=default
oplrate=44100

[gus]

gus=false
gusrate=44100
gusbase=240
gusirq=5
gusdma=3
ultradir=C:\ULTRASND

[speaker]

pcspeaker=true
pcrate=44100
tandy=auto
tandyrate=44100
disney=true

[serial]

serial1=dummy
serial2=dummy
serial3=disabled
serial4=disabled
[dos]

xms=true
ems=true
umb=true
keyboardlayout=none
int33=false
biosps2=true

[ipx]

ipx=false

[autoexec]

mount c .\base
c:
YOURGAMENAMEHERE.exe
exit

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.