The Wolf Among Us
Informatie
| Creator | Bericht | 
|---|---|
| Ronin DUSETTE   
 | InformationThis installer has been approved by the team. InformatiePlatforms:   Feedbacks0 1 OmschrijvingEpisodic interactive fantasy mystery graphic adventure video game. 2013 SchermafdrukkenBroncode#!/bin/bash
# Date : (2014-07-21)
# Distribution used to test : Kubuntu 14.04 LTS 64-bit
# Author : RoninDusette
# Licence : GPLv3
# PlayOnLinux: 4.2.4
#
# CHANGELOG:
# [RoninDusette] (2014-07-21)
#   First script
# [Dadu042] (2019-12-23)
#   Wine 1.6.1 -> System  version.
#   Add game category.
     
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
     
PREFIX="TheWolfAmongUs"
WINEVERSION=""
TITLE="The Wolf Among Us"
EDITOR="Telltale Games"
GAME_URL="http://www.telltalegames.com"
AUTHOR="RoninDusette"
     
#Initialization
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_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"
     
#Dependencies
     
# Configuration
Set_OS "winxp"
     
# Installation
POL_Wine_WaitBefore "$TITLE"
POL_Wine "$APP_ANSWER"
POL_Wine_WaitExit "$TITLE"
     
# Create Shortcuts
POL_Shortcut "TheWolfAmongUs.exe" "$TITLE" "" "" "Game;"
    
POL_SetupWindow_Close
exit 0 | 
Contributions
Filters:
Contribute| Member | Bericht | 
| Dadu042 | Dinsdag 24 December 2019 om 10:40 | 
| Dadu042   
 | InformationThis update has been approved by the team. Differences@@ -4,13 +4,19 @@
 # Author : RoninDusette
 # Licence : GPLv3
 # PlayOnLinux: 4.2.4
-     
+#
+# CHANGELOG:
+# [RoninDusette] (2014-07-21)
+#   First script
+# [Dadu042] (2019-12-23)
+#   Wine 1.6.1 -> System  version.
+#   Add game category.
      
 [ "$PLAYONLINUX" = "" ] && exit 0
 source "$PLAYONLINUX/lib/sources"
      
 PREFIX="TheWolfAmongUs"
-WINEVERSION="1.6.1"
+WINEVERSION=""
 TITLE="The Wolf Among Us"
 EDITOR="Telltale Games"
 GAME_URL="http://www.telltalegames.com"
@@ -41,7 +47,7 @@
 POL_Wine_WaitExit "$TITLE"
      
 # Create Shortcuts
-POL_Shortcut "TheWolfAmongUs.exe" "$TITLE"
+POL_Shortcut "TheWolfAmongUs.exe" "$TITLE" "" "" "Game;"
     
 POL_SetupWindow_Close
 exit 0
\ No newline at end of file
New source code#!/bin/bash
# Date : (2014-07-21)
# Distribution used to test : Kubuntu 14.04 LTS 64-bit
# Author : RoninDusette
# Licence : GPLv3
# PlayOnLinux: 4.2.4
#
# CHANGELOG:
# [RoninDusette] (2014-07-21)
#   First script
# [Dadu042] (2019-12-23)
#   Wine 1.6.1 -> System  version.
#   Add game category.
     
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
     
PREFIX="TheWolfAmongUs"
WINEVERSION=""
TITLE="The Wolf Among Us"
EDITOR="Telltale Games"
GAME_URL="http://www.telltalegames.com"
AUTHOR="RoninDusette"
     
#Initialization
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_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"
     
#Dependencies
     
# Configuration
Set_OS "winxp"
     
# Installation
POL_Wine_WaitBefore "$TITLE"
POL_Wine "$APP_ANSWER"
POL_Wine_WaitExit "$TITLE"
     
# Create Shortcuts
POL_Shortcut "TheWolfAmongUs.exe" "$TITLE" "" "" "Game;"
    
