Opstarten spel met ondersteuning voor ipx netwerk

Onderstaand configuratiebestand kan gebruikt worden voor opstarten van een spel in dropbox met daarbij ipx ondersteuning:

[sdl]
# fullscreen: Start dosbox directly in fullscreen. (Press ALT-Enter to go back)
# fulldouble: Use double buffering in fullscreen. It can reduce screen flickering, but it can also result in a slow DOSBox.
# fullresolution: What resolution to use for fullscreen: original or fixed size (e.g. 1024×768).
# Using your monitor’s native resolution with aspect=true might give the best results.
# If you end up with small window on a large screen, try an output different from surface.
# windowresolution: Scale the window to this size IF the output device supports hardware scaling.
# (output=surface does not!)
# output: What video system to use for output.
# Possible values: surface, overlay, opengl, openglnb, ddraw.
# autolock: Mouse will automatically lock, if you click on the screen. (Press CTRL-F10 to unlock)
# sensitivity: Mouse sensitivity.
# waitonerror: Wait before closing the console if dosbox has an error.
# priority: Priority levels for dosbox. Second entry behind the comma is for when dosbox is not focused/minimized.
# pause is only valid for the second entry.
# Possible values: lowest, lower, normal, higher, highest, pause.
# mapperfile: File used to load/save the key/event mappings from. Resetmapper only works with the defaul value.
# usescancodes: Avoid usage of symkeys, might not work on all operating systems.

fullscreen=true
fulldouble=false
fullresolution=original
windowresolution=original
output=surface
autolock=true
sensitivity=100
waitonerror=true
priority=higher,normal
mapperfile=mapper.txt
usescancodes=true

[render]
aspect=true
scaler=normal3x

[cpu]
#cycles=16000

[ipx]
ipx=true

[autoexec]
imgmount d c:\Spellen\hospital\hospital.iso -t iso
mount c c:\Spellen
ipxnet startserver
c:
cd hospital
hospital
exit

———————–

Wanneer de computer waarop het spel wordt opgestart, niet de server is, dan moet ipxnet startserver vervangen worden door ipxnet connect [ip adres]

Het spel kan vervolgens worden gestart met het commando:

“C:\Program Files\DOSBox-0.74\DOSBox.exe” -conf C:\Spellen\Hospital\dosbox.txt -noconsole -exit

@todo: duidelijker uitleggen