Visual Boy Advance Link Emulator

Informatie

Creator Bericht
BiTSHiFT Anonymous

Warning

This installer is a beta script. It means that it might not work as expected

Informatie

Platforms:
Downloads: 5287
Wine: System

Feedbacks

Omschrijving

Visual Boy Advance Link Emulator is an emulator to play Gameboy (Color, Advance) games, that also supports link-cable and wifi.

Broncode

#!/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:

Contribute
Member Bericht
Dadu042 Vrijdag 10 Mei 2019 om 19:59
Dadu042

Information

This update has been approved by the team.

Bericht

Fixed 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

New source code

#!/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

Antwoorden

BiTSHiFT Maandag 25 Juli 2016 om 19:59
BiTSHiFT Anonymous

Warning

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

Bericht

Oops, 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

New source code

#!/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

Antwoorden

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