POL_SetupWindow_Close
exit 0Antwoorden | 
| almet | Donderdag 9 November 2017 om 0:34 | 
| almet   
 | BerichtI wasn't able to run the game on ubuntu 17.04, I4ve tried using wine 1.6.1, 1.7.9 and 2.20 without luck: the game starts but fails to display any graphics. Any hint as to how to run it properly is welcome! AntwoordenMaandag 3 Juni\ 2019 om 12:12                                                                                     | 
| deri82 | Zondag 5 Juli 2015 om 8:22 | 
| deri82   
 | WarningThis update has not been approved yet by the team. Differences@@ -10,7 +10,7 @@
 source "$PLAYONLINUX/lib/sources"
      
 PREFIX="TheWolfAmongUs"
-WINEVERSION="1.6.1"
+WINEVERSION="1.7.46"
 TITLE="The Wolf Among Us"
 EDITOR="Telltale Games"
 GAME_URL="http://www.telltalegames.com"
New source code#!/bin/bash
# Date : (2014-07-21)
# Distribution used to test : Kubuntu 14.04 LTS 64-bit
# Author : RoninDusette
# Licence : GPLv3
# PlayOnLinux: 4.2.4
     
     
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
     
PREFIX="TheWolfAmongUs"
WINEVERSION="1.7.46"
TITLE="The Wolf Among Us"
EDITOR="Telltale Games"
GAME_URL="http://www.telltalegames.com"
AUTHOR="RoninDusette"
     
#Initialization
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_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"
     
#Dependencies
     
# Configuration
Set_OS "winxp"
     
# Installation
POL_Wine_WaitBefore "$TITLE"
POL_Wine "$APP_ANSWER"
POL_Wine_WaitExit "$TITLE"
     
# Create Shortcuts
POL_Shortcut "TheWolfAmongUs.exe" "$TITLE"
    
POL_SetupWindow_Close
exit 0AntwoordenWoensdag 8 Juli 2015 om 17:48                                                                                     | 
| Ronin DUSETTE | Zaterdag 25 October 2014 om 21:30 | 
| Ronin DUSETTE   
 | WarningThis update has not been approved yet by the team. Differences@@ -14,7 +14,7 @@
 TITLE="The Wolf Among Us"
 EDITOR="Telltale Games"
 GAME_URL="http://www.telltalegames.com"
-AUTHOR="DJYoshaBYD"
+AUTHOR="RoninDusette"
      
 #Initialization
 POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"
New source code#!/bin/bash
# Date : (2014-07-21)
# Distribution used to test : Kubuntu 14.04 LTS 64-bit
# Author : RoninDusette
# Licence : GPLv3
# PlayOnLinux: 4.2.4
     
     
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
     
PREFIX="TheWolfAmongUs"
WINEVERSION="1.6.1"
TITLE="The Wolf Among Us"
EDITOR="Telltale Games"
GAME_URL="http://www.telltalegames.com"
AUTHOR="RoninDusette"
     
#Initialization
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_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"
     
#Dependencies
     
# Configuration
Set_OS "winxp"
     
# Installation
POL_Wine_WaitBefore "$TITLE"
POL_Wine "$APP_ANSWER"
POL_Wine_WaitExit "$TITLE"
     
# Create Shortcuts
POL_Shortcut "TheWolfAmongUs.exe" "$TITLE"
    
POL_SetupWindow_Close
exit 0Antwoorden | 
| Ronin DUSETTE | Zaterdag 25 October 2014 om 19:25 | 
| Ronin DUSETTE   
 | WarningThis update has not been approved yet by the team. Differences@@ -1,7 +1,7 @@
 #!/bin/bash
 # Date : (2014-07-21)
 # Distribution used to test : Kubuntu 14.04 LTS 64-bit
-# Author : DJYoshaBYD
+# Author : RoninDusette
 # Licence : GPLv3
 # PlayOnLinux: 4.2.4
      
