Tanki x download for pc

Tanki x download for pc

tanki x download for pc

Tanki X download. Tanki X is a multiplayer, tank action game for Mac OS. Download Review Comments. System requirements Tanki X: Operating System: Windows XP (with Service Pack 3) / Windows 7, 8, Processor: Intel Core i3 , i3 Memory: 4 Gb. Tanki X is a free-to-play, tank battling game that's heavy on the action and fun, but not without OS: Windows 7, 8, 10 / Mac OS or Windows XP (Service Pack 3).

Tanki x download for pc - opinion

Login

Informations

CreatorMessage
rlatrjsdn

Warning

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

Informations

Platforms:
Downloads:
Wine: System

Feedbacks

Description

Multiplayer online game in the arcade tank simulator genre. Tanki X is the successor to Tanki Online. Wikipedia.

Warning: this online game closed in

Screenshots

Source code

#!/usr/bin/env playonlinux-bash # Date : # Last revision : # Wine version used : # Distribution used to test : Ubuntu LTS # Author : rlarjsdn # # CHANGELOG # [rlatrjsdn] ( ) # Initial writting. # [Dadu] ( ) # Disable file checksum checking because the game receive many updates. URL is dead (to repair). # [Dadu] ( ) # Update download URL. # Fix POL_Shortcut. [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Tanki X" PREFIX="tankix" POL_SetupWindow_Init POL_SetupWindow_presentation "$TITLE" "AlternativaPlatform" "www.cronistalascolonias.com.ar" "rlarjsdn" "$PREFIX" POL_SetupWindow_Init POL_SetupWindow_message "NOTE! : This script is NOT stable." "Welcome" POL_System_TmpCreate "tankixtemp" POL_Wine_SelectPrefix "$PREFIX" POL_SetupWindow_InstallMethod "LOCAL,DOWNLOAD" if [ "$INSTALL_METHOD" = "LOCAL" ] then POL_SetupWindow_browse "Select installation program" "File selection" INSTALLER="$APP_ANSWER" elif [ "$INSTALL_METHOD" = "DOWNLOAD" ] then cd "$POL_System_TmpDir" POL_Download "www.cronistalascolonias.com.ar" INSTALLER="$POL_System_TmpDir/www.cronistalascolonias.com.ar" fi POL_Wine_PrefixCreate Set_OS "win7" POL_Call POL_Install_d3dx9 POL_Call POL_Install_d3dcompiler_43 POL_Call POL_Install_d3dcompiler_43 POL_Call POL_Install_d3dx10 POL_Call POL_Install_d3dx11 POL_Wine_OverrideDLL "" "d3d11" POL_SetupWindow_wait "Please wait" "Installation in progress" POL_Wine "$INSTALLER" POL_System_TmpDelete POL_Shortcut "www.cronistalascolonias.com.ar" "Tanki X" "" "" "Game;ActionGame;" POL_SetupWindow_message "Enjoy your tanks!." POL_SetupWindow_Close exit

Contributions

MemberMessage
Dadu Friday 3 January at
Dadu

Information

This update has been approved by the team.

Differences

@@ -6,10 +6,14 @@ # Author : rlarjsdn # # CHANGELOG +# [rlatrjsdn] ( ) +# Initial writting. # [Dadu] ( ) # Disable file checksum checking because the game receive many updates. URL is dead (to repair). -# [rlatrjsdn] ( ) -# Initial writting. +# [Dadu] ( ) +# Update download URL. +# Fix POL_Shortcut. + [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" @@ ,7 +42,7 @@ elif [ "$INSTALL_METHOD" = "DOWNLOAD" ] then cd "$POL_System_TmpDir" - POL_Download "www.cronistalascolonias.com.ar" + POL_Download "www.cronistalascolonias.com.ar" INSTALLER="$POL_System_TmpDir/www.cronistalascolonias.com.ar" fi @@ ,7 +62,7 @@ POL_System_TmpDelete -POL_Shortcut "www.cronistalascolonias.com.ar" "Tanki X" "Game;ActionGame;" +POL_Shortcut "www.cronistalascolonias.com.ar" "Tanki X" "" "" "Game;ActionGame;" POL_SetupWindow_message "Enjoy your tanks!."

New source code

