Mega Man Maker X
Informations
Créateur | Messages |
---|---|
ElecMan
|
InformationCet installateur a été accepté par l'équipe. InformationsPlate-formes : Retours d'expérience1 0 DescriptionThe Ultimate Xperience : Mega Man Maker X Mod is a modification of Mega Man Maker, that replaces Megaman, Roll and Bass into X, Zero and Axl respectively, along with the newly added game changing gimmick : Wall Jumping! Code source#!/usr/bin/env PlayOnLinux-Bash # Information # Date: 2023-11-14 # Last revision: 2023-11-14 # Wine Version: 7.22 # OS: Linux Mint 21.2 x86_64 # Author: GuerreroAzul # PlayOnLinux : 4.3.4 # Script licence : GPL3 # Program licence : Retail # Running the Scripts [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" POL_SetupWindow_Init POL_Debug_Init # Variable TITLE="Mega Man Maker X" PREFIX="megamanmakerx" POLVERSION="4.3.4" WINEVERSION="7.22" OSVERSION="win7" ARCHITECTURE="x86" COMPANY="RED1, Jr. Maker, VANILLA, CROBY, FAMITAR, GameFromTheWeb" SITEWEB="https://oradwane73.wixsite.com/megamanmakerx" AUTHOR="GuerreroAzul" #Presentation POL_SetupWindow_presentation "$TITLE" "$COMPANY" "$SITEWEB" "$AUTHOR" "$TITLE" # POL Validations POL_RequiredVersion $POLVERSION || POL_Debug_Fatal "$TITLE won't work with $APPLICATION_TITLE $VERSION !nPlease update!" #Linux Validations if [ "$POL_OS" = "Linux" ]; then wbinfo -V || POL_Debug_Fatal "Please install winbind before installing $TITLE!" fi #Mac Validations if [ "$POL_OS" = "Mac" ]; then POL_Call POL_GetTool_samba3 source "$POL_USER_ROOT/tools/samba3/init" fi #wine Setup And Installation POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" Set_OS "$OS" POL_System_SetArch "$ARQUITECTURE" # Installation of Libraries POL_Call POL_Install_d3dx9 #Installation cd "$HOME" POL_SetupWindow_browse "$(eval_gettext 'Please select the file zip to run')" "$TITLE" INSTALLER="$APP_ANSWER" #Installation started POL_SetupWindow_wait_next_signal "$(eval_gettext 'Extracting the archive...')" "$TITLE" POL_System_unzip "$INSTALLER" -d "$WINEPREFIX/drive_c/Game/" POL_Shortcut "MegaMakerX.exe" "$TITLE" #End installation POL_System_TmpDelete POL_SetupWindow_Close exit 0 |
Contributions
Filters:
ContribuerMembre | Messages |
GuerreroAzul | Mercredi 15 Novembre 2023 à 0:18 |
GuerreroAzul
|
InformationCette mise à jour a été acceptée par l'équipe Differences@@ -0,0 +1,69 @@ +#!/usr/bin/env PlayOnLinux-Bash +# Information +# Date: 2023-11-14 +# Last revision: 2023-11-14 +# Wine Version: 7.22 +# OS: Linux Mint 21.2 x86_64 +# Author: GuerreroAzul +# PlayOnLinux : 4.3.4 +# Script licence : GPL3 +# Program licence : Retail + +# Running the Scripts +[ "$PLAYONLINUX" = "" ] && exit 0 +source "$PLAYONLINUX/lib/sources" +POL_SetupWindow_Init +POL_Debug_Init + +# Variable +TITLE="Mega Man Maker X" +PREFIX="megamanmakerx" +POLVERSION="4.3.4" +WINEVERSION="7.22" +OSVERSION="win7" +ARCHITECTURE="x86" +COMPANY="RED1, Jr. Maker, VANILLA, CROBY, FAMITAR, GameFromTheWeb" +SITEWEB="https://oradwane73.wixsite.com/megamanmakerx" +AUTHOR="GuerreroAzul" + +#Presentation +POL_SetupWindow_presentation "$TITLE" "$COMPANY" "$SITEWEB" "$AUTHOR" "$TITLE" + +# POL Validations +POL_RequiredVersion $POLVERSION || POL_Debug_Fatal "$TITLE won't work with $APPLICATION_TITLE $VERSION !nPlease update!" + +#Linux Validations +if [ "$POL_OS" = "Linux" ]; then + wbinfo -V || POL_Debug_Fatal "Please install winbind before installing $TITLE!" +fi + +#Mac Validations +if [ "$POL_OS" = "Mac" ]; then + POL_Call POL_GetTool_samba3 + source "$POL_USER_ROOT/tools/samba3/init" +fi + +#wine Setup And Installation +POL_Wine_SelectPrefix "$PREFIX" +POL_Wine_PrefixCreate "$WINEVERSION" +Set_OS "$OS" +POL_System_SetArch "$ARQUITECTURE" + +# Installation of Libraries +POL_Call POL_Install_d3dx9 + + #Installation +cd "$HOME" +POL_SetupWindow_browse "$(eval_gettext 'Please select the file zip to run')" "$TITLE" +INSTALLER="$APP_ANSWER" + +#Installation started +POL_SetupWindow_wait_next_signal "$(eval_gettext 'Extracting the archive...')" "$TITLE" +POL_System_unzip "$INSTALLER" -d "$WINEPREFIX/drive_c/Game/" + +POL_Shortcut "MegaMakerX.exe" "$TITLE" + +#End installation +POL_System_TmpDelete +POL_SetupWindow_Close +exit 0 \ No newline at end of file Nouveau code source#!/usr/bin/env PlayOnLinux-Bash # Information # Date: 2023-11-14 # Last revision: 2023-11-14 # Wine Version: 7.22 # OS: Linux Mint 21.2 x86_64 # Author: GuerreroAzul # PlayOnLinux : 4.3.4 # Script licence : GPL3 # Program licence : Retail # Running the Scripts [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" POL_SetupWindow_Init POL_Debug_Init # Variable TITLE="Mega Man Maker X" PREFIX="megamanmakerx" POLVERSION="4.3.4" WINEVERSION="7.22" OSVERSION="win7" ARCHITECTURE="x86" COMPANY="RED1, Jr. Maker, VANILLA, CROBY, FAMITAR, GameFromTheWeb" SITEWEB="https://oradwane73.wixsite.com/megamanmakerx" AUTHOR="GuerreroAzul" #Presentation POL_SetupWindow_presentation "$TITLE" "$COMPANY" "$SITEWEB" "$AUTHOR" "$TITLE" # POL Validations POL_RequiredVersion $POLVERSION || POL_Debug_Fatal "$TITLE won't work with $APPLICATION_TITLE $VERSION !nPlease update!" #Linux Validations if [ "$POL_OS" = "Linux" ]; then wbinfo -V || POL_Debug_Fatal "Please install winbind before installing $TITLE!" fi #Mac Validations if [ "$POL_OS" = "Mac" ]; then POL_Call POL_GetTool_samba3 source "$POL_USER_ROOT/tools/samba3/init" fi #wine Setup And Installation POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" Set_OS "$OS" POL_System_SetArch "$ARQUITECTURE" # Installation of Libraries POL_Call POL_Install_d3dx9 #Installation cd "$HOME" POL_SetupWindow_browse "$(eval_gettext 'Please select the file zip to run')" "$TITLE" INSTALLER="$APP_ANSWER" #Installation started POL_SetupWindow_wait_next_signal "$(eval_gettext 'Extracting the archive...')" "$TITLE" POL_System_unzip "$INSTALLER" -d "$WINEPREFIX/drive_c/Game/" POL_Shortcut "MegaMakerX.exe" "$TITLE" #End installation POL_System_TmpDelete POL_SetupWindow_Close exit 0 RéponsesLundi 8 Janvier 2024 à 13:42
|
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