mjeromee: I was trying to run the game. I have Windows XP SP3. I downloaded game via gog downloader. I receive error 'not a valid win32 application' upon running after installation. Is this software 64-bit only?
The game isn't XP compatible - well... at least not out of the box. The error message is related to this article:
https://software.intel.com/en-us/articles/linking-applications-using-visual-studio-2012-to-run-on-windows-xp But according to this blog post:
http://www.tripleboot.org/?p=423 ... it's actually possible to patch such an executable, to make it run under XP without any problems. This does work with "Day of the Tentacle Remastered" too:
● first of all, make a backup of your
Dott.exe ● then open your original
Dott.exe into a hex editor (like HxD, Hex Workshop or similar)
● replace the first instance of the hex value 06000000000000000600000000000000 with 05000100000000000500010000000000 (there should be only one instance in the whole file)
● replace the hex value 4765745469636B436F756E743634 with 4765745469636B436F756E740000 (only one instance too)
● save the changes
That's it. The game should now run under Windows XP SP3. I tried it myself and finished the play-through under XP without any problems at all...