#!/usr/bin/env playonlinux-bash # Date : # Last revision : # Wine version used : # Distribution used to test : Ubuntu LTS # Author : rlarjsdn # # CHANGELOG # [rlatrjsdn] ( ) # Initial writting. # [Dadu] ( ) # Disable file checksum checking because the game receive many updates. URL is dead (to repair). # [Dadu] ( ) # Update download URL. # Fix POL_Shortcut. [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Tanki X" PREFIX="tankix" POL_SetupWindow_Init POL_SetupWindow_presentation "$TITLE" "AlternativaPlatform" "www.cronistalascolonias.com.ar" "rlarjsdn" "$PREFIX" POL_SetupWindow_Init POL_SetupWindow_message "NOTE! : This script is NOT stable." "Welcome" POL_System_TmpCreate "tankixtemp" POL_Wine_SelectPrefix "$PREFIX" POL_SetupWindow_InstallMethod "LOCAL,DOWNLOAD" if [ "$INSTALL_METHOD" = "LOCAL" ] then POL_SetupWindow_browse "Select installation program" "File selection" INSTALLER="$APP_ANSWER" elif [ "$INSTALL_METHOD" = "DOWNLOAD" ] then cd "$POL_System_TmpDir" POL_Download "www.cronistalascolonias.com.ar" INSTALLER="$POL_System_TmpDir/www.cronistalascolonias.com.ar" fi POL_Wine_PrefixCreate Set_OS "win7" POL_Call POL_Install_d3dx9 POL_Call POL_Install_d3dcompiler_43 POL_Call POL_Install_d3dcompiler_43 POL_Call POL_Install_d3dx10 POL_Call POL_Install_d3dx11 POL_Wine_OverrideDLL "" "d3d11" POL_SetupWindow_wait "Please wait" "Installation in progress" POL_Wine "$INSTALLER" POL_System_TmpDelete POL_Shortcut "www.cronistalascolonias.com.ar" "Tanki X" "" "" "Game;ActionGame;" POL_SetupWindow_message "Enjoy your tanks!." POL_SetupWindow_Close exit

Replies

Dadu Thursday 23 May at
Dadu

Warning

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

Message

Differences

@@ -7,8 +7,8 @@ # # CHANGELOG # [Dadu] ( ) -# Disable file checksum checking because the game receive many updates. URL is dead (to change). -# [Dadu] ( ) +# Disable file checksum checking because the game receive many updates. URL is dead (to repair). +# [rlatrjsdn] ( ) # Initial writting. [ "$PLAYONLINUX" = "" ] && exit 0

New source code

#!/usr/bin/env playonlinux-bash # Date : # Last revision : # Wine version used : # Distribution used to test : Ubuntu LTS # Author : rlarjsdn # # CHANGELOG # [Dadu] ( ) # Disable file checksum checking because the game receive many updates. URL is dead (to repair). # [rlatrjsdn] ( ) # Initial writting. [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Tanki X" PREFIX="tankix" POL_SetupWindow_Init POL_SetupWindow_presentation "$TITLE" "AlternativaPlatform" "www.cronistalascolonias.com.ar" "rlarjsdn" "$PREFIX" POL_SetupWindow_Init POL_SetupWindow_message "NOTE! : This script is NOT stable." "Welcome" POL_System_TmpCreate "tankixtemp" POL_Wine_SelectPrefix "$PREFIX" POL_SetupWindow_InstallMethod "LOCAL,DOWNLOAD" if [ "$INSTALL_METHOD" = "LOCAL" ] then POL_SetupWindow_browse "Select installation program" "File selection" INSTALLER="$APP_ANSWER" elif [ "$INSTALL_METHOD" = "DOWNLOAD" ] then cd "$POL_System_TmpDir" POL_Download "www.cronistalascolonias.com.ar" INSTALLER="$POL_System_TmpDir/www.cronistalascolonias.com.ar" fi POL_Wine_PrefixCreate Set_OS "win7" POL_Call POL_Install_d3dx9 POL_Call POL_Install_d3dcompiler_43 POL_Call POL_Install_d3dcompiler_43 POL_Call POL_Install_d3dx10 POL_Call POL_Install_d3dx11 POL_Wine_OverrideDLL "" "d3d11" POL_SetupWindow_wait "Please wait" "Installation in progress" POL_Wine "$INSTALLER" POL_System_TmpDelete POL_Shortcut "www.cronistalascolonias.com.ar" "Tanki X" "Game;ActionGame;" POL_SetupWindow_message "Enjoy your tanks!." POL_SetupWindow_Close exit

Replies

