El Foro

[Script] WBaduk

Autor Respuestas
petete Saturday 4 July 2015 at 18:47
peteteAnonymous

WBaduk (World Baduk) is one of the major Korean Baduk (go, weiqi) servers. Formerly it was known as CyberOro.

It uses ie6 to fix infinite OLE errors when playing. Tried 1.6.2 but it crashes when playing a sound, it uses system wine instead.

#!/usr/bin/bash
# Date : (2015-07-03 21-09)
# Last revision : (2015-07-05 12-47)
# Wine version used : 1.7.46-staging, system
# Distribution used to test : Manjaro
# Author : petete

[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

TITLE="WBaduk"
PREFIX="wbaduk"
INSTALLER="WBaduk_20140410A.exe"
MD5="15148b672edb3393ae947b01672e57ab"

#POL_GetSetupImages "top.jpg" "left.jpg" "$TITLE"
POL_SetupWindow_Init
POL_Debug_Init

POL_SetupWindow_presentation "$TITLE" "World Baduk Service" "http://www.wbaduk.com" "petete" "$PREFIX"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate

# Needs ie6 to fix OLE errors when playing, clicking on web stuff with ie gives errors
# maybe needs Flashplayer_ActiveX, needs more testing
POL_Call POL_Install_ie6

POL_System_TmpCreate "$PREFIX"
cd "$POL_System_TmpDir"
POL_Download "http://www.wbaduk.com/download/$INSTALLER" "$MD5"
POL_SetupWindow_wait
POL_Wine "$POL_System_TmpDir/$INSTALLER"
POL_System_TmpDelete
POL_Shortcut "UpCheck.exe" "$TITLE" "" "" "Game;BoardGame"

POL_SetupWindow_Close
exit

Images

https://drive.google.com/folderview?id=0B_jmUmd3Osi0fkhfSGMtQUNsNmhSYU9KcEJMUUhnc2F3NTlWSmJIdzQtRUlzTjBjSWxuNFE&usp=sharing

 

 

Editado por: petete

petete Saturday 4 July 2015 at 19:13
peteteAnonymous

nothing here

Editado por: petete