MesterMc Minecraft Client

Informatie

Creator Bericht
kukulo Anonymous

Information

This installer has been approved by the team.

Informatie

Platforms:
Downloads: 16276
Wine: 3.0.3

Feedbacks

Omschrijving

A free Minecraft client for the MesterMc Hungarian servers (2016). For more information please visit www.mestermc.hu .

Broncode

#!/usr/bin/env playonlinux-bash

# CHANGELOG
# [Kukulo] (2016-02-14)
#   First script (Wine 1.9.3)
# [Dadu042] (2020-01-02)
#   Wine 1.9.3 -> 3.0.3

[ "$PLAYONLINUX" = "" ] && exit
source "$PLAYONLINUX/lib/sources"
WINE_VERSION="3.0.3"
TITLE="MesterMc Minecraft Client"
POL_SetupWindow_Init
POL_Debug_Init
POL_SetupWindow_presentation "MesterMc Minecraft Client" "Kukulo" "MesterMc"

POL_RequiredVersion "4.0.0" || POL_Debug_Fatal "$APPLICATION_TITLE $VERSION is required to install $TITLE"

POL_Wine_SelectPrefix "MesterMc2"
POL_Wine_PrefixCreate "$WINE_VERSION"
POL_System_TmpCreate "MesterMc2"
 
cd "$POL_System_TmpDir"
wget --no-check-certificate --no-cookies --header "Cookie: oraclelicense=accept-securebackup-cookie" http://download.oracle.com/otn-pub/java/jdk/7u79-b15/jre-7u79-windows-i586.exe
POL_Wine_WaitBefore "$TITLE"
POL_Wine "$POL_System_TmpDir/jre-7u79-windows-i586.exe"

POL_SetupWindow_InstallMethod "LOCAL,DOWNLOAD"
if [ "$INSTALL_METHOD" = "DOWNLOAD" ]
then
        cd "$POL_System_TmpDir"
        POL_Download "http://rubugvkrwjee.mestermc.hu/3TtRL64MJ7yV1YQ/mestermchutelepito.exe"
        POL_Wine_WaitBefore "$TITLE"
        POL_Wine "$POL_System_TmpDir/mestermchutelepito.exe"
elif [ "$INSTALL_METHOD" = "LOCAL" ]
then
        POL_SetupWindow_browse "$(eval_gettext 'Please select the install file.')" "$TITLE"
        SETUP_PATH="$APP_ANSWER"
        POL_Wine_WaitBefore "$TITLE"
        POL_Wine "$SETUP_PATH"
fi
  
POL_Wine_WaitExit "$TITLE"
  
POL_Shortcut "MesterMc.exe" "MesterMc" "" "" "Game;"
POL_System_TmpDelete
POL_SetupWindow_Close
exit 0

Contributions

Filters:

Contribute
Member Bericht
Dadu042 Donderdag 2 Januari 2020 om 14:47
Dadu042

Information

This update has been approved by the team.

Differences

@@ -1,13 +1,21 @@
 #!/usr/bin/env playonlinux-bash
-  
+
+# CHANGELOG
+# [Kukulo] (2016-02-14)
+#   First script (Wine 1.9.3)
+# [Dadu042] (2020-01-02)
+#   Wine 1.9.3 -> 3.0.3
+
 [ "$PLAYONLINUX" = "" ] && exit
 source "$PLAYONLINUX/lib/sources"
-WINE_VERSION="1.9.3"
+WINE_VERSION="3.0.3"
 TITLE="MesterMc Minecraft Client"
 POL_SetupWindow_Init
 POL_Debug_Init
 POL_SetupWindow_presentation "MesterMc Minecraft Client" "Kukulo" "MesterMc"
-  
+
+POL_RequiredVersion "4.0.0" || POL_Debug_Fatal "$APPLICATION_TITLE $VERSION is required to install $TITLE"
+
 POL_Wine_SelectPrefix "MesterMc2"
 POL_Wine_PrefixCreate "$WINE_VERSION"
 POL_System_TmpCreate "MesterMc2"
