BLAZE - mechforces

Informations

Créateur Messages
iotaka

Information

Cet installateur a été accepté par l'équipe.

Informations

Plate-formes :
Téléchargements : 12076
Wine: System

Retours d'expérience

Description

Online multiplayer game, where hitech soldier teams endure fast-action battles on alien and vicious planets (website)

See also: Indiedb.com

Captures d'écran

MiniatureMiniatureMiniatureMiniatureMiniature

Code source

#!/bin/bash
# Version : 1.0
# Last revision date : 2013-06-02
# Wine version used : 1.4 (work also with 1.0)
# Distribution used to test : Kubuntu 13.04
# Author : iotaka

# CHANGELOG
# [SuperPlumux] (2013-06-17 18-37)
#   gettext
#   clean code

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

TITLE="BLAZE - mechforces"
PREFIX="BLAZEmechforces"

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 1731
POL_Debug_Init

POL_SetupWindow_presentation "$TITLE" "iotaca team" "http://blaze.iotaca.net/" "iotaka" "$PREFIX"

POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate

POL_System_TmpCreate "$PREFIX"

POL_SetupWindow_InstallMethod "LOCAL,DOWNLOAD"

if [ "$INSTALL_METHOD" = "LOCAL" ]
then
    POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE"
    POL_Wine_WaitBefore "$TITLE"
    POL_Wine start /unix "$APP_ANSWER"
elif [ "$INSTALL_METHOD" = "DOWNLOAD" ]
then
    cd "$POL_System_TmpDir"
    POL_Download "http://blaze.iotaca.net/download/BLAZE-mechforces.exe"
    POL_Wine_WaitBefore "$TITLE"
    POL_Wine start /unix "$POL_System_TmpDir/BLAZE-mechforces.exe"
fi

POL_Wine_WaitExit "$TITLE"

POL_System_TmpDelete

POL_Shortcut "Blaze.exe" "$TITLE"

POL_SetupWindow_Close
exit

Contributions

Filters:

Contribuer
Membre Messages
Dadu042 Jeudi 30 Mai 2019 à 23:41
Dadu042

Messages

Script is OK, and game does start. But impossible to create a account : the link to the forum is dead.

Réponses

This site allows content generated by members, and we promptly remove any content that infringes copyright according to our Terms of Service. To report copyright infringement, please send a notice to dmca-notice@playonlinux.com