New source code#!/bin/bash
# Date : (2014-07-21)
# Distribution used to test : Kubuntu 14.04 LTS 64-bit
# Author : RoninDusette
# Licence : GPLv3
# PlayOnLinux: 4.2.4
     
     
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
     
PREFIX="TheWolfAmongUs"
WINEVERSION="1.6.1"
TITLE="The Wolf Among Us"
EDITOR="Telltale Games"
GAME_URL="http://www.telltalegames.com"
AUTHOR="DJYoshaBYD"
     
#Initialization
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_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"
     
#Dependencies
     
# Configuration
Set_OS "winxp"
     
# Installation
POL_Wine_WaitBefore "$TITLE"
POL_Wine "$APP_ANSWER"
POL_Wine_WaitExit "$TITLE"
     
# Create Shortcuts
POL_Shortcut "TheWolfAmongUs.exe" "$TITLE"
    
POL_SetupWindow_Close
exit 0Antwoorden | 
| Ronin DUSETTE | Zondag 20 Juli 2014 om 17:41 | 
| Ronin DUSETTE   
 | WarningThis update has not been approved yet by the team. Differences@@ -0,0 +1,47 @@ +#!/bin/bash +# Date : (2014-07-21) +# Distribution used to test : Kubuntu 14.04 LTS 64-bit +# Author : DJYoshaBYD +# Licence : GPLv3 +# PlayOnLinux: 4.2.4 + + +[ "$PLAYONLINUX" = "" ] && exit 0 +source "$PLAYONLINUX/lib/sources" + +PREFIX="TheWolfAmongUs" +WINEVERSION="1.6.1" +TITLE="The Wolf Among Us" +EDITOR="Telltale Games" +GAME_URL="http://www.telltalegames.com" +AUTHOR="DJYoshaBYD" + +#Initialization +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_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" + +#Dependencies + +# Configuration +Set_OS "winxp" + +# Installation +POL_Wine_WaitBefore "$TITLE" +POL_Wine "$APP_ANSWER" +POL_Wine_WaitExit "$TITLE" + +# Create Shortcuts +POL_Shortcut "TheWolfAmongUs.exe" "$TITLE" + +POL_SetupWindow_Close +exit 0 \ No newline at end of file New source code#!/bin/bash
# Date : (2014-07-21)
# Distribution used to test : Kubuntu 14.04 LTS 64-bit
# Author : DJYoshaBYD
# Licence : GPLv3
# PlayOnLinux: 4.2.4
     
     
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
     
PREFIX="TheWolfAmongUs"
WINEVERSION="1.6.1"
TITLE="The Wolf Among Us"
EDITOR="Telltale Games"
GAME_URL="http://www.telltalegames.com"
AUTHOR="DJYoshaBYD"
     
#Initialization
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_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"
     
#Dependencies
     
# Configuration
Set_OS "winxp"
     
# Installation
POL_Wine_WaitBefore "$TITLE"
POL_Wine "$APP_ANSWER"
POL_Wine_WaitExit "$TITLE"
     
# Create Shortcuts
POL_Shortcut "TheWolfAmongUs.exe" "$TITLE"
    
POL_SetupWindow_Close
exit 0AntwoordenZondag 20 Juli 2014 om 17:45                                                                                     Zondag 20 Juli 2014 om 17:53                                                                                     Zondag 20 Juli 2014 om 17:53                                                                                     Zondag 20 Juli 2014 om 18:01                                                                                     Zondag 20 Juli 2014 om 18:38                                                                                     Zondag 20 Juli 2014 om 18:39                                                                                     Zondag 20 Juli 2014 om 18:43                                                                                     Zondag 20 Juli 2014 om 23:59                                                                                     Dinsdag 22 Juli 2014 om 9:58                                                                                     | 
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
 Installeer dit programma
 Installeer dit programma                        

