The Wolf Among Us

Informations

Creator Message
Ronin DUSETTE

Warning

This installer is a beta script. It means that it might not work as expected

Informations

Platforms:
Downloads: 11053
Wine:

Feedbacks

Description

Episodic interactive fantasy mystery graphic adventure video game. 2013

Wikipedia. Appdb.winehq.org 

Screenshots

MiniatureMiniatureMiniature

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 0

Contributions

Filters:

Contribute
Member Message
Dadu042 Tuesday 24 December 2019 at 10:40
Dadu042

Information

This 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 0

Replies

almet Thursday 9 November 2017 at 0:34
almet Anonymous

Message

I 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!

Replies

Monday 3 June 2019 at 12:12
https://appdb.winehq.org/objectManager.php?sClass=application&iId=16030
deri82 Sunday 5 July 2015 at 8:22
deri82 Anonymous

Warning

This update has not been approved yet by the team.
Use it at your own risk

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 0

Replies

Wednesday 8 July 2015 at 17:48
Can you please show why this needs to be changed? A commit message along with your changes are needed so that we know why it needs to be changed, and what bugs lead you to need the change.
Ronin DUSETTE Saturday 25 October 2014 at 21:30
Ronin DUSETTE

Warning

This update has not been approved yet by the team.
Use it at your own risk

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 0

Replies

Ronin DUSETTE Saturday 25 October 2014 at 19:25
Ronin DUSETTE

Warning

This update has not been approved yet by the team.
Use it at your own risk

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 0

Replies

Ronin DUSETTE Sunday 20 July 2014 at 17:41
Ronin DUSETTE

Warning

This update has not been approved yet by the team.
Use it at your own risk

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 0

Replies

Anonymous
Sunday 20 July 2014 at 17:45
Nice job! Will it run on Mac?
Sunday 20 July 2014 at 17:53
There is already a Mac version. Unfortunately, this awesome game is cross-platform, except Linux. :(
Sunday 20 July 2014 at 17:53
It took me a few minutes to figure out this interface, too. Lol. I like it though. Really clean and intuitive.
Sunday 20 July 2014 at 18:01
Also, I will have the image resources done later on today or tomorrow. I have them, but I have not resized/cropped, etc..
Anonymous
Sunday 20 July 2014 at 18:38
Nice! I want also to integrate that in the new interface
Sunday 20 July 2014 at 18:39
That would be awesome. I am actually doing that for imsostarving.com . I made that web application, and I need to get resize/crop support for users set up there, as well.
Anonymous
Sunday 20 July 2014 at 18:43
Cropping might be harder because it would need some Javascript and it would make the interface really heavier. But why not trying
Sunday 20 July 2014 at 23:59
Yeah. I agree. I have actually been getting fairly good at js. I am going to write a little something to do that, and I want it to be fairly light, as well. If I get something decent, I will let you know, and you can try it, if you want to. There are a LOT of js libraries and toolkits, too. I am sure there is something that you can add fairly easy that won't be too heavy. I am writing my own to just to earn my stripes, so to speak. haha. 
Tuesday 22 July 2014 at 9:58
Images posted here:

 

http://www.playonlinux.com/en/topic-12172-Images_for_The_Wolf_Among_Us.html