[LinuxPlaying] Indivisible Prototype // Wine
Playing windows games on Linux using wine :
Indivisible - Prototype demo
Indivisible is the next Lab zero game. Unlike theire first game, this one will be an RPG.
## Update 13/10/2015 ##
The Linux native version of Indivisible Prototype is now available : http://www.indivisiblegame.com/?page=3#
The 2D art style is really polished and the animation are smooth.
The gameplay is quite surprising :
- One button per character
- Hold a character button to defend during attack (when the character is flashing)
- Attack with each character by using the character key
And build combo to fill a super gauge
Link to the indiegogo crowdfunding page project :
( And Download link to the free Prototype Demo )
https://www.indiegogo.com/projects/indivisible-an-rpg-by-lab-zero-and-505-games#/
## How-to get it working on wine ##
The only needed components are :
xact_jun2010 d3dx9_43 and d3dcompiler_43
You can easily install this using winetricks ( http://wiki.winehq.org/winetricks )
In a fresh wineprefix :
1/ (optional) Create a new fresh 32 bit wineprefix
WINEARCH=win32 WINEPREFIX=/path-to-a-new-wineprefix winecfg
2/ Download winetricks script
wget https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks
chmod +x winetricks
3/ Install xact and d3d 43 librairies using winetricks
WINEPREFIX=/path-to-your-newly-created-wineprefix ./winetricks xact_jun2010 d3dx9_43 d3dcompiler_43
4/ Launch the game
WINEPREFIX=/path-to-your-newly-created-wineprefix Indivisible.exe
OS : Archlinux rolling release ( http://www.archlinux.org )
Wine : Wine-Staging 1.7.52 ( http://www.wine-staging.com )
Capture : OBS Studio 0.11.2 ( https://obsproject.com )
Edition : Kdenlive 15.04.3 ( https://kdenlive.org )