The Legend of Korra

Informatie

Creator Bericht
kibo17

Warning

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

Informatie

Platforms:
Downloads: 6880
Wine: 3.0.3

Feedbacks

Omschrijving

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

Broncode

#!/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 Bericht
Dadu042 Vrijdag 27 Maart 2020 om 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

Antwoorden

kibo17 Woensdag 25 October 2017 om 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

Antwoorden

kibo17 Zondag 28 December 2014 om 6:01
kibo17

Warning

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

Bericht

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

Antwoorden

Woensdag 11 December 2019 om 20:25
Script approved.
kibo17 Zondag 28 December 2014 om 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

Antwoorden

kibo17 Maandag 3 November 2014 om 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

Antwoorden

Anonymous
Maandag 3 November 2014 om 11:44
Why using LoL patch?
Zaterdag 8 November 2014 om 21:19
yes is not new vercion is CSMT if you upgrade CSMT a wine 1.7.27 It would be helpful
Zaterdag 8 November 2014 om 21:58
Latest version of "CSMT" available is 1.7.24-CS-0.9.1 (that's its name in stephand wine repository)
Dinsdag 11 November 2014 om 23:25
is patch CSMT add to wine 1.7.27?
kibo17 Maandag 3 November 2014 om 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

Antwoorden

kibo17 Maandag 3 November 2014 om 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

Antwoorden

This site allows content generated by members, and we promptly remove any content that infringes copyright according to our Terms of Service. To report copyright infringement, please send a notice to dmca-notice@playonlinux.com