The Wolf Among Us

Informations

Créateur Messages
Ronin DUSETTE

Information

Cet installateur a été accepté par l'équipe.

Informations

Plate-formes :
Téléchargements : 11106
Wine:

Retours d'expérience

Description

Episodic interactive fantasy mystery graphic adventure video game. 2013

Wikipedia. Appdb.winehq.org 

Captures d'écran

MiniatureMiniatureMiniature

Code source

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

Contribuer
Membre Messages
Dadu042 Mardi 24 Décembre 2019 à 10:40
Dadu042

Information

Cette mise à jour a été acceptée par l'équipe

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

Nouveau code source

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

Réponses

almet Jeudi 9 Novembre 2017 à 0:34
almet Anonymous

Messages

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!

Réponses

Lundi 3 Juin 2019 à 12:12
https://appdb.winehq.org/objectManager.php?sClass=application&iId=16030
deri82 Dimanche 5 Juillet 2015 à 8:22
deri82 Anonymous

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

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"

Nouveau code source

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

Réponses

Mercredi 8 Juillet 2015 à 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 Samedi 25 Octobre 2014 à 21:30
Ronin DUSETTE

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

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"

Nouveau code source

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

Réponses

Ronin DUSETTE Samedi 25 Octobre 2014 à 19:25
Ronin DUSETTE

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

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
      

Nouveau code source

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

Réponses

Ronin DUSETTE Dimanche 20 Juillet 2014 à 17:41
Ronin DUSETTE

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

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

Nouveau code source

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

Réponses

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

 

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