Cube World

Informatie

Creator Bericht
treetrunk Anonymous

Warning

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

Informatie

Platforms:
Downloads: 0
Wine: System

Feedbacks

Omschrijving

Cube 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).

Wikipedia.

Broncode

#!/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:

Contribute
Member Bericht
Dadu042 Vrijdag 3 Januari 2020 om 0:19
Dadu042

Information

This 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

Antwoorden

treetrunk Dinsdag 14 Juli 2015 om 15:04
treetrunk Anonymous

Warning

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

Bericht

Cube 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

Antwoorden

Anonymous
Dinsdag 14 Juli 2015 om 15:06
Do I have the "POL_Call POL_Install_orm=backbuffer" line correct?
Dinsdag 14 Juli 2015 om 15:21
Errr absolutely not, nor POL_Call POL_Install_xact_jun2010 for that matter, it's not part of existing function scripts:
https://www.playonlinux.com/en/supported_apps-100-0.html
But you tested your script before submitting it, right?
Dinsdag 14 Juli 2015 om 15:21
Anyway, what you're looking for is
POL_Wine_Direct3D "OffscreenRenderingMode" "backbuffer"
treetrunk Maandag 13 Juli 2015 om 22:48
treetrunk Anonymous

Warning

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

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

Antwoorden

Maandag 13 Juli 2015 om 23:29
Now we'll need a real game description ;)