The Legend of Korra
Informations
| Creator | Mensajes |
|---|---|
kibo17
|
WarningThis installer is a beta script. It means that it might not work as expected InformationsPlatforms: Feedbacks0 0 DescriptionPlayers 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. 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 | Mensajes |
| Dadu042 | Friday 27 March 2020 at 20:28 |
|
Dadu042
|
InformationThis 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 Respuestas |
| kibo17 | Wednesday 25 October 2017 at 23:21 |
kibo17
|
WarningThis update has not been approved yet by the team. 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 Respuestas |
| kibo17 | Sunday 28 December 2014 at 6:01 |
kibo17
|
WarningThis update has not been approved yet by the team. Mensajesnew 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 RespuestasWednesday 11 December 2019 at 20:25
|
| kibo17 | Sunday 28 December 2014 at 5:57 |
kibo17
|
WarningThis update has not been approved yet by the team. 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 Respuestas |
| kibo17 | Monday 3 November 2014 at 6:40 |
kibo17
|
WarningThis update has not been approved yet by the team. 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 RespuestasMonday 3 November 2014 at 11:44
Saturday 8 November 2014 at 21:19
Saturday 8 November 2014 at 21:58
Tuesday 11 November 2014 at 23:25
|
| kibo17 | Monday 3 November 2014 at 6:29 |
kibo17
|
WarningThis update has not been approved yet by the team. 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 Respuestas |
| kibo17 | Monday 3 November 2014 at 6:28 |
kibo17
|
WarningThis update has not been approved yet by the team. 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 Respuestas |
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
Install this program 