Friday 3 January at
Current Windows URL: www.cronistalascolonias.com.ar

Edited by Dadu

rlatrjsdn Sunday 26 November at
rlatrjsdn

Warning

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

Message

Differences

@@ -0,0 +1,59 @@ +#!/usr/bin/env playonlinux-bash +# Date : +# Last revision : +# Wine version used : +# Distribution used to test : Ubuntu LTS +# Author : rlarjsdn +[ "$PLAYONLINUX" = "" ] && exit 0 +source "$PLAYONLINUX/lib/sources" + +TITLE="Tanki X" +PREFIX="tankix" + +POL_SetupWindow_Init + +POL_SetupWindow_presentation "$TITLE" "AlternativaPlatform" "www.cronistalascolonias.com.ar" "rlarjsdn" "$PREFIX" + +POL_SetupWindow_Init + +POL_SetupWindow_message "Hello, Tanker! Welcome to installation of Tanki X for Linux.\n\n +NOTE! : This script is NOT stable." "Welcome" + +POL_System_TmpCreate "tankixtemp" + +POL_Wine_SelectPrefix "$PREFIX" + +POL_SetupWindow_InstallMethod "LOCAL,DOWNLOAD" + +if [ "$INSTALL_METHOD" = "LOCAL" ] +then + POL_SetupWindow_browse "Select installation program" "File selection" + INSTALLER="$APP_ANSWER" +elif [ "$INSTALL_METHOD" = "DOWNLOAD" ] +then + cd "$POL_System_TmpDir" + POL_Download "www.cronistalascolonias.com.ar" "3fc49dac2b7ba33cc6" + INSTALLER="$POL_System_TmpDir/www.cronistalascolonias.com.ar" +fi + +POL_Wine_PrefixCreate +Set_OS "win7" +POL_Call POL_Install_d3dx9 +POL_Call POL_Install_d3dcompiler_43 +POL_Call POL_Install_d3dcompiler_43 +POL_Call POL_Install_d3dx10 +POL_Call POL_Install_d3dx11 + +POL_Wine_OverrideDLL "" "d3d11" + +POL_SetupWindow_wait "Please wait" "Installation in progress" +POL_Wine "$INSTALLER" + +POL_System_TmpDelete + +POL_Shortcut "www.cronistalascolonias.com.ar" "Tanki X" + +POL_SetupWindow_message "Enjoy your tanks!." + +POL_SetupWindow_Close +exit \ No newline at end of file

New source code

#!/usr/bin/env playonlinux-bash # Date : # Last revision : # Wine version used : # Distribution used to test : Ubuntu LTS # Author : rlarjsdn [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Tanki X" PREFIX="tankix" POL_SetupWindow_Init POL_SetupWindow_presentation "$TITLE" "AlternativaPlatform" "www.cronistalascolonias.com.ar" "rlarjsdn" "$PREFIX" POL_SetupWindow_Init POL_SetupWindow_message "Hello, Tanker! Welcome to installation of Tanki X for Linux.\n\n NOTE! : This script is NOT stable." "Welcome" POL_System_TmpCreate "tankixtemp" POL_Wine_SelectPrefix "$PREFIX" POL_SetupWindow_InstallMethod "LOCAL,DOWNLOAD" if [ "$INSTALL_METHOD" = "LOCAL" ] then POL_SetupWindow_browse "Select installation program" "File selection" INSTALLER="$APP_ANSWER" elif [ "$INSTALL_METHOD" = "DOWNLOAD" ] then cd "$POL_System_TmpDir" POL_Download "www.cronistalascolonias.com.ar" "3fc49dac2b7ba33cc6" INSTALLER="$POL_System_TmpDir/www.cronistalascolonias.com.ar" fi POL_Wine_PrefixCreate Set_OS "win7" POL_Call POL_Install_d3dx9 POL_Call POL_Install_d3dcompiler_43 POL_Call POL_Install_d3dcompiler_43 POL_Call POL_Install_d3dx10 POL_Call POL_Install_d3dx11 POL_Wine_OverrideDLL "" "d3d11" POL_SetupWindow_wait "Please wait" "Installation in progress" POL_Wine "$INSTALLER" POL_System_TmpDelete POL_Shortcut "www.cronistalascolonias.com.ar" "Tanki X" POL_SetupWindow_message "Enjoy your tanks!." POL_SetupWindow_Close exit

Replies

