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

×
Hello fellow Linux gamers!

Here you can find informations about ./play.it, a tool building packages for Debian, Arch Linux, Gentoo and any derivative (Ubuntu, Manjaro, Linux Mint, etc.) from your installers for The Tiny Bang Story.
These packages can be installed easily with you favourite packages manager.

Download links and usage instructions can be found on the following page:
The Tiny Bang Story

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

Here you go for more supported games!

-----

Salut camarades Linuxiens !

Vous trouverez ici des informations à propos de ./play.it, un outil construisant des paquets pour Debian, Arch Linux, Gentoo ou nʼimporte quelle distribution dérivée de celles-ci (Ubuntu, Manjaro, Linux Mint, etc.) à partir de vos installateurs pour The Tiny Bang Story.
Ces paquets sʼinstallent facilement via votre gestionnaire de paquets habituel.

Les liens de téléchargement et les instructions dʼutilisation se trouvent sur la page suivante :
The Tiny Bang Story

Nous espérons que vous apprécierez le confort apporté par ces scripts autant que nous apprécions les écrire et les améliorer ;)

Pour plus de jeux, rendez-vous par ici !
Post edited March 06, 2020 by vv221
Update

Support added for new installer:
setup_the_tiny_bang_story_gog-1(a)_(23028).exe
fury_jin reported an issue on Elementary OS (based on Ubuntu 18.04):
wine: '/home/elem/.local/share/play.it/prefixes/the-tiny-bang-story' is a 32-bit installation, it cannot support 64-bit applications.
source
I did a quick check to see if I can reproduce the Elementary OS WINE issue on my Debian, but no luck so far. The game works fine as soon as I install it, with no tweak needed.

The error message is strange, as this game is a 32-bit application so there should not be any issue with its WINE prefix not providing support for 64-bit applications.

fury_jin, could you give me the return of the following commands, so that I can better understand your setup?
apt-cache policy the-tiny-bang-story
head /usr/local/games/the-tiny-bang-story
dpkg -l \*wine\* | grep ^ii
avatar
vv221: I did a quick check to see if I can reproduce the Elementary OS WINE issue on my Debian, but no luck so far. The game works fine as soon as I install it, with no tweak needed.

The error message is strange, as this game is a 32-bit application so there should not be any issue with its WINE prefix not providing support for 64-bit applications.

fury_jin, could you give me the return of the following commands, so that I can better understand your setup?

apt-cache policy the-tiny-bang-story
avatar
vv221:

head /usr/local/games/the-tiny-bang-story
avatar
vv221:

dpkg -l \*wine\* | grep ^ii
avatar
vv221:
I am running Elementary OS under Virtual box.

apt-cache policy the-tiny-bang-story:

the-tiny-bang-story:i386:
Installé : 1.0-gog23028+20180911.1
Candidat : 1.0-gog23028+20180911.1
Table de version :
*** 1.0-gog23028+20180911.1 100
100 /var/lib/dpkg/status

--------------------------------------------
head /usr/local/games/the-tiny-bang-story :

#!/bin/sh
# script generated by ./play.it 2.11.2 - http://wiki.dotslashplay.it/
set -o errexit

# Set application-specific values

APP_EXE='game.exe'
APP_OPTIONS=""

# Set game-specific values
--------------------------------------------
dpkg -l \*wine\* | grep ^ii:

ii com.github.aggalex.wineglass 1.2.1 amd64 A GUI for Wine
ii fonts-wine 3.0-1ubuntu1 all Windows API implementation - fonts
ii libwine:amd64 3.0-1ubuntu1 amd64 Windows API implementation - library
ii wine-stable 3.0-1ubuntu1 all Windows API implementation - standard suite
ii wine64 3.0-1ubuntu1 amd64 Windows API implementation - 64-bit binary loader
avatar
fury_jin: (…)
You are currently missing the 32-bit version of WINE, you should be able to get it from the following command:
sudo apt install wine32:i386
Once it is installed, it might be enough to be able to run the game.
avatar
fury_jin: (…)
avatar
vv221: You are currently missing the 32-bit version of WINE, you should be able to get it from the following command:

sudo apt install wine32:i386
avatar
vv221: Once it is installed, it might be enough to be able to run the game.
here is what i use :

sudo apt --fix-broken install
sudo apt install wine32:i386

And the game is kind of working... i don't have the shortcut in the game menu, i must launch it from usr/local/game/tinybang.sh

And my session is locked, i can't use my password anymore :-(
This is why i use VM before installing the game on PC with elementary as primary OS.

I will try again with a clean OS install.
Thx
Post edited March 07, 2020 by fury_jin
avatar
fury_jin: (…)
This is strange that wine32:i386 was missing, as it should have been installed as a dependency of the generated packages. Do you remember what you used to install the .deb packages? Was it `dpkg`, `apt`, or something else?

The missing menu entry might be specific to your desktop environment, it seems that some need to be relaunched before picking up new applications. Do you know which desktop environment is provided by Elementary OS?

The issue with the session password can not be related to the use of the ./play.it script, it doesn’t change anything to the user accounts system. It doesn’t even access anything with root permissions, that’s why you have to install the generated packages by yourself ;)
I used dpkg -i to insall the generated .deb. But the script create 2.deb one of 180mb and the other of 4mb.

But i don't remember if i install the small one...

The elementary desktop environnement is Pantheon .

But now i am struggling with some shared clipboard problems on my new VM.
avatar
fury_jin: I used dpkg -i to insall the generated .deb. But the script create 2.deb one of 180mb and the other of 4mb.
That might be the source of the missing wine32:i386, the ./play.it process should end by giving you a command similar to this one to install the packages:
apt install /home/user/build/the-tiny-bang-story_1.0-gog23028+20180911.1_i386.deb /home/user/build/the-tiny-bang-story-data_1.0-gog23028+20180911.1_all.deb
This command ensure all dependencies are automatically installed.

The alternative with `dpkg` is provided only for very old Debian-based distributions where `apt` can not be used to install .deb packages:
dpkg -i /home/user/build/the-tiny-bang-story_1.0-gog23028+20180911.1_i386.deb /home/user/build/the-tiny-bang-story-data_1.0-gog23028+20180911.1_all.deb
apt-get install -f
Yeah Tiny bang is working !

sudo apt-get install fakeroot icoutils imagemagick

sudo apt install software-properties-common
sudo add-apt-repository ppa:arx/release
sudo apt-get install innoextract

Go into the game folder with the scripts:

sh play-the-tiny-bang-story.sh

apt install /home/elem/Documents/the-tiny-bang-story_1.0-gog23028+20180911.1_i386.deb /home/elem/Documents/the-tiny-bang-story-data_1.0-gog23028+20180911.1_all.deb

When i used the shortcut in the application menu, i got the game's icon in the dock but then it disapear after a few seconds. Then i type the-tiny-bang-story into the terminal, i saw a little wine window (4s) and the game start.

But i don't know if i cloud have the same behaviour with the shortcut.
So now it is working with the short cut.
Thanks
avatar
fury_jin: Yeah Tiny bang is working !
Have fun ;)
This thread will no longer be updated, see this post on the general forums for more details: End of website maintenance