Skip to content

The incredible machine mega pack

petchema edited this page Dec 6, 2013 · 6 revisions
  • PlayOnLinux 4.0.19-dev
    • Tested with Wine 1.4-dos_support_0.4
    • Installer components:
      • The Incredible Machine Contraptions
      • The Even More Incredible Machine
      • Even More Contraptions
      • TIM 3
    • Install directory Program Files/GOG.com/The Incredible Machine Series/
    • Shortcuts:
      • Return of the Incredible Machine Contraptions ["Return of the Incredible Machine Contraptions/Contraptions.exe" ]
      • Graphic mode setup ["Graphic mode setup.exe" GOGEVEN1]
      • The Even More Incredible Machine ["DOSBOX/dosbox.exe" -conf dosboxEVEN1.conf -noconsole -c "exit"]
      • Readme ["The Incredible Machine - Even More Contraptions/readme.txt" ]
      • The Incredible Machine - Even More Contraptions ["The Incredible Machine - Even More Contraptions/EvenMore.exe" ]
      • The Incredible Machine 3 ["The Incredible Machine 3/TIMWIN.EXE" ]
    • Both "Even More Contraptions" and "Return of the Incredible Machine Contraptions" fail to start because they require 16-bit display
      • Fixed by POL_Wine_Direct3D "DirectDrawRenderer" "gdi"

dosboxEVEN1.conf:

[dosbox]
memsize=16
[cpu]
core=auto
cycles=8000
[autoexec]
@ECHO OFF
mount C "."
c:
cls
Echo -------------------------------------------
Echo   Please select ANY 3 icons when prompted.
Echo -------------------------------------------
pause
tim.exe
exit

GOG installer v2

  • PlayOnLinux 4.2.2-dev
    • Tested with 1.4-dos_support_0.6
    • Install path GOG Games/The Incredible Machine Series/
    • Shortcuts:
      • Return of the Incredible Machine Contraptions ["Return of the Incredible Machine Contraptions/Contraptions.exe" ]
      • The Even More Incredible Machine ["DOSBOX/DOSBox.exe" -conf "..\The Even More Incredible Machine\dosboxEVEN1.conf" -conf "..\The Even More Incredible Machine\dosboxEVEN1_single.conf" -noconsole -c exit]
      • Graphic Mode Setup ["DOSBOX/GOGDOSConfig.exe" GOGEVEN1]
      • The Incredible Machine - Even More Contraptions ["The Incredible Machine - Even More Contraptions/EvenMore.exe" ]
      • Readme ["The Incredible Machine - Even More Contraptions/readme.txt" ]
      • The Incredible Machine 3 ["The Incredible Machine 3/TIMWIN.EXE" ]

dosboxEVEN1.conf:

[dosbox]
memsize=16
[cpu]
core=auto
cputype=auto
cycles=8000
[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

dosboxEVEN1_single.conf:

[autoexec]
@ECHO OFF
mount C "..\The Even More Incredible Machine"
c:
cls
Echo -------------------------------------------
Echo   Please select ANY 3 icons when prompted.
Echo -------------------------------------------
pause
tim.exe
exit
Clone this wiki locally