Cube World

Informations

Créateur Messages
treetrunk Anonymous

Information

Cet installateur a été accepté par l'équipe.

Informations

Plate-formes :
Téléchargements : 0
Wine: System

Retours d'expérience

Description

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.

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:

Contribuer
Membre Messages
Dadu042 Vendredi 3 Janvier 2020 à 0:19
Dadu042

Information

Cette 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 Anonymous

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

Messages

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)

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

Anonymous
Mardi 14 Juillet 2015 à 15:06
Do I have the "POL_Call POL_Install_orm=backbuffer" line correct?
Mardi 14 Juillet 2015 à 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?
Mardi 14 Juillet 2015 à 15:21
Anyway, what you're looking for is
POL_Wine_Direct3D "OffscreenRenderingMode" "backbuffer"
treetrunk Lundi 13 Juillet 2015 à 22:48
treetrunk Anonymous

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

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éponses

Lundi 13 Juillet 2015 à 23:29
Now we'll need a real game description ;)