Je bent hier
GOG.com - Technobabylon
Informatie
Creator | Bericht |
---|---|
Okto
![]()
|
InformationThis installer has been approved by the team. InformatiePlatforms: Feedbacks0 0 OmschrijvingA Wadjet Eye adventure game, released in 2015. Broncode#!/bin/bash # Date : (2015-09-16 15-04) # Wine version used : 1.6.2 # Distribution used to test : OpenSUSE 13.2 # Author : Benjamin Hardy [ -z "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="GOG.com - Technobabylon" GOGID="technobabylon_deluxe_edition" PREFIX="technobabylon" WINEVERSION="1.6.2" SHORTCUT_NAME="Technobabylon" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Technocrat Games and Wadjet Eye Games" "http://www.gog.com/gamecard/$GOGID" "Benjamin Hardy" "$PREFIX" POL_Call POL_GoG_setup "$GOGID" "c14eba1d243fc42a3554a7e3917f1a63" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" POL_Call POL_GoG_install POL_Wine_reboot POL_Shortcut "Technobabylon.exe" "$SHORTCUT_NAME" "" "" "Game;AdventureGame;" POL_Shortcut "winsetup.exe" "$SHORTCUT_NAME Configuration Tool" "" "" "Game;AdventureGame;" POL_SetupWindow_Close exit 0 |
Contributions
Filters:
ContributeMember | Bericht |
Okto | Woensdag 16 September 2015 om 15:42 |
Okto
![]()
|
InformationThis update has been approved by the team. Differences@@ -0,0 +1,36 @@ +#!/bin/bash +# Date : (2015-09-16 15-04) +# Wine version used : 1.6.2 +# Distribution used to test : OpenSUSE 13.2 +# Author : Benjamin Hardy + +[ -z "$PLAYONLINUX" ] && exit 0 +source "$PLAYONLINUX/lib/sources" + +TITLE="GOG.com - Technobabylon" +GOGID="technobabylon_deluxe_edition" +PREFIX="technobabylon" +WINEVERSION="1.6.2" +SHORTCUT_NAME="Technobabylon" + + +POL_SetupWindow_Init +POL_Debug_Init + +POL_SetupWindow_presentation "$TITLE" "Technocrat Games and Wadjet Eye Games" "http://www.gog.com/gamecard/$GOGID" "Benjamin Hardy" "$PREFIX" + +POL_Call POL_GoG_setup "$GOGID" "c14eba1d243fc42a3554a7e3917f1a63" + +POL_Wine_SelectPrefix "$PREFIX" +POL_Wine_PrefixCreate "$WINEVERSION" + +POL_Call POL_GoG_install + +POL_Wine_reboot + +POL_Shortcut "Technobabylon.exe" "$SHORTCUT_NAME" "" "" "Game;AdventureGame;" +POL_Shortcut "winsetup.exe" "$SHORTCUT_NAME Configuration Tool" "" "" "Game;AdventureGame;" + +POL_SetupWindow_Close + +exit 0 \ No newline at end of file New source code#!/bin/bash # Date : (2015-09-16 15-04) # Wine version used : 1.6.2 # Distribution used to test : OpenSUSE 13.2 # Author : Benjamin Hardy [ -z "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="GOG.com - Technobabylon" GOGID="technobabylon_deluxe_edition" PREFIX="technobabylon" WINEVERSION="1.6.2" SHORTCUT_NAME="Technobabylon" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Technocrat Games and Wadjet Eye Games" "http://www.gog.com/gamecard/$GOGID" "Benjamin Hardy" "$PREFIX" POL_Call POL_GoG_setup "$GOGID" "c14eba1d243fc42a3554a7e3917f1a63" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" POL_Call POL_GoG_install POL_Wine_reboot POL_Shortcut "Technobabylon.exe" "$SHORTCUT_NAME" "" "" "Game;AdventureGame;" POL_Shortcut "winsetup.exe" "$SHORTCUT_NAME Configuration Tool" "" "" "Game;AdventureGame;" POL_SetupWindow_Close exit 0 Antwoorden |