Visual Boy Advance Link Emulator

Informations

Creator Meddelanden
BiTSHiFT Anonymous

Warning

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

Informations

Platforms:
Downloads: 5282
Wine: System

Feedbacks

Description

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

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

Contributions

Filters:

Contribute
Member Meddelanden
Dadu042 Friday 10 May 2019 at 19:59
Dadu042

Information

This update has been approved by the team.

Meddelanden

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

Svar

BiTSHiFT Monday 25 July 2016 at 19:59
BiTSHiFT Anonymous

Warning

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

Meddelanden

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

Svar

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