BLAZE - mechforces
Informations
Créateur | Messages |
---|---|
iotaka
|
InformationCet installateur a été accepté par l'équipe. InformationsPlate-formes : Retours d'expérience0 1 DescriptionOnline multiplayer game, where hitech soldier teams endure fast-action battles on alien and vicious planets (website) See also: Indiedb.com Captures d'écranCode 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:
ContribuerMembre | Messages |
Dadu042 | Jeudi 30 Mai 2019 à 23:41 |
Dadu042
|
MessagesScript 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