Robot Karol

Informations

Créateur Messages
Bleuzen Anonymous

Information

Cet installateur a été accepté par l'équipe.

Informations

Plate-formes :
Téléchargements : 2981
Wine: 1.8.1

Retours d'expérience

Description

Robot Karol is an application / game with which you can start learn programming.

Code source

#!/bin/bash
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
 
TITLE="Robot Karol"
PREFIX="RobotKarol"
WINEVERSION="1.8.1"
 
POL_SetupWindow_Init
POL_Debug_Init
 
POL_SetupWindow_presentation "$TITLE" "Landesministerium Bayern" "www.mebis.bayern.de" "Bleuzen" "$PREFIX"
 
POL_System_SetArch "x86"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"

Set_OS "win7"
 
POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run.')" "$TITLE" "" "Windows Executables (*.exe)|*.exe;*.EXE"

POL_Wine "$APP_ANSWER"

POL_SetupWindow_wait "$(eval_gettext 'Waiting for installation to finish')" "$TITLE"
 
POL_Shortcut "karol.exe" "$TITLE"
 
POL_SetupWindow_Close
exit 0

Contributions

Filters:

Contribuer
Membre Messages
Bleuzen Samedi 5 Mars 2016 à 14:12
Bleuzen Anonymous

Messages

Game can be downloaded here:

https://www.mebis.bayern.de/infoportal/faecher/mint/inf/robot-karol/

or

https://www.mebis.bayern.de/wp-content/uploads/sites/2/2015/05/Robot_Karol_setup.zip

Réponses

Bleuzen Samedi 5 Mars 2016 à 14:06
Bleuzen Anonymous

Information

Cette mise à jour a été acceptée par l'équipe

Differences

@@ -0,0 +1,29 @@
+#!/bin/bash
+[ "$PLAYONLINUX" = "" ] && exit 0
+source "$PLAYONLINUX/lib/sources"
+ 
+TITLE="Robot Karol"
+PREFIX="RobotKarol"
+WINEVERSION="1.8.1"
+ 
+POL_SetupWindow_Init
+POL_Debug_Init
+ 
+POL_SetupWindow_presentation "$TITLE" "Landesministerium Bayern" "www.mebis.bayern.de" "Bleuzen" "$PREFIX"
+ 
+POL_System_SetArch "x86"
+POL_Wine_SelectPrefix "$PREFIX"
+POL_Wine_PrefixCreate "$WINEVERSION"
+
+Set_OS "win7"
+ 
+POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run.')" "$TITLE" "" "Windows Executables (*.exe)|*.exe;*.EXE"
+
+POL_Wine "$APP_ANSWER"
+
+POL_SetupWindow_wait "$(eval_gettext 'Waiting for installation to finish')" "$TITLE"
+ 
+POL_Shortcut "karol.exe" "$TITLE"
+ 
+POL_SetupWindow_Close
+exit 0
\ No newline at end of file

Nouveau code source

#!/bin/bash
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
 
TITLE="Robot Karol"
PREFIX="RobotKarol"
WINEVERSION="1.8.1"
 
POL_SetupWindow_Init
POL_Debug_Init
 
POL_SetupWindow_presentation "$TITLE" "Landesministerium Bayern" "www.mebis.bayern.de" "Bleuzen" "$PREFIX"
 
POL_System_SetArch "x86"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"

Set_OS "win7"
 
POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run.')" "$TITLE" "" "Windows Executables (*.exe)|*.exe;*.EXE"

POL_Wine "$APP_ANSWER"

POL_SetupWindow_wait "$(eval_gettext 'Waiting for installation to finish')" "$TITLE"
 
POL_Shortcut "karol.exe" "$TITLE"
 
POL_SetupWindow_Close
exit 0

Réponses

Vendredi 2 Aoüt 2019 à 22:00
Approved.