@@ -16,6 +24,7 @@
 wget --no-check-certificate --no-cookies --header "Cookie: oraclelicense=accept-securebackup-cookie" http://download.oracle.com/otn-pub/java/jdk/7u79-b15/jre-7u79-windows-i586.exe
 POL_Wine_WaitBefore "$TITLE"
 POL_Wine "$POL_System_TmpDir/jre-7u79-windows-i586.exe"
+
 POL_SetupWindow_InstallMethod "LOCAL,DOWNLOAD"
 if [ "$INSTALL_METHOD" = "DOWNLOAD" ]
 then
@@ -33,7 +42,7 @@
   
 POL_Wine_WaitExit "$TITLE"
   
-POL_Shortcut "MesterMc.exe" "MesterMc"
+POL_Shortcut "MesterMc.exe" "MesterMc" "" "" "Game;"
 POL_System_TmpDelete
 POL_SetupWindow_Close
 exit 0
\ No newline at end of file

New source code

#!/usr/bin/env playonlinux-bash

# CHANGELOG
# [Kukulo] (2016-02-14)
#   First script (Wine 1.9.3)
# [Dadu042] (2020-01-02)
#   Wine 1.9.3 -> 3.0.3

[ "$PLAYONLINUX" = "" ] && exit
source "$PLAYONLINUX/lib/sources"
WINE_VERSION="3.0.3"
TITLE="MesterMc Minecraft Client"
POL_SetupWindow_Init
POL_Debug_Init
POL_SetupWindow_presentation "MesterMc Minecraft Client" "Kukulo" "MesterMc"

POL_RequiredVersion "4.0.0" || POL_Debug_Fatal "$APPLICATION_TITLE $VERSION is required to install $TITLE"

POL_Wine_SelectPrefix "MesterMc2"
POL_Wine_PrefixCreate "$WINE_VERSION"
POL_System_TmpCreate "MesterMc2"
 
cd "$POL_System_TmpDir"
wget --no-check-certificate --no-cookies --header "Cookie: oraclelicense=accept-securebackup-cookie" http://download.oracle.com/otn-pub/java/jdk/7u79-b15/jre-7u79-windows-i586.exe
POL_Wine_WaitBefore "$TITLE"
POL_Wine "$POL_System_TmpDir/jre-7u79-windows-i586.exe"

POL_SetupWindow_InstallMethod "LOCAL,DOWNLOAD"
if [ "$INSTALL_METHOD" = "DOWNLOAD" ]
then
        cd "$POL_System_TmpDir"
        POL_Download "http://rubugvkrwjee.mestermc.hu/3TtRL64MJ7yV1YQ/mestermchutelepito.exe"
        POL_Wine_WaitBefore "$TITLE"
        POL_Wine "$POL_System_TmpDir/mestermchutelepito.exe"
elif [ "$INSTALL_METHOD" = "LOCAL" ]
then
        POL_SetupWindow_browse "$(eval_gettext 'Please select the install file.')" "$TITLE"
        SETUP_PATH="$APP_ANSWER"
        POL_Wine_WaitBefore "$TITLE"
        POL_Wine "$SETUP_PATH"
fi
  
POL_Wine_WaitExit "$TITLE"
  
POL_Shortcut "MesterMc.exe" "MesterMc" "" "" "Game;"
POL_System_TmpDelete
POL_SetupWindow_Close
exit 0

Antwoorden

kukulo Zaterdag 30 Juli 2016 om 11:39
kukulo Anonymous

Warning

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

Bericht

Source code once more.

 

K.

Differences

