Skip to content

Teenagent

petchema edited this page Nov 14, 2012 · 3 revisions

(DOSBox)

  • PlayOnLinux 4.1.1-dev
    • Tested with 1.4-dos_support_0.4
    • Install path Program Files/GOG.com/Teenagent/
    • Shortcuts:
      • Graphic mode setup ["Graphic mode setup.exe" GOGTEENAGENT]
      • Teenagent ["DOSBOX/dosbox.exe" -conf dosboxTeenagent.conf -noconsole -c "exit"]

dosboxTeenagent.conf:

[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 "."
c:
cls
TEENAGNT.EXE
exit

GOG Installer v2

  • PlayOnLinux 4.1.9-dev
    • Tested with With 1.4-scummvm_support
    • Install path GOG Games/Teenagent/
      • Teenagent ["DOSBOX/DOSBox.exe" -conf "C:\GOG Games\Teenagent\dosboxTeenagent.conf" -conf "C:\GOG Games\Teenagent\dosboxTeenagent_single.conf" -noconsole -c exit]
      • Graphic Mode Setup ["DOSBOX/GOGDOSConfig.exe" GOGTEENAGENT]

dosboxTeenagent.conf:

[dosbox]
memsize=16
[cpu]
core=auto
cycles=max
[sblaster]
sbtype=sb16
sbbase=220
irq=5
dma=1
hdma=5

dosboxTeenAgent_single.conf:

[autoexec]
@ECHO OFF
mount C ".."
c:
cls
TEENAGNT.EXE
exit
Clone this wiki locally