rlatrjsdn Sunday 26 November at
rlatrjsdn

Warning

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

Differences

@@ -0,0 +1,59 @@ +#!/usr/bin/env playonlinux-bash +# Date : +# Last revision : +# Wine version used : +# Distribution used to test : Ubuntu LTS +# Author : rlarjsdn +[ "$PLAYONLINUX" = "" ] && exit 0 +source "$PLAYONLINUX/lib/sources" + +TITLE="Tanki X" +PREFIX="tankix" + +POL_SetupWindow_Init + +POL_SetupWindow_presentation "$TITLE" "AlternativaPlatform" "www.cronistalascolonias.com.ar" "rlarjsdn" "$PREFIX" + +POL_SetupWindow_Init + +POL_SetupWindow_message "Hello, Tanker! Welcome to installation of Tanki X for Linux.\n\n +NOTE! : This script is NOT stable." "Welcome" + +POL_System_TmpCreate "tankixtemp" + +POL_Wine_SelectPrefix "$PREFIX" + +POL_SetupWindow_InstallMethod "LOCAL,DOWNLOAD" + +if [ "$INSTALL_METHOD" = "LOCAL" ] +then + POL_SetupWindow_browse "Select installation program" "File selection" + INSTALLER="$APP_ANSWER" +elif [ "$INSTALL_METHOD" = "DOWNLOAD" ] +then + cd "$POL_System_TmpDir" + POL_Download "www.cronistalascolonias.com.ar" "3fc49dac2b7ba33cc6" + INSTALLER="$POL_System_TmpDir/www.cronistalascolonias.com.ar" +fi + +POL_Wine_PrefixCreate +Set_OS "win7" +POL_Call POL_Install_d3dx9 +POL_Call POL_Install_d3dcompiler_43 +POL_Call POL_Install_d3dcompiler_43 +POL_Call POL_Install_d3dx10 +POL_Call POL_Install_d3dx11 + +POL_Wine_OverrideDLL "disable" "d3d11" + +POL_SetupWindow_wait "Please wait" "Installation in progress" +POL_Wine "$INSTALLER" + +POL_System_TmpDelete + +POL_Shortcut "www.cronistalascolonias.com.ar" "Tanki X" + +POL_SetupWindow_message "Enjoy your tanks!." + +POL_SetupWindow_Close +exit \ No newline at end of file

New source code

#!/usr/bin/env playonlinux-bash # Date : # Last revision : # Wine version used : # Distribution used to test : Ubuntu LTS # Author : rlarjsdn [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Tanki X" PREFIX="tankix" POL_SetupWindow_Init POL_SetupWindow_presentation "$TITLE" "AlternativaPlatform" "www.cronistalascolonias.com.ar" "rlarjsdn" "$PREFIX" POL_SetupWindow_Init POL_SetupWindow_message "Hello, Tanker! Welcome to installation of Tanki X for Linux.\n\n NOTE! : This script is NOT stable." "Welcome" POL_System_TmpCreate "tankixtemp" POL_Wine_SelectPrefix "$PREFIX" POL_SetupWindow_InstallMethod "LOCAL,DOWNLOAD" if [ "$INSTALL_METHOD" = "LOCAL" ] then POL_SetupWindow_browse "Select installation program" "File selection" INSTALLER="$APP_ANSWER" elif [ "$INSTALL_METHOD" = "DOWNLOAD" ] then cd "$POL_System_TmpDir" POL_Download "www.cronistalascolonias.com.ar" "3fc49dac2b7ba33cc6" INSTALLER="$POL_System_TmpDir/www.cronistalascolonias.com.ar" fi POL_Wine_PrefixCreate Set_OS "win7" POL_Call POL_Install_d3dx9 POL_Call POL_Install_d3dcompiler_43 POL_Call POL_Install_d3dcompiler_43 POL_Call POL_Install_d3dx10 POL_Call POL_Install_d3dx11 POL_Wine_OverrideDLL "disable" "d3d11" POL_SetupWindow_wait "Please wait" "Installation in progress" POL_Wine "$INSTALLER" POL_System_TmpDelete POL_Shortcut "www.cronistalascolonias.com.ar" "Tanki X" POL_SetupWindow_message "Enjoy your tanks!." POL_SetupWindow_Close exit

Replies

rlatrjsdn Sunday 26 November at
rlatrjsdn

Warning

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

Message

Differences

