Cube World
Informations
Créateur | Messages |
---|---|
treetrunk
|
InformationCet installateur a été accepté par l'équipe. InformationsPlate-formes : Retours d'expérience0 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). Code source#!/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:
ContribuerMembre | Messages |
Dadu042 | Vendredi 3 Janvier 2020 à 0:19 |
Dadu042
|
InformationCette mise à jour a été acceptée par l'équipe 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 Nouveau code source#!/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 Réponses |
treetrunk | Mardi 14 Juillet 2015 à 15:04 |
treetrunk
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. MessagesCube 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) Nouveau code source#!/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 Réponses |
treetrunk | Lundi 13 Juillet 2015 à 22:48 |
treetrunk
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. 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 Nouveau code source#!/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 RéponsesLundi 13 Juillet 2015 à 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