GameMaker 8 is a proprietary game creation system created by Mark Overmars in the Delphi programming language.
The installation could be a bit buggy on the texts, but you can install the program without problems. Just clicking on the classic "next,next,next,finish" buttons. :)
#!/usr/bin/env playonlinux-bash
# Date : (2017-12-18 12-18)
# Last revision : (2017-12-19 02-05)
# Wine version used : 1.7.55
# Distribution used to test : Ubuntu Mate 16.04 LTS
# Author : GabrielTecno (https://gabrieltecno.github.io)
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
# Prefix and Wineversion
PREFIX="gamemaker8"
WORKING_WINE_VERSION="1.7.55"
# About
TITLE="GameMaker 8"
ENTERPRISE="YoYo Games"
ENTERPRISE_WEBSITE="https://www.yoyogames.com/"
# SETUP IMAGES
TOP="https://goo.gl/M78kxQ"
LEFT="https://goo.gl/2K6HGC"
# You
YOURNAME="GabrielTecno (https://gabrieltecno.github.io)"
SHORTCUT="Game_Maker.exe"
ARCH="x86"
# SETUP IMAGES
POL_GetSetupImages "$TOP" "$LEFT" "$TITLE"
# START SETUP Window and START debug
POL_SetupWindow_Init
POL_Debug_Init
# TITLE screen
POL_SetupWindow_presentation "$TITLE" "$ENTERPRISE" "$ENTERPRISE_WEBSITE" "$YOURNAME" "$PREFIX"
POL_System_TmpCreate "$PREFIX"
# Select INSTALL method
# WINE version and Architeture
POL_Wine_SelectPrefix "$PREFIX"
POL_System_SetArch "$ARCH"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"
# Wine
POL_Call POL_Install_dxfullsetup
POL_Call POL_Install_dsound
POL_Call POL_Install_directmusic
# LOCAL INSTALL Method
cd "$HOME"
#Check FILE
POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE"
POL_Wine_WaitBefore "$TITLE"
POL_Wine "$APP_ANSWER"
# RUN INSTALLATION
POL_Wine "$INSTALLER"
POL_Wine_WaitExit "$TITLE"
POL_System_TmpDelete
# CREATE Shorcut
POL_Shortcut "$SHORTCUT" "$TITLE"
POL_SetupWindow_message "$TITLE was installed" "$TITLE Installation"
POL_SetupWindow_Close
exit
Screenshot:
Install resources and images:
- Left
- Top
- 22x22
- 48x48
Edité par gabrieltecno
Designer and Developer.