Visual Boy Advance Link Emulator
Informations
Créateur | Messages |
---|---|
BiTSHiFT
|
AttentionThis installer is a beta script. It means that it might not work as expected InformationsPlate-formes : Retours d'expérience0 0 DescriptionVisual Boy Advance Link Emulator is an emulator to play Gameboy (Color, Advance) games, that also supports link-cable and wifi. Code source#!/bin/bash # Date : (2016-07-25 19-51) # Last revision : (2016-07-25 19-51) # Wine version used : 1.6.2 # Distribution used to test : Linux Mint 17.3 Rosa # Author : BiTSHiFT91 [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" AUTHOR="BiTSHiFT91" PRFX="vbalink18" PROG_NAME="VBA Link 1.8" PROG_AUTH="VBALink" PROG_URL="http://www.vbalink.info" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$PROG_NAME" "$PROG_AUTH" "$PROG_URL" "$AUTHOR" "$PRFX" #select prefix POL_Wine_SelectPrefix "$PRFX" #create it POL_Wine_PrefixCreate #create temp #POL_System_TmpCreate #goto temp cd "$WINEPREFIX/drive_c/$PROGRAMFILES" POL_Download "http://www.vbalink.info/download/vbalink180b.zip" "3b7a04dddb2a7b43e0db2e02c649df46" unzip vbalink180b.zip -d vbalink rm vbalink180b.zip #Installing mfc42 POL_Call POL_Install_mfc42 #Create shortcut POL_Shortcut "VisualBoyAdvance.exe" "$PROG_NAME" POL_SetupWindow_Close exit |
Contributions
Filters:
ContribuerMembre | Messages |
Dadu042 | Vendredi 10 Mai 2019 à 19:59 |
Dadu042
|
InformationCette mise à jour a été acceptée par l'équipe MessagesFixed the link to the ZIP file (outdated). Differences@@ -0,0 +1,35 @@ +#!/bin/bash +# Date : (2016-07-25 19-51) +# Last revision : (2016-07-25 19-51) +# Wine version used : 1.6.2 +# Distribution used to test : Linux Mint 17.3 Rosa +# Author : BiTSHiFT91 + +[ "$PLAYONLINUX" = "" ] && exit 0 +source "$PLAYONLINUX/lib/sources" +AUTHOR="BiTSHiFT91" +PRFX="vbalink18" +PROG_NAME="VBA Link 1.8" +PROG_AUTH="VBALink" +PROG_URL="http://www.vbalink.info" + +POL_SetupWindow_Init +POL_Debug_Init +POL_SetupWindow_presentation "$PROG_NAME" "$PROG_AUTH" "$PROG_URL" "$AUTHOR" "$PRFX" +#select prefix +POL_Wine_SelectPrefix "$PRFX" +#create it +POL_Wine_PrefixCreate +#create temp +#POL_System_TmpCreate +#goto temp +cd "$WINEPREFIX/drive_c/$PROGRAMFILES" +POL_Download "http://www.vbalink.info/download/vbalink180b.zip" "3b7a04dddb2a7b43e0db2e02c649df46" +unzip vbalink180b.zip -d vbalink +rm vbalink180b.zip +#Installing mfc42 +POL_Call POL_Install_mfc42 +#Create shortcut +POL_Shortcut "VisualBoyAdvance.exe" "$PROG_NAME" +POL_SetupWindow_Close +exit \ No newline at end of file Nouveau code source#!/bin/bash # Date : (2016-07-25 19-51) # Last revision : (2016-07-25 19-51) # Wine version used : 1.6.2 # Distribution used to test : Linux Mint 17.3 Rosa # Author : BiTSHiFT91 [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" AUTHOR="BiTSHiFT91" PRFX="vbalink18" PROG_NAME="VBA Link 1.8" PROG_AUTH="VBALink" PROG_URL="http://www.vbalink.info" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$PROG_NAME" "$PROG_AUTH" "$PROG_URL" "$AUTHOR" "$PRFX" #select prefix POL_Wine_SelectPrefix "$PRFX" #create it POL_Wine_PrefixCreate #create temp #POL_System_TmpCreate #goto temp cd "$WINEPREFIX/drive_c/$PROGRAMFILES" POL_Download "http://www.vbalink.info/download/vbalink180b.zip" "3b7a04dddb2a7b43e0db2e02c649df46" unzip vbalink180b.zip -d vbalink rm vbalink180b.zip #Installing mfc42 POL_Call POL_Install_mfc42 #Create shortcut POL_Shortcut "VisualBoyAdvance.exe" "$PROG_NAME" POL_SetupWindow_Close exit Réponses |
BiTSHiFT | Lundi 25 Juillet 2016 à 19:59 |
BiTSHiFT
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. MessagesOops, forgot the source-code :/ Differences@@ -0,0 +1,35 @@ +#!/bin/bash +# Date : (2016-07-25 19-51) +# Last revision : (2016-07-25 19-51) +# Wine version used : 1.6.2 +# Distribution used to test : Linux Mint 17.3 Rosa +# Author : BiTSHiFT91 + +[ "$PLAYONLINUX" = "" ] && exit 0 +source "$PLAYONLINUX/lib/sources" +AUTHOR="BiTSHiFT91" +PRFX="vbalink18" +PROG_NAME="VBA Link 1.8" +PROG_AUTH="VBALink" +PROG_URL="http://www.vbalink.info" + +POL_SetupWindow_Init +POL_Debug_Init +POL_SetupWindow_presentation "$PROG_NAME" "$PROG_AUTH" "$PROG_URL" "$AUTHOR" "$PRFX" +#select prefix +POL_Wine_SelectPrefix "$PRFX" +#create it +POL_Wine_PrefixCreate +#create temp +#POL_System_TmpCreate +#goto temp +cd "$WINEPREFIX/drive_c/$PROGRAMFILES" +POL_Download "http://www.vbalink.info/download/vbalink180b0.zip" "3b7a04dddb2a7b43e0db2e02c649df46" +unzip vbalink180b0.zip -d vbalink +rm vbalink180b0.zip +#Installing mfc42 +POL_Call POL_Install_mfc42 +#Create shortcut +POL_Shortcut "VisualBoyAdvance.exe" "$PROG_NAME" +POL_SetupWindow_Close +exit \ No newline at end of file Nouveau code source#!/bin/bash # Date : (2016-07-25 19-51) # Last revision : (2016-07-25 19-51) # Wine version used : 1.6.2 # Distribution used to test : Linux Mint 17.3 Rosa # Author : BiTSHiFT91 [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" AUTHOR="BiTSHiFT91" PRFX="vbalink18" PROG_NAME="VBA Link 1.8" PROG_AUTH="VBALink" PROG_URL="http://www.vbalink.info" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$PROG_NAME" "$PROG_AUTH" "$PROG_URL" "$AUTHOR" "$PRFX" #select prefix POL_Wine_SelectPrefix "$PRFX" #create it POL_Wine_PrefixCreate #create temp #POL_System_TmpCreate #goto temp cd "$WINEPREFIX/drive_c/$PROGRAMFILES" POL_Download "http://www.vbalink.info/download/vbalink180b0.zip" "3b7a04dddb2a7b43e0db2e02c649df46" unzip vbalink180b0.zip -d vbalink rm vbalink180b0.zip #Installing mfc42 POL_Call POL_Install_mfc42 #Create shortcut POL_Shortcut "VisualBoyAdvance.exe" "$PROG_NAME" POL_SetupWindow_Close exit Réponses |
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