Dadu042 |
Mardi 24 Décembre 2019 à 10:40 |
Dadu042
|
Information
Cette mise à jour a été acceptée par l'équipe
Differences
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | @@ -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"
@@ -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
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 | #!/bin/bash
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
PREFIX= "TheWolfAmongUs"
WINEVERSION= ""
TITLE= "The Wolf Among Us"
EDITOR= "Telltale Games"
AUTHOR= "RoninDusette"
POL_SetupWindow_Init
POL_Debug_Init
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"
POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file.')" "$TITLE"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"
Set_OS "winxp"
POL_Wine_WaitBefore "$TITLE"
POL_Wine "$APP_ANSWER"
POL_Wine_WaitExit "$TITLE"
POL_Shortcut "TheWolfAmongUs.exe" "$TITLE" "" "" "Game;"
POL_SetupWindow_Close
exit 0
|
Réponses
|
almet |
Jeudi 9 Novembre 2017 à 0:34 |
almet
|
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
|
Warning
Cette mise à jour n'a pas été approuvée par l'équipe. Utilisez-la à vos risques et périls
Differences
1 2 3 4 5 6 7 8 9 | @@ -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"
|
Nouveau code source
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 | #!/bin/bash
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
PREFIX= "TheWolfAmongUs"
WINEVERSION= "1.7.46"
TITLE= "The Wolf Among Us"
EDITOR= "Telltale Games"
AUTHOR= "RoninDusette"
POL_SetupWindow_Init
POL_Debug_Init
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"
POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file.')" "$TITLE"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"
Set_OS "winxp"
POL_Wine_WaitBefore "$TITLE"
POL_Wine "$APP_ANSWER"
POL_Wine_WaitExit "$TITLE"
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
1 2 3 4 5 6 7 8 9 | @@ -14,7 +14,7 @@
TITLE="The Wolf Among Us"
EDITOR="Telltale Games"
-AUTHOR="DJYoshaBYD"
+AUTHOR="RoninDusette"
#Initialization
|
Nouveau code source
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 | #!/bin/bash
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
PREFIX= "TheWolfAmongUs"
WINEVERSION= "1.6.1"
TITLE= "The Wolf Among Us"
EDITOR= "Telltale Games"
AUTHOR= "RoninDusette"
POL_SetupWindow_Init
POL_Debug_Init
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"
POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file.')" "$TITLE"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"
Set_OS "winxp"
POL_Wine_WaitBefore "$TITLE"
POL_Wine "$APP_ANSWER"
POL_Wine_WaitExit "$TITLE"
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 2 3 4 5 6 7 8 9 | @@ -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
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 | #!/bin/bash
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
PREFIX= "TheWolfAmongUs"
WINEVERSION= "1.6.1"
TITLE= "The Wolf Among Us"
EDITOR= "Telltale Games"
AUTHOR= "DJYoshaBYD"
POL_SetupWindow_Init
POL_Debug_Init
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"
POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file.')" "$TITLE"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"
Set_OS "winxp"
POL_Wine_WaitBefore "$TITLE"
POL_Wine "$APP_ANSWER"
POL_Wine_WaitExit "$TITLE"
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
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 | @@ -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"
+AUTHOR="DJYoshaBYD"
+
+#Initialization
+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
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 | #!/bin/bash
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
PREFIX= "TheWolfAmongUs"
WINEVERSION= "1.6.1"
TITLE= "The Wolf Among Us"
EDITOR= "Telltale Games"
AUTHOR= "DJYoshaBYD"
POL_SetupWindow_Init
POL_Debug_Init
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"
POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file.')" "$TITLE"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"
Set_OS "winxp"
POL_Wine_WaitBefore "$TITLE"
POL_Wine "$APP_ANSWER"
POL_Wine_WaitExit "$TITLE"
POL_Shortcut "TheWolfAmongUs.exe" "$TITLE"
POL_SetupWindow_Close
exit 0
|
Réponses
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..
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.
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
|