Skip to content

Screamer 2

petchema edited this page Dec 27, 2012 · 2 revisions
  • PlayOnLinux 4.1.9-dev
    • Tested with Wine 1.4-dos_support_0.6
    • Install path GOG Games/Screamer 2/
    • Shortcuts:
      • Screamer 2 ["DOSBOX/dosbox.exe" -conf "C:\GOG Games\Screamer 2\dosbox_screamer2.conf" -conf "C:\GOG Games\Screamer 2\dosbox_screamer2_single.conf" -noconsole -c exit]
      • Graphic Mode Setup ["DOSBOX/GOGDOSConfig.exe" GOGSCREAMER2]
      • Multiplayer ["DOSBOX/GOGDOSConfig.exe" GOGSCREAMER2 NET]
      • Settings ["DOSBOX/dosbox.exe" -conf "C:\GOG Games\Screamer 2\dosbox_screamer2.conf" -conf "C:\GOG Games\Screamer 2\dosbox_screamer2_settings.conf" -noconsole -c exit]
      • nGlide Settings ["nglide_config.exe" ]
      • Screamer 2 (3dfx) ["DOSBOX/dosbox.exe" -conf "C:\GOG Games\Screamer 2\dosbox_screamer2.conf" -conf "C:\GOG Games\Screamer 2\dosbox_screamer2_3dfx.conf" -noconsole -c exit]

dosbox_screamer2.conf:

[dosbox]
memsize=16
[cpu]
core=auto
cycles=auto
[mixer]
rate=22050
blocksize=2048
prebuffer=1024
[sblaster]
sbtype=sb16
sbbase=220
irq=7
dma=1
hdma=5
mixer=true
oplmode=auto
oplrate=22050
[gus]
gus=false

dosbox_screamer2_single.conf:

[glide]
glide=false
[ipx]
ipx=false
[autoexec]
@echo off
cls
mount C ..
c:
imgmount d .\GAME.DAT -t iso
cls
s2.bat
cls
exit

dosbox_screamer_3dfx.conf:

[glide]
glide=true
grport=600
lfb=full
[ipx]
ipx=false
[autoexec]
@echo off
cls
mount C ..
c:
imgmount d .\GAME.DAT -t iso
cls
s2_3dfx.exe
cls
exit

dosbox_screamer2_settings.conf:

[glide]
glide=false
[ipx]
ipx=false
[autoexec]
@echo off
cls
mount C ..
c:
imgmount d .\GAME.DAT -t iso
CONFIG -set "cycles=75000"
cls
setup.exe
exit

dosbox_screamer2_client.conf:

[IPX]
Enable=1
Connection=1
ipx=true
[autoexec]
@echo off
cls
mount C ..
c:
imgmount d .\GAME.DAT -t iso
IPXNET CONNECT 127.0.0.1
cls
@ECHO ESC[40;1m
@ECHO  ----------------------------
@ECHO  Screamer 2
@ECHO  ----------------------------
@ECHO     *MULTIPLAYER - CLIENT*  
@ECHO on
@ECHO off
@ECHO  1) Screamer 2 3DFX        
@ECHO  2) Screamer 2
@ECHO on
@ECHO off   
@ECHO  ----------------------------
@ECHO  3) exit program             
@ECHO  ----------------------------
@ECHO ESC[0m
@ECHO on 
@choice /c1234 /s Which version do you want to play? [1-3]: /n

if errorlevel 3 goto setup
if errorlevel 3 goto exit
if errorlevel 2 goto s2
if errorlevel 1 goto s23dfx

:s23dfx
cls
CONFIG -set "glide=true"
CONFIG -set "grport=600"
CONFIG -set "lfb=full"
cls
s2_3dfx.exe
cls
exit

:s2
cls
s2.bat
cls
exit

:exit
exit

dosbox_screamer2_server.conf:

[IPX]
Enable=1
Connection=1
ipx=true
[autoexec]
@echo off
cls
mount C ..
c:
imgmount d .\GAME.DAT -t iso
IPXNET STARTSERVER
cls
@ECHO ESC[40;1m
@ECHO  ----------------------------
@ECHO  Screamer 2
@ECHO  ----------------------------
@ECHO     *MULTIPLAYER - HOST*  
@ECHO on
@ECHO off
@ECHO  1) Screamer 2 3DFX        
@ECHO  2) Screamer 2
@ECHO on
@ECHO off   
@ECHO  ----------------------------
@ECHO  3) exit program             
@ECHO  ----------------------------
@ECHO ESC[0m
@ECHO on 
@choice /c1234 /s Which version do you want to play? [1-3]: /n

if errorlevel 3 goto setup
if errorlevel 3 goto exit
if errorlevel 2 goto s2
if errorlevel 1 goto s23dfx

:s23dfx
cls
CONFIG -set "glide=true"
CONFIG -set "grport=600"
CONFIG -set "lfb=full"
cls
s2_3dfx.exe
cls
exit

:s2
cls
s2.bat
cls
exit

:exit
exit
Clone this wiki locally