@@ -0,0 +1,39 @@
+#!/usr/bin/env playonlinux-bash
+  
+[ "$PLAYONLINUX" = "" ] && exit
+source "$PLAYONLINUX/lib/sources"
+WINE_VERSION="1.9.3"
+TITLE="MesterMc Minecraft Client"
+POL_SetupWindow_Init
+POL_Debug_Init
+POL_SetupWindow_presentation "MesterMc Minecraft Client" "Kukulo" "MesterMc"
+  
+POL_Wine_SelectPrefix "MesterMc2"
+POL_Wine_PrefixCreate "$WINE_VERSION"
+POL_System_TmpCreate "MesterMc2"
+ 
+cd "$POL_System_TmpDir"
+wget --no-check-certificate --no-cookies --header "Cookie: oraclelicense=accept-securebackup-cookie" http://download.oracle.com/otn-pub/java/jdk/7u79-b15/jre-7u79-windows-i586.exe
+POL_Wine_WaitBefore "$TITLE"
+POL_Wine "$POL_System_TmpDir/jre-7u79-windows-i586.exe"
+POL_SetupWindow_InstallMethod "LOCAL,DOWNLOAD"
+if [ "$INSTALL_METHOD" = "DOWNLOAD" ]
+then
+        cd "$POL_System_TmpDir"
+        POL_Download "http://rubugvkrwjee.mestermc.hu/3TtRL64MJ7yV1YQ/mestermchutelepito.exe"
+        POL_Wine_WaitBefore "$TITLE"
+        POL_Wine "$POL_System_TmpDir/mestermchutelepito.exe"
+elif [ "$INSTALL_METHOD" = "LOCAL" ]
+then
+        POL_SetupWindow_browse "$(eval_gettext 'Please select the install file.')" "$TITLE"
+        SETUP_PATH="$APP_ANSWER"
+        POL_Wine_WaitBefore "$TITLE"
+        POL_Wine "$SETUP_PATH"
+fi
+  
+POL_Wine_WaitExit "$TITLE"
+  
+POL_Shortcut "MesterMc.exe" "MesterMc"
+POL_System_TmpDelete
+POL_SetupWindow_Close
+exit 0
\ No newline at end of file

New source code

#!/usr/bin/env playonlinux-bash
  
[ "$PLAYONLINUX" = "" ] && exit
source "$PLAYONLINUX/lib/sources"
WINE_VERSION="1.9.3"
TITLE="MesterMc Minecraft Client"
POL_SetupWindow_Init
POL_Debug_Init
POL_SetupWindow_presentation "MesterMc Minecraft Client" "Kukulo" "MesterMc"
  
POL_Wine_SelectPrefix "MesterMc2"
POL_Wine_PrefixCreate "$WINE_VERSION"
POL_System_TmpCreate "MesterMc2"
 
cd "$POL_System_TmpDir"
wget --no-check-certificate --no-cookies --header "Cookie: oraclelicense=accept-securebackup-cookie" http://download.oracle.com/otn-pub/java/jdk/7u79-b15/jre-7u79-windows-i586.exe
POL_Wine_WaitBefore "$TITLE"
POL_Wine "$POL_System_TmpDir/jre-7u79-windows-i586.exe"
POL_SetupWindow_InstallMethod "LOCAL,DOWNLOAD"
if [ "$INSTALL_METHOD" = "DOWNLOAD" ]
then
        cd "$POL_System_TmpDir"
        POL_Download "http://rubugvkrwjee.mestermc.hu/3TtRL64MJ7yV1YQ/mestermchutelepito.exe"
        POL_Wine_WaitBefore "$TITLE"
        POL_Wine "$POL_System_TmpDir/mestermchutelepito.exe"
elif [ "$INSTALL_METHOD" = "LOCAL" ]
then
        POL_SetupWindow_browse "$(eval_gettext 'Please select the install file.')" "$TITLE"
        SETUP_PATH="$APP_ANSWER"
        POL_Wine_WaitBefore "$TITLE"
        POL_Wine "$SETUP_PATH"
fi
  
POL_Wine_WaitExit "$TITLE"
  
POL_Shortcut "MesterMc.exe" "MesterMc"
POL_System_TmpDelete
POL_SetupWindow_Close
exit 0

Antwoorden

Donderdag 2 Januari 2020 om 14:45
Script approved.
kukulo Zondag 14 Februari 2016 om 11:55
kukulo Anonymous

Warning

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

Differences

