It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
/!\: This thread is not kept up-to-date anymore, please go to the following one to get the latest links and instructions, or for any kind of feedback on the scripts:
Install Day of the Tentacle on Linux

-----

Hello fellow Debian users, Ubuntu lovers and Mint freaks!

Here you’ll find scripts allowing you to build .deb packages from your MojoSetup (.sh) installer for Day of the Tentacle Remastered. You can install them through DPKG and remove them through any APT front-end (apt-get, aptitude, synaptic, etc.).

Download links and usage instructions can be found on the following page:
Day of the Tentacle Remastered

I hope you’ll enjoy the ease-of-use provided by these scripts as much as I enjoy writing and tweaking them ;)

Here you go for more supported games!

-----

/!\: Ce fil n’est plus maintenu, rendez-vous sur le suivant pour trouver les derniers liens et instructions, ou pour poster des retours au sujet de ces scripts :
Install Day of the Tentacle on Linux

-----

Salut camarades Debianistes, Ubunteros et fanas de Linux Mint !

Vous trouverez ici des scripts vous permettant de construire des paquets .deb à partir de votre installeur MojoSetup (.sh) pour Day of the Tentacle Remastered. Vous pouvez les installer via DPKG et les supprimer via n’importe quelle interface à APT (apt-get, aptitude, synaptic, etc.).

Les liens de télechargement et les instructions d’utilisation se trouvent sur la page suivante :
Day of the Tentacle Remastered

J’espère que vous apprécierez le confort apporté par ces scripts autant que j’apprécie les écrire et les améliorer ;)

Pour plus de jeux supportés, ça se passe par ici !
Post edited June 18, 2017 by vv221
Thanks for sharing this! Unfortunately the game won't run on Debian. Can you help?

When I start the game, I get this

Dott: 5: Dott: Syntax error: "(" unexpected (expecting ")")

I'm running on amd64, and set this in the play-day-of-the-tentacle-remastered.sh file

PKG1_ARCH='amd64'

Is this something that should work?
avatar
sustainablepace: I'm running on amd64, and set this in the play-day-of-the-tentacle-remastered.sh file

PKG1_ARCH='amd64'

Is this something that should work?
It won't work, this game is 32-bit only ;-)

Here you go to enable 32-bit support on your 64-bit Debian (all commands should be run as root):
dpkg --add-architecture i386
apt update
apt install libc6:i386
Then you can rebuild the .deb package via the ./play.it script (without any modification) and install it through the provided commands.
avatar
sustainablepace: I'm running on amd64, and set this in the play-day-of-the-tentacle-remastered.sh file

PKG1_ARCH='amd64'

Is this something that should work?
avatar
vv221: It won't work, this game is 32-bit only ;-)

Here you go to enable 32-bit support on your 64-bit Debian (all commands should be run as root):

dpkg --add-architecture i386
apt update
apt install libc6:i386
avatar
vv221: Then you can rebuild the .deb package via the ./play.it script (without any modification) and install it through the provided commands.
Thanks so much for your help. I was able to build and install the deb file, but when I start it shuts down immediately with a segmentation fault. I guess I will have to install Ubuntu :(
avatar
sustainablepace: (…)
Here the game runs flawlessly on a Debian Sid amd64.

Have you tried switching to open-source graphics drivers (radeon, amdgpu or nouveau) if you’re using the non-free ones (fglrx or nvidia)?
Post edited September 17, 2016 by vv221
avatar
sustainablepace: I guess I will have to install Ubuntu :(
Meh. Try an ldd on the executable.
As noted on the game page you will need the Debian equivalents of these libs:
Requires the following packages to be installed: libc6:i386 libasound2:i386 libasound2-data:i386 libasound2-plugins:i386 libstdc++6:i386 libx11-6:i386 libxau6:i386 libxcb1:i386 libxcursor1:i386 libxdmcp6:i386 libxext6:i386 libxfixes3:i386 libxinerama1:i386 libxrandr2:i386 libxrender1:i386 libglu1:i386
Unless ./play.it is handling that?
Post edited September 18, 2016 by Gydion
avatar
Gydion: As noted on the game page you will need the Debian equivalents of these libs: (…)
Unless ./play.it is handling that?
./play.it scripts do take care of the dependencies installation ;-)
avatar
vv221: ./play.it scripts do take care of the dependencies installation ;-)
Thanks. I know I should have known that, but memory failed me.
avatar
vv221: snip
Looks like it's time for you to update once again :P
avatar
JudasIscariot: Looks like it's time for you to update once again :P
I'm on it right now ;-)
update
script version: 20161019.1

support added for new installer: gog_day_of_the_tentacle_remastered_2.1.0.2.sh