Skip to content

Duke nukem 3d atomic edition

petchema edited this page Dec 9, 2012 · 5 revisions

(DOSBox)

  • PlayOnLinux 4.1.4-dev
    • Tested with 1.4-dos_support_0.5
    • Install path Program Files/GOG.com/Duke Nukem 3D/
    • Shortcuts:
      • Manual ["manual.pdf" ]
      • Setup ["DOSBOX/dosbox.exe" -conf dosboxDuke3D_setup.conf -noconsole]
      • Editor ["DOSBOX/dosbox.exe" -conf dosboxDuke3D_editor.conf -noconsole]
      • Start HOST game ["DOSBOX/dosbox.exe" -conf dosboxDuke3D_server.conf -noconsole]
      • Start CLIENT game ["DOSBOX/dosbox.exe" -conf dosboxDuke3D_client.conf -noconsole]
      • Graphic mode setup ["Graphic mode setup.exe" GOGDUKE3D]
      • Duke Nukem 3D ["gogwrap.exe" GOGDUKE3D]
    • gogwrap seems to run DUKE3D.EXE with dosboxDuke3D.conf
    • Obviously, http://www.eduke32.com/ and http://hrp.duke4.net/ !

dosboxDuke3D.conf:

[dosbox]
memsize=16
[cpu]
core=auto
cycles=max
[mixer]
rate=22050
blocksize=2048
prebuffer=10
[sblaster]
sbtype=sb16
sbbase=220
irq=5
dma=1
hdma=5
mixer=true
oplmode=auto
oplrate=22050
[IPX]
Enable=1
Connection=1
ipx=true
[autoexec]
@ECHO OFF
mount C "."
c:
cls
duke3d.exe
exit

dosboxDuke3D_setup.conf:

same, but
[autoexec]
@ECHO OFF
mount C "."
c:
cls
Setup.exe
exit

dosboxDuke3D_editor.conf:

same, but
[autoexec]
@ECHO OFF
mount C "."
c:
cls
build.exe
exit

dosboxDuke3D_client.conf:

same, but
[autoexec]
@ECHO OFF
mount C "."
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

dosboxDuke3D_server.conf:

same, but
[autoexec]
@ECHO OFF
mount C "."
c:
cls
IPXNET STARTSERVER
setup.exe
exit

GOG Installer v2

  • PlayOnLinux 4.1.9-dev
    • Tested with With 1.4-dos_support_0.6
    • Install path GOG Games/Duke Nukem 3D/
    • Shortcuts:
      • Duke Nukem 3D ["DOSBOX/DOSBox.exe" -conf "C:\GOG Games\Duke Nukem 3D\dosboxDuke3D.conf" -conf "C:\GOG Games\Duke Nukem 3D\dosboxDuke3D_single.conf" -noconsole -c exit]
      • Graphic Mode Setup ["DOSBOX/GOGDOSConfig.exe" GOGDUKE3D]
      • Multiplayer ["DOSBOX/GOGDOSConfig.exe" GOGDUKE3D NET]
      • Settings ["DOSBOX/DOSBox.exe" -conf "C:\GOG Games\Duke Nukem 3D\dosboxDuke3D.conf" -conf "C:\GOG Games\Duke Nukem 3D\dosboxDuke3D_settings.conf" -noconsole -c exit]
      • Manual ["manual.pdf" ]
      • Editor ["DOSBOX/DOSBox.exe" -conf "C:\GOG Games\Duke Nukem 3D\dosboxDuke3D.conf" -conf "C:\GOG Games\Duke Nukem 3D\dosboxDuke3D_editor.conf" -noconsole -c exit]

dosboxDuke3D.conf:

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

dosboxDuke3D_single.conf:

[autoexec]
@ECHO OFF
mount C ".."
c:
cls
duke3d.exe
exit

dosboxDuke3D_settings.conf:

[autoexec]
@ECHO OFF
mount C ".."
c:
cls
Setup.exe
exit

dosboxDuke3D_editor.conf:

[autoexec]
@ECHO OFF
mount C ".."
c:
cls
build.exe
exit

dosboxDuke3D_client.conf:

[IPX]
Enable=1
Connection=1
ipx=true
[autoexec]
@ECHO OFF
mount C ".."
c:
cls
IPXNET CONNECT 127.0.0.1
setup.exe
exit

dosboxDuke3D_server.conf:

[IPX]
Enable=1
Connection=1
ipx=true
[autoexec]
@ECHO OFF
mount C ".."
c:
cls
IPXNET STARTSERVER
setup.exe
exit
Clone this wiki locally