Cube World
Informations
Creator | Message |
---|---|
treetrunk
|
InformationThis installer has been approved by the team. InformationsPlatforms: Feedbacks0 0 DescriptionCube World is a voxel-based role-playing game set in an infinite, colorful, procedurally generated world, full of adventures, monsters, and mysteries. It is currently in Alpha (2013). Source code#!/bin/bash # Date : (2015-07-13 16-30) # Last revision : see changelog # Wine version used : 3.0.3 # Distribution used to test : Arch Linux x86_64 # Author : treetrunk # CHANGELOG # [treetrunk] (2015-07-13 16-30) # First script (Wine 4.0.3). # [Dadu042] (2020-01-02) # Wine 1.7.21 -> 3.0.3 # Note: the game is no more downloadable for free, it's sold on Steam. # Fix backbuffer. [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" WINEVERSION= "3.0.3" TITLE="Cube World" PREFIX="CubeWorld" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Wolfram Von Funck" "http://picroma.com/cubeworld" "treetrunk" "$PREFIX" POL_System_SetArch "x86" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" POL_SetOs "winxp" POL_Call POL_Install_corefonts POL_Call POL_Install_vcrun2012 POL_Call POL_Install_xact_jun2010 POL_Wine_Direct3D "OffscreenRenderingMode" "backbuffer" POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run.')" "$TITLE" "" "Windows Executables (*.exe)|*.exe;*.EXE" POL_Wine_WaitBefore "$TITLE" POL_Wine start /unix "$APP_ANSWER" POL_Wine_WaitExit "$TITLE" POL_Shortcut "CubeLauncher.exe" "$TITLE" "" "" "Game;" POL_SetupWindow_Close exit |
Contributions
Filters:
ContributeMember | Message |
Dadu042 | Friday 3 January 2020 at 0:19 |
Dadu042
|
InformationThis update has been approved by the team. Differences@@ -1,17 +1,22 @@ #!/bin/bash # Date : (2015-07-13 16-30) -# Last revision : (2015-07-13 16-30) -# Wine version used : 1.7.47 +# Last revision : see changelog +# Wine version used : 3.0.3 # Distribution used to test : Arch Linux x86_64 # Author : treetrunk # CHANGELOG -# - +# [treetrunk] (2015-07-13 16-30) +# First script (Wine 4.0.3). +# [Dadu042] (2020-01-02) +# Wine 1.7.21 -> 3.0.3 +# Note: the game is no more downloadable for free, it's sold on Steam. +# Fix backbuffer. + [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" -WINEVERSION= "1.7.21" +WINEVERSION= "3.0.3" TITLE="Cube World" PREFIX="CubeWorld" @@ -28,7 +33,7 @@ POL_Call POL_Install_corefonts POL_Call POL_Install_vcrun2012 POL_Call POL_Install_xact_jun2010 -POL_Call POL_Install_orm=backbuffer +POL_Wine_Direct3D "OffscreenRenderingMode" "backbuffer" POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run.')" "$TITLE" "" "Windows Executables (*.exe)|*.exe;*.EXE" @@ -36,7 +41,7 @@ POL_Wine start /unix "$APP_ANSWER" POL_Wine_WaitExit "$TITLE" -POL_Shortcut "CubeLauncher.exe" "$TITLE" +POL_Shortcut "CubeLauncher.exe" "$TITLE" "" "" "Game;" POL_SetupWindow_Close New source code#!/bin/bash # Date : (2015-07-13 16-30) # Last revision : see changelog # Wine version used : 3.0.3 # Distribution used to test : Arch Linux x86_64 # Author : treetrunk # CHANGELOG # [treetrunk] (2015-07-13 16-30) # First script (Wine 4.0.3). # [Dadu042] (2020-01-02) # Wine 1.7.21 -> 3.0.3 # Note: the game is no more downloadable for free, it's sold on Steam. # Fix backbuffer. [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" WINEVERSION= "3.0.3" TITLE="Cube World" PREFIX="CubeWorld" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Wolfram Von Funck" "http://picroma.com/cubeworld" "treetrunk" "$PREFIX" POL_System_SetArch "x86" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" POL_SetOs "winxp" POL_Call POL_Install_corefonts POL_Call POL_Install_vcrun2012 POL_Call POL_Install_xact_jun2010 POL_Wine_Direct3D "OffscreenRenderingMode" "backbuffer" POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run.')" "$TITLE" "" "Windows Executables (*.exe)|*.exe;*.EXE" POL_Wine_WaitBefore "$TITLE" POL_Wine start /unix "$APP_ANSWER" POL_Wine_WaitExit "$TITLE" POL_Shortcut "CubeLauncher.exe" "$TITLE" "" "" "Game;" POL_SetupWindow_Close exit Replies |
treetrunk | Tuesday 14 July 2015 at 15:04 |
treetrunk
|
WarningThis update has not been approved yet by the team. MessageCube World is a voxel-based role-playing game set in an infinite, colorful, procedurally generated world, full of adventures, monsters, and mysteries. It is currently in Alpha and cannot be purchased, but that is rumored to change soon. Differences@@ -1,4 +1,3 @@ - #!/bin/bash # Date : (2015-07-13 16-30) # Last revision : (2015-07-13 16-30) New source code#!/bin/bash # Date : (2015-07-13 16-30) # Last revision : (2015-07-13 16-30) # Wine version used : 1.7.47 # Distribution used to test : Arch Linux x86_64 # Author : treetrunk # CHANGELOG # [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" WINEVERSION= "1.7.21" TITLE="Cube World" PREFIX="CubeWorld" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Wolfram Von Funck" "http://picroma.com/cubeworld" "treetrunk" "$PREFIX" POL_System_SetArch "x86" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" POL_SetOs "winxp" POL_Call POL_Install_corefonts POL_Call POL_Install_vcrun2012 POL_Call POL_Install_xact_jun2010 POL_Call POL_Install_orm=backbuffer POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run.')" "$TITLE" "" "Windows Executables (*.exe)|*.exe;*.EXE" POL_Wine_WaitBefore "$TITLE" POL_Wine start /unix "$APP_ANSWER" POL_Wine_WaitExit "$TITLE" POL_Shortcut "CubeLauncher.exe" "$TITLE" POL_SetupWindow_Close exit Replies |
treetrunk | Monday 13 July 2015 at 22:48 |
treetrunk
|
WarningThis update has not been approved yet by the team. Differences@@ -0,0 +1,44 @@ + +#!/bin/bash +# Date : (2015-07-13 16-30) +# Last revision : (2015-07-13 16-30) +# Wine version used : 1.7.47 +# Distribution used to test : Arch Linux x86_64 +# Author : treetrunk + +# CHANGELOG +# + +[ "$PLAYONLINUX" = "" ] && exit 0 +source "$PLAYONLINUX/lib/sources" + +WINEVERSION= "1.7.21" + +TITLE="Cube World" +PREFIX="CubeWorld" + +POL_SetupWindow_Init +POL_Debug_Init + +POL_SetupWindow_presentation "$TITLE" "Wolfram Von Funck" "http://picroma.com/cubeworld" "treetrunk" "$PREFIX" +POL_System_SetArch "x86" +POL_Wine_SelectPrefix "$PREFIX" +POL_Wine_PrefixCreate "$WINEVERSION" +POL_SetOs "winxp" + +POL_Call POL_Install_corefonts +POL_Call POL_Install_vcrun2012 +POL_Call POL_Install_xact_jun2010 +POL_Call POL_Install_orm=backbuffer + +POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run.')" "$TITLE" "" "Windows Executables (*.exe)|*.exe;*.EXE" + +POL_Wine_WaitBefore "$TITLE" +POL_Wine start /unix "$APP_ANSWER" +POL_Wine_WaitExit "$TITLE" + +POL_Shortcut "CubeLauncher.exe" "$TITLE" + +POL_SetupWindow_Close + +exit New source code#!/bin/bash # Date : (2015-07-13 16-30) # Last revision : (2015-07-13 16-30) # Wine version used : 1.7.47 # Distribution used to test : Arch Linux x86_64 # Author : treetrunk # CHANGELOG # [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" WINEVERSION= "1.7.21" TITLE="Cube World" PREFIX="CubeWorld" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Wolfram Von Funck" "http://picroma.com/cubeworld" "treetrunk" "$PREFIX" POL_System_SetArch "x86" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" POL_SetOs "winxp" POL_Call POL_Install_corefonts POL_Call POL_Install_vcrun2012 POL_Call POL_Install_xact_jun2010 POL_Call POL_Install_orm=backbuffer POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run.')" "$TITLE" "" "Windows Executables (*.exe)|*.exe;*.EXE" POL_Wine_WaitBefore "$TITLE" POL_Wine start /unix "$APP_ANSWER" POL_Wine_WaitExit "$TITLE" POL_Shortcut "CubeLauncher.exe" "$TITLE" POL_SetupWindow_Close exit RepliesMonday 13 July 2015 at 23:29
|
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