forked from mattcaron/playonlinux
-
Notifications
You must be signed in to change notification settings - Fork 10
Screamer
petchema edited this page Nov 14, 2012
·
5 revisions
(DOSBox 0.72)
- PlayOnLinux 4.0.19-dev
- Tested with 1.4-dos_support_0.4
- very hard to stabilize, several "illegal reads" in console
- http://www.dosbox.com/comp_list.php?showID=723&letter=S
Shortcuts:
- Screamer [DOSBOX\dosbox.exe -conf dosboxScreamer.conf -noconsole -c "exit"]
- Graphic Mode Setup ["Graphic Mode Setup.exe" GOGSCREAMER]
- Screamer setup [DOSBOX\dosbox.exe -conf dosboxScreamer_setup.conf -noconsole -c "exit"]
- Start CLIENT game [DOSBOX\dosbox.exe -conf dosboxScreamer_client.conf -noconsole -c "exit"]
- Start HOST game [DOSBOX\dosbox.exe -conf dosboxScreamer_server.conf -noconsole -c "exit"]
- Manual [manual.pdf]
- Readme [README.TXT]
dosboxScreamer.conf:
[cpu]
core=auto
cycles=max
[mixer]
prebuffer=10
[IPX]
Enable=1
Connection=1
ipx=true
[autoexec]
@ECHO OFF
cls
IPXNET STARTSERVER
mount C .
imgmount d ".\screamer.inst" -t iso -fs iso
c:
cls
starth.exe
exit
dosboxScreamer_setup.conf:
s/starth.exe/setup.exe/
dosboxScreamer_client.conf:
[autoexec]
@ECHO OFF
mount C "."
imgmount d ".\screamer.inst" -t iso -fs iso
c:
cls
@echo To connect to host, you must know it's IP address. Type CONNECT IP_ADDRESS and hit ENTER or type EXIT to exit.
@echo i.e. CONNECT 123.11.12.13
dosboxScreamer_server.conf:
Identical to dosboxScreamer.conf
GOG Installer v2
- PlayOnLinux 4.1.9-dev
- Tested with With 1.4-dos_support_0.6
- Install path GOG Games/Screamer/
- Shortcuts:
- Screamer ["DOSBOX/DOSBox.exe" -conf "C:\GOG Games\Screamer\dosboxScreamer.conf" -conf "C:\GOG Games\Screamer\dosboxScreamer_single.conf" -noconsole -c exit]
- Graphic Mode Setup ["DOSBOX/GOGDOSConfig.exe" GOGSCREAMER]
- Multiplayer ["DOSBOX/GOGDOSConfig.exe" GOGSCREAMER NET]
- Readme ["README.TXT" ]
- Manual ["manual.pdf" ]
dosboxScreamer.conf:
[dosbox]
memsize=16
[cpu]
core=auto
cycles=max
[mixer]
prebuffer=80
[sblaster]
sbtype=sb16
sbbase=220
irq=7
dma=1
hdma=5
mixer=true
oplmode=auto
oplrate=22050
dosboxScreamer_single.conf:
[ipx]
ipx=false
[autoexec]
@ECHO OFF
cls
mount C ..
c:
imgmount d ".\scream.dat" -t iso -fs iso
cls
starth.exe
exit