The I Of The Dragon
Informatie
Creator | Bericht |
---|---|
Lakorta
![]()
|
WarningThis installer is a beta script. It means that it might not work as expected InformatiePlatforms: Feedbacks0 0 OmschrijvingIn '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. Broncode#!/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:
ContributeMember | Bericht |
Lakorta | Zondag 15 Februari 2015 om 17:12 |
Lakorta
![]()
|
InformationThis update has been approved by the team. BerichtSorry, 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 New source code#!/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 AntwoordenZondag 15 Februari 2015 om 17:22
Woensdag 4 Maart 2015 om 22:22
Woensdag 4 Maart 2015 om 23:31
Woensdag 4 Maart 2015 om 23:34
Aangepast door Lakorta |
Lakorta | Zondag 15 Februari 2015 om 16:40 |
Lakorta
![]()
|
WarningThis update has not been approved yet by the team. Differences@@ -0,0 +1 @@ +WINEVERSION="1.7.4-vertex-blending-1.7.4" \ No newline at end of file New source codeWINEVERSION="1.7.4-vertex-blending-1.7.4" Antwoorden |
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