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 Windward.
These packages can be installed easily with your favourite packages manager.

Download links and usage instructions can be found on the following page:
Windward

We hope you will enjoy the ease-of-use provided by this tool as much as we enjoy writing and tweaking it ;)

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 Windward.
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 :
Windward

Nous espérons que vous apprécierez le confort apporté par cet outil autant que nous apprécions lʼécrire et lʼaméliorer ;)

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

New supported installers:
gog_windward_2.36.0.40.sh (GOG)
gog_windward_2.35.0.39.sh (GOG)

Add support for Humble installer:
WindwardLinux_HB.zip (Humble)
Update

New supported Humble installer:
WindwardLinux_HB_1505248588.zip
for debian installations, you need the following packages:

# sudo apt install libc6:i386 libasound2:i386 libasound2-data:i386 libasound2-plugins:i386 libglu1-mesa:i386 libxcursor1:i386


My environment:

# cat /etc/os-release
PRETTY_NAME="Debian GNU/Linux bullseye/sid"
NAME="Debian GNU/Linux"
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"

# cat /etc/apt/source.list
deb http://ftp.de.debian.org/debian/ testing main contrib non-free
deb-src http://ftp.de.debian.org/debian/ testing main contrib non-free

deb http://deb.debian.org/debian/ testing-updates main contrib non-free
deb-src http://deb.debian.org/debian/ testing-updates main contrib non-free
deb http://security.debian.org/ testing-security main contrib non-free

# backport.list

# stretch
deb http://deb.debian.org/debian stretch-backports main contrib non-free
# buster
deb http://deb.debian.org/debian buster-backports main contrib non-free
# bullseye
deb http://deb.debian.org/debian bullseye-backports main contrib non-free
# bullseye.list

deb http://ftp.de.debian.org/debian/ bullseye main contrib non-free
deb-src http://ftp.de.debian.org/debian/ bullseye main contrib non-free

# buster.list

deb http://ftp.de.debian.org/debian/ buster main contrib non-free
deb-src http://ftp.de.debian.org/debian/ buster main contrib non-free
deb http://security.debian.org/debian-security buster/updates main contrib non-free
deb-src http://security.debian.org/debian-security buster/updates main contrib non-free

# microsoft-prod.list

deb [arch=amd64] https://packages.microsoft.com/debian/9/prod stretch main
deb [arch=amd64] https://packages.microsoft.com/debian/10/prod buster main

# oldstable.list

deb http://ftp.de.debian.org/debian/ oldstable main contrib non-free
deb-src http://ftp.de.debian.org/debian/ oldstable main contrib non-free
deb http://security.debian.org/debian-security oldstable/updates main contrib non-free
deb-src http://security.debian.org/debian-security oldstable/updates main contrib non-free

# sid.list

deb http://ftp.de.debian.org/debian/ sid main contrib non-free
deb-src http://ftp.de.debian.org/debian/ sid main contrib non-free
deb http://shop.softmaker.com/repo/apt wheezy non-free

# stable.list

deb http://ftp.de.debian.org/debian/ stable main contrib non-free
deb-src http://ftp.de.debian.org/debian/ stable main contrib non-free
deb http://security.debian.org/debian-security stable/updates main contrib non-free
deb-src http://security.debian.org/debian-security stable/updates main contrib non-free

# unstable.list

deb http://ftp.de.debian.org/debian/ unstable main contrib non-free
deb-src http://ftp.de.debian.org/debian/ unstable main contrib non-free

# vscode.list

deb [arch=amd64] https://packages.microsoft.com/repos/vscode stable main

# winehq.list # WineHQ
deb https://dl.winehq.org/wine-builds/debian/ bullseye main

# cat /etc/apt/preferences
Package: *
Pin: release a=testing*
Pin-Priority: 900

Package: *
Pin: release a=bullseye*
Pin-Priority:900

Package: *
Pin: release a=stable*
Pin-Priority: 800

Package: *
Pin: release a=buster*
Pin-Priority: 800
Post edited October 30, 2020 by Dragondeath
avatar
Dragondeath: (…)
I see our current support for this game does not depend on libasound2* packages, are you sure these are required?
avatar
Dragondeath: (…)
avatar
vv221: I see our current support for this game does not depend on libasound2* packages, are you sure these are required?
when I purge libasound2:i386 libasound2-data:i386 libasound2-plugins:i386 , windward does not start anymore

PS:

Because of the purge of libasound2:i386 libasound2-data:i386 libasound2-plugins:i386 , the autoremoval killed some more libraries.

When I installed it again, libXcursor.so.1 was not longer found, this is part of libxcursor1:i386

After I installed this package too, the games runs again.

I added this to my previos post.
Post edited October 30, 2020 by Dragondeath
avatar
Dragondeath: when I purge libasound2:i386 libasound2-data:i386 libasound2-plugins:i386 , windward does not start anymore
Thanks, I’m going to add these as dependencies for this game.
I forwarded your feedback to our forge: Windward - Missing dependency.
avatar
Dragondeath: When I installed it again, libXcursor.so.1 was not longer found, this is part of libxcursor1:i386
This one is already a dependency of Windward installed through ./play.it.
Post edited October 30, 2020 by vv221
avatar
Dragondeath: when I purge libasound2:i386 libasound2-data:i386 libasound2-plugins:i386 , windward does not start anymore
avatar
vv221: Thanks, I’m going to add these as dependencies for this game.
I forwarded your feedback to our forge: Windward - Missing dependency.
avatar
Dragondeath: When I installed it again, libXcursor.so.1 was not longer found, this is part of libxcursor1:i386
avatar
vv221: This one is already a dependency of Windward installed through ./play.it.
I do not use ./play.it, because I want to run this game natively without specialized scripts, which possibly do not work with customized environments or installer sources (md5-sum, version lock - that is not wrong, because of possible different treatment).

I want to install the game and the packages from my distribution to run it.
avatar
Dragondeath: (…)
Nothing wrong with that, our software is not the ideal solution for everyone ;)

About the ALSA plugins dependency, we might have an alternative that would avoid the requirement on libasound2*:i386 packages. I’ll share it here if it passes our tests.
This thread will no longer be updated, see this post on the general forums for more details: End of website maintenance