The Legend of Korra

Informations

Creator Meddelanden
kibo17

Warning

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

Informations

Platforms:
Downloads: 6675
Wine: 3.0.3

Feedbacks

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

Source code

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

Contribute
Member Meddelanden
Dadu042 Friday 27 March 2020 at 20:28
Dadu042

Information

This update has been approved by the team.

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

New source code

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

Svar

kibo17 Wednesday 25 October 2017 at 23:21
kibo17

Warning

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

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"
  

New source code

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

Svar

kibo17 Sunday 28 December 2014 at 6:01
kibo17

Warning

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

Meddelanden

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"
  

New source code

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

Svar

Wednesday 11 December 2019 at 20:25
Script approved.
kibo17 Sunday 28 December 2014 at 5:57
kibo17

Warning

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

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"
  

New source code

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

Svar

kibo17 Monday 3 November 2014 at 6:40
kibo17

Warning

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

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

New source code

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

Svar

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

Warning

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

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

New source code

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

Svar

kibo17 Monday 3 November 2014 at 6:28
kibo17

Warning

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

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

New source code

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

Svar