forked from petchema/playonlinux
-
Notifications
You must be signed in to change notification settings - Fork 0
Master of orion 1 2
petchema edited this page Nov 24, 2012
·
4 revisions
DOSBox 0.73
- PlayOnLinux 4.0.20-dev
- Tested with 1.4-dos_support_0.4
- Install patn Program Files/GOG.com/Master of Orion 1 and 2/
- Shortcuts:
- Manual ["Master of Orion 1/manual.pdf" ]
- Readme ["Master of Orion 1/README.TXT" ]
- Reference Card ["Master of Orion 1/ReferenceCard.pdf" ]
- Graphic mode setup ["Graphic mode setup.exe" GOGMASTEROFORION1]
- Master of Orion ["DOSBOX/dosbox.exe" -conf dosboxMOO1.conf -noconsole -c "exit"]
- Manual ["Master of Orion 2/Manual.PDF" ]
- Readme ["Master of Orion 2/README.TXT" ]
- Setup ["DOSBOX/dosbox.exe" -conf dosboxMOO2_setup.conf -noconsole]
- Start HOST game ["DOSBOX/dosbox.exe" -conf dosboxMOO2_server.conf -noconsole]
- Start CLIENT game ["DOSBOX/dosbox.exe" -conf dosboxMOO2_client.conf -noconsole]
- Graphic mode setup ["Graphic mode setup.exe" GOGMASTEROFORION2]
- Master of Orion 2 ["DOSBOX/dosbox.exe" -conf dosboxMOO2.conf -noconsole -c "exit"]
- There's a Win95 version of Master Of Orion 2, but it can become terribly slow!
dosboxMOO1.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
orion.exe
exit
dosboxMOO2.conf:
[cpu]
core=auto
cycles=max
[mixer]
prebuffer=240
[sblaster]
sbtype=sb16
sbbase=220
irq=5
dma=1
hdma=5
mixer=true
oplmode=auto
oplrate=22050
[autoexec]
@ECHO OFF
mount C "."
c:
cls
orion2.exe
exit
dosboxMOO2_setup.conf:
[dosbox]
memsize=32
[cpu]
core=auto
cycles=auto
[vga]
svgachipset=s3
videoram=2048
[mixer]
prebuffer=240
[sblaster]
sbtype=sb16
sbbase=220
irq=7
dma=1
hdma=5
mixer=true
oplmode=auto
oplrate=22050
[autoexec]
@echo off
mount C .
c:
cls
SETSOUND.EXE
exit
dosboxMOO2_client.conf:
[dosbox]
memsize=32
[cpu]
core=auto
cycles=auto
[vga]
svgachipset=s3
videoram=2048
[mixer]
prebuffer=240
[sblaster]
sbtype=sb16
sbbase=220
irq=7
dma=1
hdma=5
mixer=true
oplmode=auto
oplrate=22050
[IPX]
Enable=1
Connection=1
ipx=true
[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.
@echo i.e. Connect 123.11.12.13
dosboxMOO2_server.conf:
[dosbox]
memsize=32
[cpu]
core=auto
cycles=auto
[vga]
svgachipset=s3
videoram=2048
[mixer]
prebuffer=240
[sblaster]
sbtype=sb16
sbbase=220
irq=7
dma=1
hdma=5
mixer=true
oplmode=auto
oplrate=22050
[IPX]
Enable=1
Connection=1
ipx=true
[autoexec]
@echo off
mount C .
c:
cls
IPXNET STARTSERVER
orion2.exe
exit
GOG Installer v2
- PlayOnLinux 4.1.9-dev
- Tested with With 1.4-dos_support_0.6
- Install path GOG Games/Master of Orion 1 and 2/
- Shortcuts:
- Master of Orion ["DOSBOX/DOSBox.exe" -conf "C:\GOG Games\Master of Orion 1 and 2\Master of Orion\dosboxMOO1.conf" -conf "C:\GOG Games\Master of Orion 1 and 2\Master of Orion\dosboxMOO1_single.conf" -noconsole -c exit]
- Graphic Mode Setup ["DOSBOX/GOGDOSConfig.exe" GOGMASTEROFORION1]
- Readme ["Master of Orion/README.TXT" ]
- Manual ["Master of Orion/manual.pdf" ]
- Reference Card ["Master of Orion/ReferenceCard.pdf" ]
- Master of Orion 2 ["DOSBOX/DOSBox.exe" -conf "C:\GOG Games\Master of Orion 1 and 2\Master of Orion 2\dosboxMOO2.conf" -conf "C:\GOG Games\Master of Orion 1 and 2\Master of Orion 2\dosboxMOO2_single.conf" -noconsole -c exit]
- Graphic Mode Setup ["DOSBOX/GOGDOSConfig.exe" GOGMASTEROFORION2]
- Multiplayer ["DOSBOX/GOGDOSConfig.exe" GOGMASTEROFORION2 NET]
- Settings ["DOSBOX/DOSBox.exe" -conf "C:\GOG Games\Master of Orion 1 and 2\Master of Orion 2\dosboxMOO2.conf" -conf "C:\GOG Games\Master of Orion 1 and 2\Master of Orion 2\dosboxMOO2_settings.conf" -noconsole -c exit]
- Readme ["Master of Orion 2/README.TXT" ]
- Manual ["Master of Orion 2/Manual.PDF" ]
dosboxMOO1.conf:
[dosbox]
memsize=16
[render]
scaler=hq2x
[cpu]
core=auto
cputype=auto
cycles=auto
[mixer]
rate=44100
blocksize=2048
prebuffer=240
[sblaster]
sbtype=sb16
sbbase=220
irq=7
dma=1
hdma=5
sbmixer=true
oplmode=auto
oplemu=default
oplrate=22050
dosboxMOO1_single.conf:
[autoexec]
@ECHO OFF
mount C "..\Master of Orion"
c:
cls
orion.exe
exit
dosboxMOO2.conf:
[dosbox]
memsize=16
[cpu]
core=auto
cputype=auto
cycles=auto
[mixer]
rate=44100
blocksize=2048
prebuffer=240
[sblaster]
sbtype=sb16
sbbase=220
irq=7
dma=1
hdma=5
sbmixer=true
oplmode=auto
oplemu=default
oplrate=22050
dosboxMOO2_single.conf:
[autoexec]
@ECHO OFF
mount C "..\Master of Orion 2"
c:
cls
orion2.exe
exit
dosboxMOO2_settings.conf:
[autoexec]
@echo off
mount C "..\Master of Orion 2"
c:
cls
SETSOUND.EXE
exit
dosboxMOO2_client.conf:
[IPX]
Enable=1
Connection=1
ipx=true
[autoexec]
@echo off
mount C "..\Master of Orion 2"
c:
cls
IPXNET CONNECT 127.0.0.1
orion2.exe
exit
dosboxMOO2_server.conf:
[IPX]
Enable=1
Connection=1
ipx=true
[autoexec]
@echo off
mount C "..\Master of Orion 2"
c:
cls
IPXNET STARTSERVER
orion2.exe
exit