The I Of The Dragon
Informations
Créateur | Messages |
---|---|
Lakorta
|
InformationCet installateur a été accepté par l'équipe. InformationsPlate-formes : Retours d'expérience0 0 DescriptionIn 'The I Of The Dragon' you take the role of one out of three dragons to defeat evil monsters, destroy their breeding grounds and safe humanity. You can change between first and third person perspective. Code source#!/bin/bash # Date : (2015-02-15) # Distribution used to test : Ubuntu 14.04 LTS 64-bit # Author : Lakorta # Licence : GPLv3 [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="TheIOfTheDragon" WINEVERSION="1.7.4-vertex-blending-1.7.4" TITLE="The I Of The Dragon" EDITOR="Zuxxez" GAME_URL="http://www.i-dragon.com/index_eng.htm" # Initialization POL_SetupWindow_Init POL_Debug_Init # Presentation POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" # Create Prefix POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file.')" "$TITLE" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" # Installation POL_Wine_WaitBefore "$TITLE" POL_Wine "$APP_ANSWER" POL_Wine_WaitExit "$TITLE" # Shortcut POL_Shortcut "TheIOfTheDragon.exe" "$TITLE" POL_SetupWindow_Close exit 0 |
Contributions
Filters:
ContribuerMembre | Messages |
Lakorta | Dimanche 15 Février 2015 à 17:12 |
Lakorta
|
InformationCette mise à jour a été acceptée par l'équipe MessagesSorry, it seems like I totally misunderstood how posting install scripts works Here is the whole install script.
PS: You can also use the Demo from http://www.i-dragon.com to test this script. Also some of the background graphic in the main menu is missing, but that influence the playability of the game. Differences@@ -0,0 +1,37 @@ +#!/bin/bash +# Date : (2015-02-15) +# Distribution used to test : Ubuntu 14.04 LTS 64-bit +# Author : Lakorta +# Licence : GPLv3 + +[ "$PLAYONLINUX" = "" ] && exit 0 +source "$PLAYONLINUX/lib/sources" + +PREFIX="TheIOfTheDragon" +WINEVERSION="1.7.4-vertex-blending-1.7.4" +TITLE="The I Of The Dragon" +EDITOR="Zuxxez" +GAME_URL="http://www.i-dragon.com/index_eng.htm" + +# Initialization +POL_SetupWindow_Init +POL_Debug_Init + +# Presentation +POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" + +# Create Prefix +POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file.')" "$TITLE" +POL_Wine_SelectPrefix "$PREFIX" +POL_Wine_PrefixCreate "$WINEVERSION" + +# Installation +POL_Wine_WaitBefore "$TITLE" +POL_Wine "$APP_ANSWER" +POL_Wine_WaitExit "$TITLE" + +# Shortcut +POL_Shortcut "TheIOfTheDragon.exe" "$TITLE" + +POL_SetupWindow_Close +exit 0 \ No newline at end of file Nouveau code source#!/bin/bash # Date : (2015-02-15) # Distribution used to test : Ubuntu 14.04 LTS 64-bit # Author : Lakorta # Licence : GPLv3 [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="TheIOfTheDragon" WINEVERSION="1.7.4-vertex-blending-1.7.4" TITLE="The I Of The Dragon" EDITOR="Zuxxez" GAME_URL="http://www.i-dragon.com/index_eng.htm" # Initialization POL_SetupWindow_Init POL_Debug_Init # Presentation POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" # Create Prefix POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file.')" "$TITLE" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" # Installation POL_Wine_WaitBefore "$TITLE" POL_Wine "$APP_ANSWER" POL_Wine_WaitExit "$TITLE" # Shortcut POL_Shortcut "TheIOfTheDragon.exe" "$TITLE" POL_SetupWindow_Close exit 0 RéponsesDimanche 15 Février 2015 à 17:22
Mercredi 4 Mars 2015 à 22:22
Mercredi 4 Mars 2015 à 23:31
Mercredi 4 Mars 2015 à 23:34
Edité par Lakorta |
Lakorta | Dimanche 15 Février 2015 à 16:40 |
Lakorta
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. Differences@@ -0,0 +1 @@ +WINEVERSION="1.7.4-vertex-blending-1.7.4" \ No newline at end of file Nouveau code sourceWINEVERSION="1.7.4-vertex-blending-1.7.4" 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