@@ -0,0 +1,39 @@
+#!/usr/bin/env playonlinux-bash
+ 
+[ "$PLAYONLINUX" = "" ] && exit
+source "$PLAYONLINUX/lib/sources"
+WINE_VERSION="1.9.3"
+TITLE="MesterMc Minecraft Client"
+POL_SetupWindow_Init
+POL_Debug_Init
+POL_SetupWindow_presentation "MesterMc Minecraft Client" "Kukulo" "MesterMc"
+ 
+POL_Wine_SelectPrefix "MesterMc2"
+POL_Wine_PrefixCreate "$WINE_VERSION"
+POL_System_TmpCreate "MesterMc2"
+
+cd "$POL_System_TmpDir"
+wget --no-check-certificate --no-cookies --header "Cookie: oraclelicense=accept-securebackup-cookie" http://download.oracle.com/otn-pub/java/jdk/7u79-b15/jre-7u79-windows-i586.exe
+POL_Wine_WaitBefore "$TITLE"
+POL_Wine "$POL_System_TmpDir/jre-7u79-windows-i586.exe"
+POL_SetupWindow_InstallMethod "LOCAL,DOWNLOAD"
+if [ "$INSTALL_METHOD" = "DOWNLOAD" ]
+then
+        cd "$POL_System_TmpDir"
+        POL_Download "http://rubugvkrwjee.mestermc.hu/3TtRL64MJ7yV1YQ/mestermchutelepito.exe"
+        POL_Wine_WaitBefore "$TITLE"
+        POL_Wine "$POL_System_TmpDir/mestermchutelepito.exe"
+elif [ "$INSTALL_METHOD" = "LOCAL" ]
+then
+        POL_SetupWindow_browse "$(eval_gettext 'Please select the install file.')" "$TITLE"
+        SETUP_PATH="$APP_ANSWER"
+        POL_Wine_WaitBefore "$TITLE"
+        POL_Wine "$SETUP_PATH"
+fi
+ 
+POL_Wine_WaitExit "$TITLE"
+ 
+POL_Shortcut "MesterMc.exe" "MesterMc"
+POL_System_TmpDelete
+POL_SetupWindow_Close
+exit 0
\ No newline at end of file

New source code

#!/usr/bin/env playonlinux-bash
 
[ "$PLAYONLINUX" = "" ] && exit
source "$PLAYONLINUX/lib/sources"
WINE_VERSION="1.9.3"
TITLE="MesterMc Minecraft Client"
POL_SetupWindow_Init
POL_Debug_Init
POL_SetupWindow_presentation "MesterMc Minecraft Client" "Kukulo" "MesterMc"
 
POL_Wine_SelectPrefix "MesterMc2"
POL_Wine_PrefixCreate "$WINE_VERSION"
POL_System_TmpCreate "MesterMc2"

cd "$POL_System_TmpDir"
wget --no-check-certificate --no-cookies --header "Cookie: oraclelicense=accept-securebackup-cookie" http://download.oracle.com/otn-pub/java/jdk/7u79-b15/jre-7u79-windows-i586.exe
POL_Wine_WaitBefore "$TITLE"
POL_Wine "$POL_System_TmpDir/jre-7u79-windows-i586.exe"
POL_SetupWindow_InstallMethod "LOCAL,DOWNLOAD"
if [ "$INSTALL_METHOD" = "DOWNLOAD" ]
then
        cd "$POL_System_TmpDir"
        POL_Download "http://rubugvkrwjee.mestermc.hu/3TtRL64MJ7yV1YQ/mestermchutelepito.exe"
        POL_Wine_WaitBefore "$TITLE"
        POL_Wine "$POL_System_TmpDir/mestermchutelepito.exe"
elif [ "$INSTALL_METHOD" = "LOCAL" ]
then
        POL_SetupWindow_browse "$(eval_gettext 'Please select the install file.')" "$TITLE"
        SETUP_PATH="$APP_ANSWER"
        POL_Wine_WaitBefore "$TITLE"
        POL_Wine "$SETUP_PATH"
fi
 
POL_Wine_WaitExit "$TITLE"
 
POL_Shortcut "MesterMc.exe" "MesterMc"
POL_System_TmpDelete
POL_SetupWindow_Close
exit 0

Antwoorden

Anonymous
Zondag 14 Februari 2016 om 11:56
Source code is here.
Anonymous
Donderdag 25 Februari 2016 om 18:15
Please review this script

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