Champions Online
Informations
Creator | Message |
---|---|
Thimoteus
|
InformationThis installer has been approved by the team. InformationsPlatforms: Feedbacks0 1 DescriptionChampions Online is a free-to-play (with optional subscription) superhero-themed massively multiplayer online role-playing game by former City of Heroes/Villains developer Cryptic Studios based on the Champions license. Wikipedia. Appdb.winehq.org Source code#!/bin/bash # Date : (2015-04-21) # Distribution used to test : Arch Linux 64-bit # Author : Thimoteus # Licence : GPLv3 # PlayOnLinux: 4.2.8 # # CHANGELOG # [Thimoteus] (2015-04-21) # First script. # [Dadu042] (2020-01-03) # Wine 1.7.40 -> 3.0.3 # [Dadu042] (2021-08-10) # Wine 3.0.3 -> 4.0.4 # Winxp (not supported any more) -> Win 7 [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="ChampionsOnline" WINEVERSION="4.0.4" TITLE="Champions Online" EDITOR="Perfect World Entertainment Inc." GAME_URL="http://www.arcgames.com/en/games/champions-online" AUTHOR="Thimoteus" DOWNLOAD_URL="http://download.perfectworld.com/co/champions_online_setup.exe" #Initialization POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_Debug_Init # Presentation POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" # Create Prefix POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" # Configuration Set_OS "win7" # Installation POL_System_TmpCreate "$PREFIX" cd $POL_System_TmpDir POL_Download "$DOWNLOAD_URL" "c8bd9c356f9f4aca091b235ced50da7d" POL_SetupWindow_message "$(eval_gettext 'NOTICE: Do not run $TITLE or log in after installation. Close any open windows so that PlayOnLinux can finish the install. ')" "$TITLE" POL_Wine "champions_online_setup.exe" POL_Wine_WaitExit "$TITLE" # Create Shortcut POL_Shortcut "Champions Online.exe" "$TITLE" "" "" "Game;" # Cleanup POL_System_TmpDelete POL_SetupWindow_message "$(eval_gettext 'NOTICE: $TITLE can take up to 15 minutes or longer to start for the first time. It only does this the first time the game has be ran.')" "$TITLE" POL_SetupWindow_Close exit 0 |
Contributions
Filters:
ContributeMember | Message |
Dadu042 | Tuesday 10 August 2021 at 20:47 |
Dadu042
|
InformationThis update has been approved by the team. MessageBabhdail, please test this script then report. Differences@@ -11,12 +11,16 @@ # First script. # [Dadu042] (2020-01-03) # Wine 1.7.40 -> 3.0.3 +# [Dadu042] (2021-08-10) +# Wine 3.0.3 -> 4.0.4 +# Winxp (not supported any more) -> Win 7 + [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="ChampionsOnline" -WINEVERSION="3.0.3" +WINEVERSION="4.0.4" TITLE="Champions Online" EDITOR="Perfect World Entertainment Inc." GAME_URL="http://www.arcgames.com/en/games/champions-online" @@ -37,7 +41,7 @@ POL_Wine_PrefixCreate "$WINEVERSION" # Configuration -Set_OS "winxp" +Set_OS "win7" # Installation POL_System_TmpCreate "$PREFIX" @@ -58,4 +62,4 @@ POL_SetupWindow_message "$(eval_gettext 'NOTICE: $TITLE can take up to 15 minutes or longer to start for the first time. It only does this the first time the game has be ran.')" "$TITLE" POL_SetupWindow_Close -exit 0 +exit 0 \ No newline at end of file New source code#!/bin/bash # Date : (2015-04-21) # Distribution used to test : Arch Linux 64-bit # Author : Thimoteus # Licence : GPLv3 # PlayOnLinux: 4.2.8 # # CHANGELOG # [Thimoteus] (2015-04-21) # First script. # [Dadu042] (2020-01-03) # Wine 1.7.40 -> 3.0.3 # [Dadu042] (2021-08-10) # Wine 3.0.3 -> 4.0.4 # Winxp (not supported any more) -> Win 7 [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="ChampionsOnline" WINEVERSION="4.0.4" TITLE="Champions Online" EDITOR="Perfect World Entertainment Inc." GAME_URL="http://www.arcgames.com/en/games/champions-online" AUTHOR="Thimoteus" DOWNLOAD_URL="http://download.perfectworld.com/co/champions_online_setup.exe" #Initialization POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_Debug_Init # Presentation POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" # Create Prefix POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" # Configuration Set_OS "win7" # Installation POL_System_TmpCreate "$PREFIX" cd $POL_System_TmpDir POL_Download "$DOWNLOAD_URL" "c8bd9c356f9f4aca091b235ced50da7d" POL_SetupWindow_message "$(eval_gettext 'NOTICE: Do not run $TITLE or log in after installation. Close any open windows so that PlayOnLinux can finish the install. ')" "$TITLE" POL_Wine "champions_online_setup.exe" POL_Wine_WaitExit "$TITLE" # Create Shortcut POL_Shortcut "Champions Online.exe" "$TITLE" "" "" "Game;" # Cleanup POL_System_TmpDelete POL_SetupWindow_message "$(eval_gettext 'NOTICE: $TITLE can take up to 15 minutes or longer to start for the first time. It only does this the first time the game has be ran.')" "$TITLE" POL_SetupWindow_Close exit 0 RepliesThursday 12 August 2021 at 17:52
|
Babhdail | Monday 9 August 2021 at 22:11 |
Babhdail
|
MessageI attempted to install this on 8/9/2021. During installation I got a message that Windows XP is no longer supported. Replies |
Dadu042 | Friday 3 January 2020 at 20:25 |
Dadu042
|
WarningThis update has not been approved yet by the team. Differences@@ -5,12 +5,18 @@ # Licence : GPLv3 # PlayOnLinux: 4.2.8 - +# +# CHANGELOG +# [Thimoteus] (2015-04-21) +# First script. +# [Dadu042] (2020-01-03) +# Wine 1.7.40 -> 3.0.3 + [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="ChampionsOnline" -WINEVERSION="1.7.40" +WINEVERSION="3.0.3" TITLE="Champions Online" EDITOR="Perfect World Entertainment Inc." GAME_URL="http://www.arcgames.com/en/games/champions-online" @@ -44,7 +50,7 @@ POL_Wine_WaitExit "$TITLE" # Create Shortcut -POL_Shortcut "Champions Online.exe" "$TITLE" +POL_Shortcut "Champions Online.exe" "$TITLE" "" "" "Game;" # Cleanup POL_System_TmpDelete New source code#!/bin/bash # Date : (2015-04-21) # Distribution used to test : Arch Linux 64-bit # Author : Thimoteus # Licence : GPLv3 # PlayOnLinux: 4.2.8 # # CHANGELOG # [Thimoteus] (2015-04-21) # First script. # [Dadu042] (2020-01-03) # Wine 1.7.40 -> 3.0.3 [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="ChampionsOnline" WINEVERSION="3.0.3" TITLE="Champions Online" EDITOR="Perfect World Entertainment Inc." GAME_URL="http://www.arcgames.com/en/games/champions-online" AUTHOR="Thimoteus" DOWNLOAD_URL="http://download.perfectworld.com/co/champions_online_setup.exe" #Initialization POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_Debug_Init # Presentation POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" # Create Prefix POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" # Configuration Set_OS "winxp" # Installation POL_System_TmpCreate "$PREFIX" cd $POL_System_TmpDir POL_Download "$DOWNLOAD_URL" "c8bd9c356f9f4aca091b235ced50da7d" POL_SetupWindow_message "$(eval_gettext 'NOTICE: Do not run $TITLE or log in after installation. Close any open windows so that PlayOnLinux can finish the install. ')" "$TITLE" POL_Wine "champions_online_setup.exe" POL_Wine_WaitExit "$TITLE" # Create Shortcut POL_Shortcut "Champions Online.exe" "$TITLE" "" "" "Game;" # Cleanup POL_System_TmpDelete POL_SetupWindow_message "$(eval_gettext 'NOTICE: $TITLE can take up to 15 minutes or longer to start for the first time. It only does this the first time the game has be ran.')" "$TITLE" POL_SetupWindow_Close exit 0 Replies |
Thimoteus | Sunday 19 July 2015 at 15:14 |
Thimoteus
|
WarningThis update has not been approved yet by the team. Differences@@ -0,0 +1,55 @@ +#!/bin/bash +# Date : (2015-04-21) +# Distribution used to test : Arch Linux 64-bit +# Author : Thimoteus +# Licence : GPLv3 +# PlayOnLinux: 4.2.8 + + +[ "$PLAYONLINUX" = "" ] && exit 0 +source "$PLAYONLINUX/lib/sources" + +PREFIX="ChampionsOnline" +WINEVERSION="1.7.40" +TITLE="Champions Online" +EDITOR="Perfect World Entertainment Inc." +GAME_URL="http://www.arcgames.com/en/games/champions-online" +AUTHOR="Thimoteus" +DOWNLOAD_URL="http://download.perfectworld.com/co/champions_online_setup.exe" + +#Initialization +POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" +POL_SetupWindow_Init + +POL_Debug_Init + +# Presentation +POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" + +# Create Prefix +POL_Wine_SelectPrefix "$PREFIX" +POL_Wine_PrefixCreate "$WINEVERSION" + +# Configuration +Set_OS "winxp" + +# Installation +POL_System_TmpCreate "$PREFIX" +cd $POL_System_TmpDir +POL_Download "$DOWNLOAD_URL" "c8bd9c356f9f4aca091b235ced50da7d" + +POL_SetupWindow_message "$(eval_gettext 'NOTICE: Do not run $TITLE or log in after installation. Close any open windows so that PlayOnLinux can finish the install. ')" "$TITLE" + +POL_Wine "champions_online_setup.exe" +POL_Wine_WaitExit "$TITLE" + +# Create Shortcut +POL_Shortcut "Champions Online.exe" "$TITLE" + +# Cleanup +POL_System_TmpDelete + +POL_SetupWindow_message "$(eval_gettext 'NOTICE: $TITLE can take up to 15 minutes or longer to start for the first time. It only does this the first time the game has be ran.')" "$TITLE" + +POL_SetupWindow_Close +exit 0 New source code#!/bin/bash # Date : (2015-04-21) # Distribution used to test : Arch Linux 64-bit # Author : Thimoteus # Licence : GPLv3 # PlayOnLinux: 4.2.8 [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="ChampionsOnline" WINEVERSION="1.7.40" TITLE="Champions Online" EDITOR="Perfect World Entertainment Inc." GAME_URL="http://www.arcgames.com/en/games/champions-online" AUTHOR="Thimoteus" DOWNLOAD_URL="http://download.perfectworld.com/co/champions_online_setup.exe" #Initialization POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_Debug_Init # Presentation POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" # Create Prefix POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" # Configuration Set_OS "winxp" # Installation POL_System_TmpCreate "$PREFIX" cd $POL_System_TmpDir POL_Download "$DOWNLOAD_URL" "c8bd9c356f9f4aca091b235ced50da7d" POL_SetupWindow_message "$(eval_gettext 'NOTICE: Do not run $TITLE or log in after installation. Close any open windows so that PlayOnLinux can finish the install. ')" "$TITLE" POL_Wine "champions_online_setup.exe" POL_Wine_WaitExit "$TITLE" # Create Shortcut POL_Shortcut "Champions Online.exe" "$TITLE" # Cleanup POL_System_TmpDelete POL_SetupWindow_message "$(eval_gettext 'NOTICE: $TITLE can take up to 15 minutes or longer to start for the first time. It only does this the first time the game has be ran.')" "$TITLE" POL_SetupWindow_Close exit 0 Replies |
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