Robot Karol

Informations

Creator Message
Bleuzen Anonymous

Information

This installer has been approved by the team.

Informations

Platforms:
Downloads: 2968
Wine: 1.8.1

Feedbacks

Description

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

Source code

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

Contribute
Member Message
Bleuzen Saturday 5 March 2016 at 14:12
Bleuzen Anonymous

Message

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

Replies

Bleuzen Saturday 5 March 2016 at 14:06
Bleuzen Anonymous

Information

This update has been approved by the team.

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

New source code

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

Replies

Friday 2 August 2019 at 22:00
Approved.