forked from petchema/playonlinux
-
Notifications
You must be signed in to change notification settings - Fork 0
Normality
petchema edited this page Jun 29, 2013
·
3 revisions
(DOSBox)
- PlayOnLinux 4.1.3-dev
- Tested with 1.4-dos_support_0.5
- Install path Program Files/GOG.com/Normality/
- Shortcuts:
- Readme ["readme.txt" ]
- Manual ["Manual.pdf" ]
- Graphic mode setup ["Graphic mode setup.exe" GOGNORMALITY]
- Normality ["DOSBOX/DOSBox.exe" -conf dosboxNORMAL.conf -noconsole -c "exit"]
dosboxNORMAL.conf:
[dosbox]
memsize=16
[cpu]
core=auto
cputype=auto
cycles=auto
[sblaster]
sbtype=sb16
sbbase=220
irq=7
dma=1
hdma=5
mixer=true
oplmode=auto
oplrate=22050
[autoexec]
@echo off
cls
mount C "." -freesize 1024
imgmount d "NORMAL.GOG" -t iso -fs iso
cls
c:
copy normal.bat maps\silly.das >NUL
del maps\*.das
norm
exit
GOG installer v2
- PlayOnLinux 4.2.2-dev
- Tested with 1.4-dos_support_0.6
- Install path GOG Games/Normality/
- Shortcuts:
- Normality ["DOSBOX/DOSBox.exe" -conf "..\dosboxNORMAL.conf" -conf "..\dosboxNORMAL_single.conf" -noconsole -c exit]
- Graphic Mode Setup ["DOSBOX/GOGDOSConfig.exe" GOGNORMALITY]
- Settings ["DOSBOX/DOSBox.exe" -conf "..\dosboxNORMAL.conf" -conf "..\dosboxNORMAL_settings.conf" -noconsole -c exit]
- Readme ["readme.txt" ]
- Manual ["Manual.pdf" ]
dosboxNORMAL.conf:
[dosbox]
machine=svga_s3
memsize=16
[cpu]
core=auto
cputype=auto
cycles=auto
[mixer]
rate=44100
blocksize=2048
prebuffer=120
[sblaster]
sbtype=sb1
sbbase=220
irq=7
dma=1
hdma=5
mixer=true
oplmode=auto
oplrate=44100
dosboxNORMAL_single.conf:
[ipx]
ipx=false
[autoexec]
@echo off
cls
mount C ".." -freesize 1024
imgmount d "..\NORMAL.GOG" -t iso -fs iso
c:
cls
copy normal.bat maps\silly.das >NUL
del maps\*.das
norm
exit
dosboxNORMAL_settings.conf:
[sdl]
fullscreen=false
[ipx]
ipx=false
[autoexec]
@echo off
cls
mount C ".." -freesize 1024
imgmount d "..\NORMAL.GOG" -t iso -fs iso
c:
cls
install.exe
exit