I Miss the Sunrise
Informations
Créateur | Messages |
---|---|
monban
|
InformationCet installateur a été accepté par l'équipe. InformationsPlate-formes : Retours d'expérience0 1 Description"Where were you when the universe ended?". I Miss the Sunrise (2012) is an all-new prequel to 2009's The Reconstruction. Featuring strategic battles, player-created weapons, and unique gameplay around every turn, I Miss the Sunrise is an RPG experience like no other. Note: script can download the game. Captures d'écranCode source#!/bin/bash # Date : (2014-02-02 00-45) # Last revision : (2014-02-07 01-45) # Wine version used : 1.7.11 # Distribution used to test : Ubuntu 13.10 Saucy Salamander # Author : monban # Script licence : Public Domain # Program licence : Commercial # Depend : [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="I Miss the Sunrise" PREFIX="imissthesunrise" POL_SetupWindow_Init POL_SetupWindow_SetID 1939 POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Tilde-One" "http://www.tilde-one.com/IMTS/" "monban" "$PREFIX" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate POL_System_TmpCreate "$PREFIX" POL_SetupWindow_InstallMethod "DOWNLOAD,LOCAL" if [ "$INSTALL_METHOD" = "DOWNLOAD" ]; then cd $POL_System_TmpDir POL_Download "http://rpgmaker.net/content/games/2732/downloads/IMTS_Setup_24.exe" "7025979eb03e9a226e2dd742f0a02db6" else POL_SetupWindow_browse "Please select the IMTS setup file" "$TITLE" "IMTS_Setup_24.exe" cp "$APP_ANSWER" "$POL_System_TmpDir/IMTS_Setup_24.exe" fi POL_Call POL_Install_directx9 POL_Call POL_Install_dotnet20 POL_Wine_WaitBefore "$TITLE" POL_Wine "$POL_System_TmpDir/IMTS_Setup_24.exe" POL_Wine_reboot POL_Shortcut "Game.exe" "$TITLE" POL_System_TmpDelete POL_SetupWindow_Close exit 0 |
Contributions
Filters:
ContribuerMembre | Messages |
Dadu042 | Lundi 3 Juin 2019 à 14:19 |
Dadu042
|
MessagesI use the download option, I have the following issues :
RéponsesEdité par Dadu042 |
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