Visual Boy Advance Link Emulator

Informations

Creator Message
BiTSHiFT Anonymous

Warning

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

Informations

Platforms:
Downloads: 5064
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 Message
Dadu042 Friday 10 May 2019 at 19:59
Dadu042

Information

This update has been approved by the team.

Message

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

Replies

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

Message

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

Replies