@@ -0,0 +1,57 @@ +#!/usr/bin/env playonlinux-bash +# Date : +# Last revision : Current Version +# Wine version used : +# Distribution used to test : Ubuntu LTS +# Author : rlarjsdn +[ "$PLAYONLINUX" = "" ] && exit 0 +source "$PLAYONLINUX/lib/sources" + +TITLE="Tanki X" +PREFIX="tankix" + +POL_SetupWindow_Init + +POL_SetupWindow_presentation "$TITLE" "AlternativaPlatform" "www.cronistalascolonias.com.ar" "rlarjsdn" "$PREFIX" + +POL_SetupWindow_Init + +POL_SetupWindow_message "Hello, Tanker! Welcome to installation of Tanki X for Linux.\n\n +NOTE! : This script is NOT stable." "Welcome" + +POL_System_TmpCreate "tankixtemp" + +POL_Wine_SelectPrefix "$PREFIX" + +POL_SetupWindow_InstallMethod "LOCAL,DOWNLOAD" + +if [ "$INSTALL_METHOD" = "LOCAL" ] +then + POL_SetupWindow_browse "Select installation program" "File selection" + INSTALLER="$APP_ANSWER" +elif [ "$INSTALL_METHOD" = "DOWNLOAD" ] +then + cd "$POL_System_TmpDir" + POL_Download "www.cronistalascolonias.com.ar" "3fc49dac2b7ba33cc6" + INSTALLER="$POL_System_TmpDir/www.cronistalascolonias.com.ar" +fi + +POL_Wine_PrefixCreate +Set_OS "win7" +POL_Call POL_Install_d3dx9 +POL_Call POL_Install_d3dcompiler_43 +POL_Call POL_Install_d3dcompiler_43 +POL_Call POL_Install_d3dx10 +POL_Call POL_Install_d3dx11 + +POL_SetupWindow_wait "Please wait" "Installation in progress" +POL_Wine "$INSTALLER" + +POL_System_TmpDelete + +POL_Shortcut "www.cronistalascolonias.com.ar" "Tanki X" + +POL_SetupWindow_message "Auto installation is done. But you need to change libraries of Wine. Go to Wine library tab and add d3d Then disable it by a Edit option." + +POL_SetupWindow_Close +exit \ No newline at end of file

New source code

#!/usr/bin/env playonlinux-bash # Date : # Last revision : Current Version # Wine version used : # Distribution used to test : Ubuntu LTS # Author : rlarjsdn [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Tanki X" PREFIX="tankix" POL_SetupWindow_Init POL_SetupWindow_presentation "$TITLE" "AlternativaPlatform" "www.cronistalascolonias.com.ar" "rlarjsdn" "$PREFIX" POL_SetupWindow_Init POL_SetupWindow_message "Hello, Tanker! Welcome to installation of Tanki X for Linux.\n\n NOTE! : This script is NOT stable." "Welcome" POL_System_TmpCreate "tankixtemp" POL_Wine_SelectPrefix "$PREFIX" POL_SetupWindow_InstallMethod "LOCAL,DOWNLOAD" if [ "$INSTALL_METHOD" = "LOCAL" ] then POL_SetupWindow_browse "Select installation program" "File selection" INSTALLER="$APP_ANSWER" elif [ "$INSTALL_METHOD" = "DOWNLOAD" ] then cd "$POL_System_TmpDir" POL_Download "www.cronistalascolonias.com.ar" "3fc49dac2b7ba33cc6" INSTALLER="$POL_System_TmpDir/www.cronistalascolonias.com.ar" fi POL_Wine_PrefixCreate Set_OS "win7" POL_Call POL_Install_d3dx9 POL_Call POL_Install_d3dcompiler_43 POL_Call POL_Install_d3dcompiler_43 POL_Call POL_Install_d3dx10 POL_Call POL_Install_d3dx11 POL_SetupWindow_wait "Please wait" "Installation in progress" POL_Wine "$INSTALLER" POL_System_TmpDelete POL_Shortcut "www.cronistalascolonias.com.ar" "Tanki X" POL_SetupWindow_message "Auto installation is done. But you need to change libraries of Wine. Go to Wine library tab and add d3d Then disable it by a Edit option." POL_SetupWindow_Close exit

Replies

Источник: www.cronistalascolonias.com.ar

Tanki x download for pc

2 thoughts to “Tanki x download for pc”

Leave a Reply

Your email address will not be published. Required fields are marked *