Skip to content

Tex murphy under a killing moon

petchema edited this page May 26, 2013 · 4 revisions
  • PlayOnLinux 4.0.20-dev
    • Tested with 1.4-dos_support_0.4
    • Install path Program Files/GOG.com/Under a Killing Moon/
      • Readme.txt ["README.TXT" ]
      • Solution ["Solution.pdf" ]
      • Manual ["manual.pdf" ]
      • Graphic mode setup ["Graphic mode setup.exe" GOGTEX3]
      • Under a Killing Moon ["DOSBOX/dosbox.exe" -conf dosboxtex3.conf -noconsole -c "exit"]

dosboxtex3.conf:

[sdl]
output=DDraw
[cpu]
core=auto
cycles=max
[sblaster]
sbtype=sb16
sbbase=220
irq=5
dma=1
hdma=5
mixer=true
oplmode=auto
oplrate=22050
[autoexec]
@ECHO OFF
mount C "."

imgmount F "UAKM1.GOG" -t iso
imgmount G "UAKM2.GOG" -t iso
imgmount H "UAKM3.GOG" -t iso
imgmount I "UAKM4.GOG" -t iso
c:
cls
tex197.exe
exit

GOG Installer v2

  • PlayOnLinux 4.2.2-dev
    • Tested with 1.4-dos_support_0.6
    • Install path GOG Games/Under a Killing Moon/
    • Shortcuts:
      • Under a Killing Moon ["DOSBOX/DOSBox.exe" -conf "..\dosboxTex3.conf" -conf "..\dosboxTex3_single.conf" -noconsole -c exit]
      • Graphic Mode Setup ["DOSBOX/GOGDOSConfig.exe" GOGTEX3]
      • Readme ["readme.txt" ]
      • Manual ["manual.pdf" ]
      • Solution ["Solution.pdf" ]

dosboxTex3.conf:

[dosbox]
memsize=16
[cpu]
core=auto
cputype=auto
cycles=max
[mixer]
rate=22050
blocksize=2048
prebuffer=80
[sblaster]
sbtype=sb16
sbbase=220
irq=5
dma=1
hdma=5
sbmixer=true
oplmode=auto
oplemu=default
oplrate=22050
[gus]
gus=false

dosboxTex3_single.conf:

[IPX]
Enable=0
Connection=0
ipx=false
[autoexec]
@ECHO OFF
mount C ".."
imgmount D "..\UAKM.GOG" -t iso
c:
cls
tex197.exe
exit
Clone this wiki locally