The forum

[Script] GameMaker 8

Tool for make games

Author Replies
gabrieltecno Monday 18 December 2017 at 20:55
gabrieltecno

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. :)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
#!/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
 
# 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

Edited by gabrieltecno


Designer and Developer.
plata Tuesday 26 December 2017 at 12:14
plata

Could you provide a version for Phoenicis as well (see https://github.com/PhoenicisOrg/Scripts)?

This site allows content generated by members, and we promptly remove any content that infringes copyright according to our Terms of Service. To report copyright infringement, please send a notice to dmca@playonlinux.com