The Legend of Korra

Informations

Créateur Messages
kibo17

Attention

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

Informations

Plate-formes :
Téléchargements : 6677
Wine: 3.0.3

Retours d'expérience

Description

Players controls Avatar Korra, the series' heroine, as she fights villains from the first two seasons of the series with the bending arts, a spiritual and physical practice similar in appearance to Eastern martial arts by which practitioners move and alter the elements of water, earth, fire and air.

Appdb.winehq.org

Code source

#!/bin/bash
# Date : (2014-04-04 18:56)
# Last revision : x
# Wine version used : x
# Distribution used to test : Ubuntu 14.04
# Author : kibo17
# Script licence : GPLv3
# Program licence: Proprietary

#
# CHANGELOG
# [kibo17] (2014-04-04 18:56)
#   Initial script (Wine 1.7.24-LeagueOfLegendsCSMT ).
# [Dadu042] (2020-03-23 12:30)
#   Wine 2.19-staging (outdated) -> 3.0.3
#

[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
 
TITLE="The Legend of Korra"
PREFIX="Korra"
 
 
POL_SetupWindow_Init
POL_Debug_Init
 
POL_SetupWindow_presentation "$TITLE" "Platinum Games" "http://platinumgames.com/games/the-legend-of-korra/" "$PREFIX"
# POL_Call POL_Function_NoCDWarning
POL_Wine_SelectPrefix "$PREFIX"
# POL_SetupWindow_wait "$(eval_gettext "Please wait while the wine prefix is created.")" "$TITLE"
POL_Wine_PrefixCreate "3.0.3"
 
POL_SetupWindow_InstallMethod "LOCAL,DVD"
 
if [ "$INSTALL_METHOD" = "DVD" ]; then
    POL_SetupWindow_cdrom
    POL_SetupWindow_check_cdrom "icon.ico"
    POL_Wine "$CDROM/setup.exe"
    POL_Wine_WaitExit "$TITLE"
elif [ "$INSTALL_METHOD" = "LOCAL" ]; then
    POL_SetupWindow_browse "$(eval_gettext "Please select the setup file to run.")" "$TITLE"
    POL_Wine "$APP_ANSWER"
    POL_Wine_WaitExit "$TITLE"
fi
 
# fix a bug on Nvidia where the screen becomes bluer and bluer with each bullet fired in slow motion
POL_Wine_DetectCard
[ "$DRVID" = "NVIDIA" ] && POL_Wine_Direct3D "UseGLSL" "disabled"
 
POL_Wine_Direct3D "CSMT" "enabled"
 
POL_SetupWindow_VMS $GAME_VMS
POL_Shortcut "LoK.exe" "$TITLE" "The Legend of Korra.png" "" "Game;"
 
POL_SetupWindow_Close
exit

Contributions

Filters:

Contribuer
Membre Messages
Dadu042 Vendredi 27 Mars 2020 à 20:28
Dadu042

Information

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

Differences

@@ -1,12 +1,20 @@
 #!/bin/bash
 # Date : (2014-04-04 18:56)
-# Last revision : (2014-04-05 11:27)
-# Wine version used : 1.7.24-LeagueOfLegendsCSMT
+# Last revision : x
+# Wine version used : x
 # Distribution used to test : Ubuntu 14.04
 # Author : kibo17
 # Script licence : GPLv3
 # Program licence: Proprietary
- 
+
+#
+# CHANGELOG
+# [kibo17] (2014-04-04 18:56)
+#   Initial script (Wine 1.7.24-LeagueOfLegendsCSMT ).
+# [Dadu042] (2020-03-23 12:30)
+#   Wine 2.19-staging (outdated) -> 3.0.3
+#
+
 [ "$PLAYONLINUX" = "" ] && exit 0
 source "$PLAYONLINUX/lib/sources"
  
@@ -21,7 +29,7 @@
 # POL_Call POL_Function_NoCDWarning
 POL_Wine_SelectPrefix "$PREFIX"
 # POL_SetupWindow_wait "$(eval_gettext "Please wait while the wine prefix is created.")" "$TITLE"
-POL_Wine_PrefixCreate "2.19-staging"
+POL_Wine_PrefixCreate "3.0.3"
  
 POL_SetupWindow_InstallMethod "LOCAL,DVD"
  
@@ -43,7 +51,7 @@
 POL_Wine_Direct3D "CSMT" "enabled"
  
 POL_SetupWindow_VMS $GAME_VMS
-POL_Shortcut "LoK.exe" "$TITLE" "The Legend of Korra.png"
+POL_Shortcut "LoK.exe" "$TITLE" "The Legend of Korra.png" "" "Game;"
  
 POL_SetupWindow_Close
 exit
\ No newline at end of file

Nouveau code source

#!/bin/bash
# Date : (2014-04-04 18:56)
# Last revision : x
# Wine version used : x
# Distribution used to test : Ubuntu 14.04
# Author : kibo17
# Script licence : GPLv3
# Program licence: Proprietary

#
# CHANGELOG
# [kibo17] (2014-04-04 18:56)
#   Initial script (Wine 1.7.24-LeagueOfLegendsCSMT ).
# [Dadu042] (2020-03-23 12:30)
#   Wine 2.19-staging (outdated) -> 3.0.3
#

[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
 
TITLE="The Legend of Korra"
PREFIX="Korra"
 
 
POL_SetupWindow_Init
POL_Debug_Init
 
POL_SetupWindow_presentation "$TITLE" "Platinum Games" "http://platinumgames.com/games/the-legend-of-korra/" "$PREFIX"
# POL_Call POL_Function_NoCDWarning
POL_Wine_SelectPrefix "$PREFIX"
# POL_SetupWindow_wait "$(eval_gettext "Please wait while the wine prefix is created.")" "$TITLE"
POL_Wine_PrefixCreate "3.0.3"
 
POL_SetupWindow_InstallMethod "LOCAL,DVD"
 
if [ "$INSTALL_METHOD" = "DVD" ]; then
    POL_SetupWindow_cdrom
    POL_SetupWindow_check_cdrom "icon.ico"
    POL_Wine "$CDROM/setup.exe"
    POL_Wine_WaitExit "$TITLE"
elif [ "$INSTALL_METHOD" = "LOCAL" ]; then
    POL_SetupWindow_browse "$(eval_gettext "Please select the setup file to run.")" "$TITLE"
    POL_Wine "$APP_ANSWER"
    POL_Wine_WaitExit "$TITLE"
fi
 
# fix a bug on Nvidia where the screen becomes bluer and bluer with each bullet fired in slow motion
POL_Wine_DetectCard
[ "$DRVID" = "NVIDIA" ] && POL_Wine_Direct3D "UseGLSL" "disabled"
 
POL_Wine_Direct3D "CSMT" "enabled"
 
POL_SetupWindow_VMS $GAME_VMS
POL_Shortcut "LoK.exe" "$TITLE" "The Legend of Korra.png" "" "Game;"
 
POL_SetupWindow_Close
exit

Réponses

kibo17 Mercredi 25 Octobre 2017 à 23:21
kibo17

Warning

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

Differences

@@ -21,7 +21,7 @@
 # POL_Call POL_Function_NoCDWarning
 POL_Wine_SelectPrefix "$PREFIX"
 # POL_SetupWindow_wait "$(eval_gettext "Please wait while the wine prefix is created.")" "$TITLE"
-POL_Wine_PrefixCreate "1.7.24-LeagueOfLegendsCSMT"
+POL_Wine_PrefixCreate "2.19-staging"
  
 POL_SetupWindow_InstallMethod "LOCAL,DVD"
  

Nouveau code source

#!/bin/bash
# Date : (2014-04-04 18:56)
# Last revision : (2014-04-05 11:27)
# Wine version used : 1.7.24-LeagueOfLegendsCSMT
# Distribution used to test : Ubuntu 14.04
# Author : kibo17
# Script licence : GPLv3
# Program licence: Proprietary
 
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
 
TITLE="The Legend of Korra"
PREFIX="Korra"
 
 
POL_SetupWindow_Init
POL_Debug_Init
 
POL_SetupWindow_presentation "$TITLE" "Platinum Games" "http://platinumgames.com/games/the-legend-of-korra/" "$PREFIX"
# POL_Call POL_Function_NoCDWarning
POL_Wine_SelectPrefix "$PREFIX"
# POL_SetupWindow_wait "$(eval_gettext "Please wait while the wine prefix is created.")" "$TITLE"
POL_Wine_PrefixCreate "2.19-staging"
 
POL_SetupWindow_InstallMethod "LOCAL,DVD"
 
if [ "$INSTALL_METHOD" = "DVD" ]; then
    POL_SetupWindow_cdrom
    POL_SetupWindow_check_cdrom "icon.ico"
    POL_Wine "$CDROM/setup.exe"
    POL_Wine_WaitExit "$TITLE"
elif [ "$INSTALL_METHOD" = "LOCAL" ]; then
    POL_SetupWindow_browse "$(eval_gettext "Please select the setup file to run.")" "$TITLE"
    POL_Wine "$APP_ANSWER"
    POL_Wine_WaitExit "$TITLE"
fi
 
# fix a bug on Nvidia where the screen becomes bluer and bluer with each bullet fired in slow motion
POL_Wine_DetectCard
[ "$DRVID" = "NVIDIA" ] && POL_Wine_Direct3D "UseGLSL" "disabled"
 
POL_Wine_Direct3D "CSMT" "enabled"
 
POL_SetupWindow_VMS $GAME_VMS
POL_Shortcut "LoK.exe" "$TITLE" "The Legend of Korra.png"
 
POL_SetupWindow_Close
exit

Réponses

kibo17 Dimanche 28 Décembre 2014 à 6:01
kibo17

Warning

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

Messages

new wine vercion in csmt

Differences

@@ -1,7 +1,7 @@
 #!/bin/bash
 # Date : (2014-04-04 18:56)
 # Last revision : (2014-04-05 11:27)
-# Wine version used : 1.7.24-LeagueOfLegendsCSMT
+# Wine version used : 1.7.31-CSMT-3f0bf73
 # Distribution used to test : Ubuntu 14.04
 # Author : kibo17
 # Script licence : GPLv3
@@ -21,7 +21,7 @@
 # POL_Call POL_Function_NoCDWarning
 POL_Wine_SelectPrefix "$PREFIX"
 # POL_SetupWindow_wait "$(eval_gettext "Please wait while the wine prefix is created.")" "$TITLE"
-POL_Wine_PrefixCreate "1.7.24-LeagueOfLegendsCSMT"
+POL_Wine_PrefixCreate "1.7.31-CSMT-3f0bf73"
  
 POL_SetupWindow_InstallMethod "LOCAL,DVD"
  

Nouveau code source

#!/bin/bash
# Date : (2014-04-04 18:56)
# Last revision : (2014-04-05 11:27)
# Wine version used : 1.7.31-CSMT-3f0bf73
# Distribution used to test : Ubuntu 14.04
# Author : kibo17
# Script licence : GPLv3
# Program licence: Proprietary
 
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
 
TITLE="The Legend of Korra"
PREFIX="Korra"
 
 
POL_SetupWindow_Init
POL_Debug_Init
 
POL_SetupWindow_presentation "$TITLE" "Platinum Games" "http://platinumgames.com/games/the-legend-of-korra/" "$PREFIX"
# POL_Call POL_Function_NoCDWarning
POL_Wine_SelectPrefix "$PREFIX"
# POL_SetupWindow_wait "$(eval_gettext "Please wait while the wine prefix is created.")" "$TITLE"
POL_Wine_PrefixCreate "1.7.31-CSMT-3f0bf73"
 
POL_SetupWindow_InstallMethod "LOCAL,DVD"
 
if [ "$INSTALL_METHOD" = "DVD" ]; then
    POL_SetupWindow_cdrom
    POL_SetupWindow_check_cdrom "icon.ico"
    POL_Wine "$CDROM/setup.exe"
    POL_Wine_WaitExit "$TITLE"
elif [ "$INSTALL_METHOD" = "LOCAL" ]; then
    POL_SetupWindow_browse "$(eval_gettext "Please select the setup file to run.")" "$TITLE"
    POL_Wine "$APP_ANSWER"
    POL_Wine_WaitExit "$TITLE"
fi
 
# fix a bug on Nvidia where the screen becomes bluer and bluer with each bullet fired in slow motion
POL_Wine_DetectCard
[ "$DRVID" = "NVIDIA" ] && POL_Wine_Direct3D "UseGLSL" "disabled"
 
POL_Wine_Direct3D "CSMT" "enabled"
 
POL_SetupWindow_VMS $GAME_VMS
POL_Shortcut "LoK.exe" "$TITLE" "The Legend of Korra.png"
 
POL_SetupWindow_Close
exit

Réponses

Mercredi 11 Décembre 2019 à 20:25
Script approved.
kibo17 Dimanche 28 Décembre 2014 à 5:57
kibo17

Warning

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

Differences

@@ -21,7 +21,7 @@
 # POL_Call POL_Function_NoCDWarning
 POL_Wine_SelectPrefix "$PREFIX"
 # POL_SetupWindow_wait "$(eval_gettext "Please wait while the wine prefix is created.")" "$TITLE"
-POL_Wine_PrefixCreate "1.7.24-LeagueOfLegendsCSMT"
+POL_Wine_PrefixCreate "1.7.31-CSMT-3f0bf73"
  
 POL_SetupWindow_InstallMethod "LOCAL,DVD"
  

Nouveau code source

#!/bin/bash
# Date : (2014-04-04 18:56)
# Last revision : (2014-04-05 11:27)
# Wine version used : 1.7.24-LeagueOfLegendsCSMT
# Distribution used to test : Ubuntu 14.04
# Author : kibo17
# Script licence : GPLv3
# Program licence: Proprietary
 
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
 
TITLE="The Legend of Korra"
PREFIX="Korra"
 
 
POL_SetupWindow_Init
POL_Debug_Init
 
POL_SetupWindow_presentation "$TITLE" "Platinum Games" "http://platinumgames.com/games/the-legend-of-korra/" "$PREFIX"
# POL_Call POL_Function_NoCDWarning
POL_Wine_SelectPrefix "$PREFIX"
# POL_SetupWindow_wait "$(eval_gettext "Please wait while the wine prefix is created.")" "$TITLE"
POL_Wine_PrefixCreate "1.7.31-CSMT-3f0bf73"
 
POL_SetupWindow_InstallMethod "LOCAL,DVD"
 
if [ "$INSTALL_METHOD" = "DVD" ]; then
    POL_SetupWindow_cdrom
    POL_SetupWindow_check_cdrom "icon.ico"
    POL_Wine "$CDROM/setup.exe"
    POL_Wine_WaitExit "$TITLE"
elif [ "$INSTALL_METHOD" = "LOCAL" ]; then
    POL_SetupWindow_browse "$(eval_gettext "Please select the setup file to run.")" "$TITLE"
    POL_Wine "$APP_ANSWER"
    POL_Wine_WaitExit "$TITLE"
fi
 
# fix a bug on Nvidia where the screen becomes bluer and bluer with each bullet fired in slow motion
POL_Wine_DetectCard
[ "$DRVID" = "NVIDIA" ] && POL_Wine_Direct3D "UseGLSL" "disabled"
 
POL_Wine_Direct3D "CSMT" "enabled"
 
POL_SetupWindow_VMS $GAME_VMS
POL_Shortcut "LoK.exe" "$TITLE" "The Legend of Korra.png"
 
POL_SetupWindow_Close
exit

Réponses

kibo17 Lundi 3 Novembre 2014 à 6:40
kibo17

Warning

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

Differences

@@ -0,0 +1,49 @@
+#!/bin/bash
+# Date : (2014-04-04 18:56)
+# Last revision : (2014-04-05 11:27)
+# Wine version used : 1.7.24-LeagueOfLegendsCSMT
+# Distribution used to test : Ubuntu 14.04
+# Author : kibo17
+# Script licence : GPLv3
+# Program licence: Proprietary
+ 
+[ "$PLAYONLINUX" = "" ] && exit 0
+source "$PLAYONLINUX/lib/sources"
+ 
+TITLE="The Legend of Korra"
+PREFIX="Korra"
+ 
+ 
+POL_SetupWindow_Init
+POL_Debug_Init
+ 
+POL_SetupWindow_presentation "$TITLE" "Platinum Games" "http://platinumgames.com/games/the-legend-of-korra/" "$PREFIX"
+# POL_Call POL_Function_NoCDWarning
+POL_Wine_SelectPrefix "$PREFIX"
+# POL_SetupWindow_wait "$(eval_gettext "Please wait while the wine prefix is created.")" "$TITLE"
+POL_Wine_PrefixCreate "1.7.24-LeagueOfLegendsCSMT"
+ 
+POL_SetupWindow_InstallMethod "LOCAL,DVD"
+ 
+if [ "$INSTALL_METHOD" = "DVD" ]; then
+    POL_SetupWindow_cdrom
+    POL_SetupWindow_check_cdrom "icon.ico"
+    POL_Wine "$CDROM/setup.exe"
+    POL_Wine_WaitExit "$TITLE"
+elif [ "$INSTALL_METHOD" = "LOCAL" ]; then
+    POL_SetupWindow_browse "$(eval_gettext "Please select the setup file to run.")" "$TITLE"
+    POL_Wine "$APP_ANSWER"
+    POL_Wine_WaitExit "$TITLE"
+fi
+ 
+# fix a bug on Nvidia where the screen becomes bluer and bluer with each bullet fired in slow motion
+POL_Wine_DetectCard
+[ "$DRVID" = "NVIDIA" ] && POL_Wine_Direct3D "UseGLSL" "disabled"
+ 
+POL_Wine_Direct3D "CSMT" "enabled"
+ 
+POL_SetupWindow_VMS $GAME_VMS
+POL_Shortcut "LoK.exe" "$TITLE" "The Legend of Korra.png"
+ 
+POL_SetupWindow_Close
+exit
\ No newline at end of file

Nouveau code source

#!/bin/bash
# Date : (2014-04-04 18:56)
# Last revision : (2014-04-05 11:27)
# Wine version used : 1.7.24-LeagueOfLegendsCSMT
# Distribution used to test : Ubuntu 14.04
# Author : kibo17
# Script licence : GPLv3
# Program licence: Proprietary
 
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
 
TITLE="The Legend of Korra"
PREFIX="Korra"
 
 
POL_SetupWindow_Init
POL_Debug_Init
 
POL_SetupWindow_presentation "$TITLE" "Platinum Games" "http://platinumgames.com/games/the-legend-of-korra/" "$PREFIX"
# POL_Call POL_Function_NoCDWarning
POL_Wine_SelectPrefix "$PREFIX"
# POL_SetupWindow_wait "$(eval_gettext "Please wait while the wine prefix is created.")" "$TITLE"
POL_Wine_PrefixCreate "1.7.24-LeagueOfLegendsCSMT"
 
POL_SetupWindow_InstallMethod "LOCAL,DVD"
 
if [ "$INSTALL_METHOD" = "DVD" ]; then
    POL_SetupWindow_cdrom
    POL_SetupWindow_check_cdrom "icon.ico"
    POL_Wine "$CDROM/setup.exe"
    POL_Wine_WaitExit "$TITLE"
elif [ "$INSTALL_METHOD" = "LOCAL" ]; then
    POL_SetupWindow_browse "$(eval_gettext "Please select the setup file to run.")" "$TITLE"
    POL_Wine "$APP_ANSWER"
    POL_Wine_WaitExit "$TITLE"
fi
 
# fix a bug on Nvidia where the screen becomes bluer and bluer with each bullet fired in slow motion
POL_Wine_DetectCard
[ "$DRVID" = "NVIDIA" ] && POL_Wine_Direct3D "UseGLSL" "disabled"
 
POL_Wine_Direct3D "CSMT" "enabled"
 
POL_SetupWindow_VMS $GAME_VMS
POL_Shortcut "LoK.exe" "$TITLE" "The Legend of Korra.png"
 
POL_SetupWindow_Close
exit

Réponses

Anonymous
Lundi 3 Novembre 2014 à 11:44
Why using LoL patch?
Samedi 8 Novembre 2014 à 21:19
yes is not new vercion is CSMT if you upgrade CSMT a wine 1.7.27 It would be helpful
Samedi 8 Novembre 2014 à 21:58
Latest version of "CSMT" available is 1.7.24-CS-0.9.1 (that's its name in stephand wine repository)
Mardi 11 Novembre 2014 à 23:25
is patch CSMT add to wine 1.7.27?
kibo17 Lundi 3 Novembre 2014 à 6:29
kibo17

Warning

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

Differences

@@ -0,0 +1,50 @@
+#!/bin/bash
+# Date : (2014-04-04 18:56)
+# Last revision : (2014-04-05 11:27)
+# Wine version used : 1.7.24-LeagueOfLegendsCSMT
+# Distribution used to test : Ubuntu 14.04
+# Author : kibo17
+# Script licence : GPLv3
+# Program licence: Proprietary
+ 
+[ "$PLAYONLINUX" = "" ] && exit 0
+source "$PLAYONLINUX/lib/sources"
+ 
+TITLE="The Legend of Korra"
+PREFIX="Korra"
+ 
+ 
+POL_SetupWindow_Init
+POL_Debug_Init
+ 
+POL_SetupWindow_presentation "$TITLE" "Platinum Games" "http://platinumgames.com/games/the-legend-of-korra/" "$PREFIX"
+# POL_Call POL_Function_NoCDWarning
+POL_Wine_SelectPrefix "$PREFIX"
+# POL_SetupWindow_wait "$(eval_gettext "Please wait while the wine prefix is created.")" "$TITLE"
+POL_Wine_PrefixCreate "1.7.24-LeagueOfLegendsCSMT"
+ 
+POL_SetupWindow_InstallMethod "LOCAL,DVD"
+ 
+if [ "$INSTALL_METHOD" = "DVD" ]; then
+    POL_SetupWindow_cdrom
+    POL_SetupWindow_check_cdrom "icon.ico"
+    POL_Wine "$CDROM/setup.exe"
+    POL_Wine_WaitExit "$TITLE"
+elif [ "$INSTALL_METHOD" = "LOCAL" ]; then
+    POL_SetupWindow_browse "$(eval_gettext "Please select the setup file to run.")" "$TITLE"
+    POL_Wine "$APP_ANSWER"
+    POL_Wine_WaitExit "$TITLE"
+fi
+ 
+# fix a bug on Nvidia where the screen becomes bluer and bluer with each bullet fired in slow motion
+POL_Wine_DetectCard
+[ "$DRVID" = "NVIDIA" ] && POL_Wine_Direct3D "UseGLSL" "disabled"
+ 
+POL_Wine_Direct3D "CSMT" "enabled"
+POL_Wine_DirectInput "MouseWarpOverride" "force"
+ 
+POL_SetupWindow_VMS $GAME_VMS
+POL_Shortcut "LoK.exe" "$TITLE" "The Legend of Korra.png"
+ 
+POL_SetupWindow_Close
+exit
\ No newline at end of file

Nouveau code source

#!/bin/bash
# Date : (2014-04-04 18:56)
# Last revision : (2014-04-05 11:27)
# Wine version used : 1.7.24-LeagueOfLegendsCSMT
# Distribution used to test : Ubuntu 14.04
# Author : kibo17
# Script licence : GPLv3
# Program licence: Proprietary
 
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
 
TITLE="The Legend of Korra"
PREFIX="Korra"
 
 
POL_SetupWindow_Init
POL_Debug_Init
 
POL_SetupWindow_presentation "$TITLE" "Platinum Games" "http://platinumgames.com/games/the-legend-of-korra/" "$PREFIX"
# POL_Call POL_Function_NoCDWarning
POL_Wine_SelectPrefix "$PREFIX"
# POL_SetupWindow_wait "$(eval_gettext "Please wait while the wine prefix is created.")" "$TITLE"
POL_Wine_PrefixCreate "1.7.24-LeagueOfLegendsCSMT"
 
POL_SetupWindow_InstallMethod "LOCAL,DVD"
 
if [ "$INSTALL_METHOD" = "DVD" ]; then
    POL_SetupWindow_cdrom
    POL_SetupWindow_check_cdrom "icon.ico"
    POL_Wine "$CDROM/setup.exe"
    POL_Wine_WaitExit "$TITLE"
elif [ "$INSTALL_METHOD" = "LOCAL" ]; then
    POL_SetupWindow_browse "$(eval_gettext "Please select the setup file to run.")" "$TITLE"
    POL_Wine "$APP_ANSWER"
    POL_Wine_WaitExit "$TITLE"
fi
 
# fix a bug on Nvidia where the screen becomes bluer and bluer with each bullet fired in slow motion
POL_Wine_DetectCard
[ "$DRVID" = "NVIDIA" ] && POL_Wine_Direct3D "UseGLSL" "disabled"
 
POL_Wine_Direct3D "CSMT" "enabled"
POL_Wine_DirectInput "MouseWarpOverride" "force"
 
POL_SetupWindow_VMS $GAME_VMS
POL_Shortcut "LoK.exe" "$TITLE" "The Legend of Korra.png"
 
POL_SetupWindow_Close
exit

Réponses

kibo17 Lundi 3 Novembre 2014 à 6:28
kibo17

Warning

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

Differences

@@ -0,0 +1,50 @@
+#!/bin/bash
+# Date : (2014-04-04 18:56)
+# Last revision : (2014-04-05 11:27)
+# Wine version used : 1.7.24-LeagueOfLegendsCSMT
+# Distribution used to test : Ubuntu 14.04
+# Author : kibo17
+# Script licence : GPLv3
+# Program licence: Proprietary
+ 
+[ "$PLAYONLINUX" = "" ] && exit 0
+source "$PLAYONLINUX/lib/sources"
+ 
+TITLE="The Legend of Korra"
+PREFIX="Korra"
+ 
+ 
+POL_SetupWindow_Init
+POL_Debug_Init
+ 
+POL_SetupWindow_presentation "$TITLE" "Platinum Games" "http://platinumgames.com/games/the-legend-of-korra/" "$PREFIX"
+# POL_Call POL_Function_NoCDWarning
+POL_Wine_SelectPrefix "$PREFIX"
+# POL_SetupWindow_wait "$(eval_gettext "Please wait while the wine prefix is created.")" "$TITLE"
+POL_Wine_PrefixCreate "1.7.24-LeagueOfLegendsCSMT"
+ 
+POL_SetupWindow_InstallMethod "LOCAL,DVD"
+ 
+if [ "$INSTALL_METHOD" = "DVD" ]; then
+    POL_SetupWindow_cdrom
+    POL_SetupWindow_check_cdrom "icon.ico"
+    POL_Wine "$CDROM/setup.exe"
+    POL_Wine_WaitExit "$TITLE"
+elif [ "$INSTALL_METHOD" = "LOCAL" ]; then
+    POL_SetupWindow_browse "$(eval_gettext "Please select the setup file to run.")" "$TITLE"
+    POL_Wine "$APP_ANSWER"
+    POL_Wine_WaitExit "$TITLE"
+fi
+ 
+# fix a bug on Nvidia where the screen becomes bluer and bluer with each bullet fired in slow motion
+POL_Wine_DetectCard
+[ "$DRVID" = "NVIDIA" ] && POL_Wine_Direct3D "UseGLSL" "disabled"
+ 
+POL_Wine_Direct3D "CSMT" "enabled"
+POL_Wine_DirectInput "MouseWarpOverride" "force"
+ 
+POL_SetupWindow_VMS $GAME_VMS
+POL_Shortcut "LoK.exe" "$TITLE" "The Legend of Korra.png"
+ 
+POL_SetupWindow_Close
+exit
\ No newline at end of file

Nouveau code source

#!/bin/bash
# Date : (2014-04-04 18:56)
# Last revision : (2014-04-05 11:27)
# Wine version used : 1.7.24-LeagueOfLegendsCSMT
# Distribution used to test : Ubuntu 14.04
# Author : kibo17
# Script licence : GPLv3
# Program licence: Proprietary
 
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
 
TITLE="The Legend of Korra"
PREFIX="Korra"
 
 
POL_SetupWindow_Init
POL_Debug_Init
 
POL_SetupWindow_presentation "$TITLE" "Platinum Games" "http://platinumgames.com/games/the-legend-of-korra/" "$PREFIX"
# POL_Call POL_Function_NoCDWarning
POL_Wine_SelectPrefix "$PREFIX"
# POL_SetupWindow_wait "$(eval_gettext "Please wait while the wine prefix is created.")" "$TITLE"
POL_Wine_PrefixCreate "1.7.24-LeagueOfLegendsCSMT"
 
POL_SetupWindow_InstallMethod "LOCAL,DVD"
 
if [ "$INSTALL_METHOD" = "DVD" ]; then
    POL_SetupWindow_cdrom
    POL_SetupWindow_check_cdrom "icon.ico"
    POL_Wine "$CDROM/setup.exe"
    POL_Wine_WaitExit "$TITLE"
elif [ "$INSTALL_METHOD" = "LOCAL" ]; then
    POL_SetupWindow_browse "$(eval_gettext "Please select the setup file to run.")" "$TITLE"
    POL_Wine "$APP_ANSWER"
    POL_Wine_WaitExit "$TITLE"
fi
 
# fix a bug on Nvidia where the screen becomes bluer and bluer with each bullet fired in slow motion
POL_Wine_DetectCard
[ "$DRVID" = "NVIDIA" ] && POL_Wine_Direct3D "UseGLSL" "disabled"
 
POL_Wine_Direct3D "CSMT" "enabled"
POL_Wine_DirectInput "MouseWarpOverride" "force"
 
POL_SetupWindow_VMS $GAME_VMS
POL_Shortcut "LoK.exe" "$TITLE" "The Legend of Korra.png"
 
POL_SetupWindow_Close
exit

Réponses