Champions Online

Informations

Creator Message
Thimoteus Anonymous

Information

This installer has been approved by the team.

Informations

Platforms:
Downloads: 6960
Wine: 4.0.4

Feedbacks

Description

Champions 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:

Contribute
Member Message
Dadu042 Tuesday 10 August 2021 at 20:47
Dadu042

Information

This update has been approved by the team.

Message

Babhdail, 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

Replies

Anonymous
Thursday 12 August 2021 at 17:52
Thank you. That seems to have solved the issue. I really need to learn to understand playonlinux better so that I can contribute instead of just report issues.
Babhdail Monday 9 August 2021 at 22:11
Babhdail Anonymous

Message

I 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

Warning

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

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 Anonymous

Warning

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

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

Thursday 23 July 2015 at 17:55
this Champions Online url no longer works:
Thursday 23 July 2015 at 17:55
http://download.perfectworld.com/co/champions_online_setup.exe
Thursday 23 July 2015 at 18:06
Nevermind, the URL is working as long as you don't copy/paste it into the address bar.

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