The Wolf Among Us

Informatie

Creator Bericht
Ronin DUSETTE

Information

This installer has been approved by the team.

Informatie

Platforms:
Downloads: 11055
Wine:

Feedbacks

Omschrijving

Episodic interactive fantasy mystery graphic adventure video game. 2013

Wikipedia. Appdb.winehq.org 

Schermafdrukken

MiniatureMiniatureMiniature

Broncode

#!/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

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

Antwoorden

almet Donderdag 9 November 2017 om 0:34
almet Anonymous

Bericht

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!

Antwoorden

Maandag 3 Juni\ 2019 om 12:12
https://appdb.winehq.org/objectManager.php?sClass=application&iId=16030
deri82 Zondag 5 Juli 2015 om 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

Antwoorden

Woensdag 8 Juli 2015 om 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 Zaterdag 25 October 2014 om 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

Antwoorden

Ronin DUSETTE Zaterdag 25 October 2014 om 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

Antwoorden

Ronin DUSETTE Zondag 20 Juli 2014 om 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

Antwoorden

Anonymous
Zondag 20 Juli 2014 om 17:45
Nice job! Will it run on Mac?
Zondag 20 Juli 2014 om 17:53
There is already a Mac version. Unfortunately, this awesome game is cross-platform, except Linux. :(
Zondag 20 Juli 2014 om 17:53
It took me a few minutes to figure out this interface, too. Lol. I like it though. Really clean and intuitive.
Zondag 20 Juli 2014 om 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
Zondag 20 Juli 2014 om 18:38
Nice! I want also to integrate that in the new interface
Zondag 20 Juli 2014 om 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
Zondag 20 Juli 2014 om 18:43
Cropping might be harder because it would need some Javascript and it would make the interface really heavier. But why not trying
Zondag 20 Juli 2014 om 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. 
Dinsdag 22 Juli 2014 om 9:58
Images posted here:

 

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