Vous êtes ici
Trove
Informations
Créateur | Messages |
---|---|
Dadu042
|
InformationCet installateur a été accepté par l'équipe. InformationsPlate-formes : Retours d'expérience1 0 DescriptionTrove is a free to play voxel MMORPG. Wikipedia, Website. This game does work and install from the Glyph script. This page is only there to redirect you. Captures d'écranCode source#!/bin/bash # Date : (2020-09-25) # Last revision : see the changelog below # Wine version used : see the changelog below # Distribution used to test : XUbuntu 18.04 64 bits (Linux kernel v5.4.0). GPU: AMD Vega 11. # Author : Dadu042 # Licence : Retail # Only For : http://www.playonlinux.com # # TESTED Editions: # # Middlewares used by this software : # # # CHANGELOG # [Dadu042] (2020-09-25 10-00) # Initial script. This is a fake script (redirecting to the Glyph game store). # # KNOWN ISSUES : # - Wine amd64 5.0.2: X # # # KNOWN ISSUES (FIXED): # - Wine amd64 5.0.2: X [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Trove" PREFIX="Trove" EDITOR="" GAME_URL="" AUTHOR="Dadu042" STEAM_ID="" GAME_VMS="512" SHORTCUT_FILENAME="" SOFTWARE_CATEGORIES="Game;" # http://wiki.playonlinux.com/index.php/Scripting_-_Chapter_9:_Standardization#Advanced_Standardization DOCUMENT_FILE="" # Starting the script POL_SetupWindow_Init # Open dialogue box POL_SetupWindow_message "$(eval_gettext 'Trove does install and work from the editor game store script (Glyph), please use it (this avoid us to have 2 same scripts).')" "$TITLE" POL_SetupWindow_Close exit 0 |
Contributions
Filters:
ContribuerMembre | Messages |
Dadu042 | Samedi 26 September 2020 à 12:35 |
Dadu042
|
InformationCette mise à jour a été acceptée par l'équipe Differences@@ -0,0 +1,51 @@ +#!/bin/bash +# Date : (2020-09-25) +# Last revision : see the changelog below +# Wine version used : see the changelog below +# Distribution used to test : XUbuntu 18.04 64 bits (Linux kernel v5.4.0). GPU: AMD Vega 11. +# Author : Dadu042 +# Licence : Retail +# Only For : http://www.playonlinux.com +# +# TESTED Editions: +# +# Middlewares used by this software : +# +# +# CHANGELOG +# [Dadu042] (2020-09-25 10-00) +# Initial script. This is a fake script (redirecting to the Glyph game store). +# +# KNOWN ISSUES : +# - Wine amd64 5.0.2: X +# +# +# KNOWN ISSUES (FIXED): +# - Wine amd64 5.0.2: X + +[ "$PLAYONLINUX" = "" ] && exit 0 +source "$PLAYONLINUX/lib/sources" + +TITLE="Trove" +PREFIX="Trove" +EDITOR="" +GAME_URL="" +AUTHOR="Dadu042" +STEAM_ID="" +GAME_VMS="512" +SHORTCUT_FILENAME="" +SOFTWARE_CATEGORIES="Game;" +# http://wiki.playonlinux.com/index.php/Scripting_-_Chapter_9:_Standardization#Advanced_Standardization +DOCUMENT_FILE="" + + +# Starting the script +POL_SetupWindow_Init + + +# Open dialogue box +POL_SetupWindow_message "$(eval_gettext 'Trove does install and work from the editor game store script (Glyph), please use it (this avoid us to have 2 same scripts).')" "$TITLE" + + +POL_SetupWindow_Close +exit 0 \ No newline at end of file Nouveau code source#!/bin/bash # Date : (2020-09-25) # Last revision : see the changelog below # Wine version used : see the changelog below # Distribution used to test : XUbuntu 18.04 64 bits (Linux kernel v5.4.0). GPU: AMD Vega 11. # Author : Dadu042 # Licence : Retail # Only For : http://www.playonlinux.com # # TESTED Editions: # # Middlewares used by this software : # # # CHANGELOG # [Dadu042] (2020-09-25 10-00) # Initial script. This is a fake script (redirecting to the Glyph game store). # # KNOWN ISSUES : # - Wine amd64 5.0.2: X # # # KNOWN ISSUES (FIXED): # - Wine amd64 5.0.2: X [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Trove" PREFIX="Trove" EDITOR="" GAME_URL="" AUTHOR="Dadu042" STEAM_ID="" GAME_VMS="512" SHORTCUT_FILENAME="" SOFTWARE_CATEGORIES="Game;" # http://wiki.playonlinux.com/index.php/Scripting_-_Chapter_9:_Standardization#Advanced_Standardization DOCUMENT_FILE="" # Starting the script POL_SetupWindow_Init # Open dialogue box POL_SetupWindow_message "$(eval_gettext 'Trove does install and work from the editor game store script (Glyph), please use it (this avoid us to have 2 same scripts).')" "$TITLE" POL_SetupWindow_Close exit 0 RéponsesMardi 22 Février 2022 à 11:40
|
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