GOG.com - Incredipede

Informations

Creator Message
petch

Information

This installer has been approved by the team.

Informations

Platforms:
Downloads: 7022
Wine: 1.5.5

Feedbacks

Description

English: Another physics based indie game, this time involving bones and muscles. There's usually many ways to solve each level, so half of the fun is watching what other players came up with :)
Known issue:
- No hardware accelerated display

GOG now has installers for Linux and Mac

Français : Un autre jeu indépendant basé sur un moteur physique, cette fois avec des os et des muscles. Il y a en général bien des façons de terminer chaque tableau, la moitié de l'intérêt du jeu est de regarder ce que les autres joueurs ont inventé :)
Problème connu :
- Pas d'accélération matérielle de l'affichage

GOG propose maintenant des installeurs pour Linux et Mac

Screenshots

MiniatureMiniatureMiniatureMiniature

Source code

#!/bin/bash
# Date : (2013-03-08 22-54)
# Last revision : (2013-05-23 21-23)
# Wine version used : 1.5.5
# Distribution used to test : Debian Sid (Unstable)
# Author : Pierre Etchemaite pe-pol@concept-micro.com
# Script licence : GPL v.2
# Program licence : Retail
# Depend :

# 1.5.5, 1.5.10, 1.5.16, 1.5.20, 1.5.24, 1.5.25: Connect server just fine
# 1.4.1, 1.5.0, 1.5.3, 1.5.4: Problem connecting to server

[ -z "$PLAYONLINUX" ] && exit 0
source "$PLAYONLINUX/lib/sources"

GOGID="incredipede"
PREFIX="Incredipede_gog"
WORKING_WINE_VERSION="1.5.5"

TITLE="GOG.com - Incredipede"
SHORTCUT_NAME="Incredipede"

POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"

POL_SetupWindow_Init
POL_SetupWindow_SetID 1613
POL_Debug_Init

POL_SetupWindow_presentation "$TITLE" "Northway Games" "http://www.gog.com/gamecard/$GOGID" "Pierre Etchemaite" "$PREFIX"

POL_Call POL_GoG_setup "$GOGID" "91c011a2bbae10c7f9a2b8ecdfe9cb24"

POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"

POL_Call POL_GoG_install


# GoG work!
Set_OS winxp

POL_SetupWindow_VMS "64"

# Doesn't hurt ;)
POL_Wine_reboot

POL_Shortcut "Incredipede.exe" "$SHORTCUT_NAME" "$SHORTCUT_NAME.png" "" "Game;LogicGame;"

# Disable autorepeat to avoid flooding Adobe Air with keyboard events
POL_Shortcut_InsertBeforeWine "$SHORTCUT_NAME" 'xset r off'
echo "xset r on" >> "$POL_USER_ROOT/shortcuts/$SHORTCUT_NAME"

POL_SetupWindow_Close

exit 0

Contributions

Filters:

Contribute
Member Message