Game Maker Language

  1. Game Maker Language Tutorial
  2. Game Maker Language Keyboard_check
  3. Game Maker Language Use

Download Game Maker 8.1 Lite. Design simple and visual games. Game Maker is a powerful tool that allows you to create your own games in simple format and simple visuals within having any prior knowledge to programming. What is the abbreviation for Game Maker Language? What does GML stand for? GML abbreviation stands for Game Maker Language.

(Redirected from GameMaker: Studio)
GameMaker Studio
Original author(s)Mark Overmars
Developer(s)YoYo Games
Initial release15 November 1999; 19 years ago
Stable release
Written inC++ (Runtime), C# (IDE)
Operating systemMicrosoft Windows
macOS
Available inEnglish, French, Spanish, German
TypeGame creation system
LicenseProprietary
Websitehttps://yoyogames.com

GameMaker Studio (formerly Animo until 1999, Game Maker until 2011, GameMaker until 2012, and GameMaker: Studio until 2017) is a cross-platformgame engine developed by YoYo Games.

GameMaker accommodates the creation of cross-platform and multi-genre video games using a custom drag-and-drop visual programming language or a scripting language known as Game Maker Language, which can be used to develop more advanced games that could not be created just by using the drag and drop features. GameMaker was originally designed to allow novice computer programmers to be able to make computer games without much programming knowledge by use of these actions. Recent versions of software also focus on appealing to advanced developers.[1]

  • 1Overview

Overview

GameMaker is primarily intended for making games with 2D graphics, allowing out-of-box use of raster graphics, vector graphics (via SWF),[2] and 2D skeletal animations (via Esoteric Software's Spine)[3][4] along with a large standard library for drawing graphics and 2D primitives.[5] While the software allows for limited use of 3D graphics, this is in form of vertex buffer[6] and matrix functions, and as such not intended for novice users.

The engine uses Direct3D on Windows, UWP, and Xbox One; OpenGL on macOS and Linux; OpenGL ES on Android and iOS, WebGL or 2d canvas on HTML5, and proprietary APIs on consoles.

The engine's primary element is an IDE with built-in editors for raster graphics, level design, scripting, paths, and shaders (GLSL or HLSL).[7] Additional functionality can be implemented in software's scripting language or platform-specific native extensions.[8] In GameMaker Studio 2, you can choose whether to export the game as an NSIS installer, or a .zip file containing the game, the data.win file, and any files added under the 'Included Files' tab in the editor.[9]

Supported platforms

GameMaker supports building for Microsoft Windows, macOS, Ubuntu, HTML5, Android, iOS, Amazon Fire TV, Android TV, Microsoft UWP, PlayStation 4, and Xbox One;[10][11][12] support for the Nintendo Switch was announced in March 2018, with Undertale to be the first such title to be brought to the Switch.[13]

In past, GameMaker supported building for Windows Phone (deprecated in favor of UWP), Tizen, PlayStation 3, and PlayStation Vita (not supported in GMS2 'largely for business reasons').[14]

PlayStation Portable support was demonstrated in May 2010,[15] but never made publicly available (with only a small selection of titles using it).[16]

Raspberry Pi support was demonstrated in February 2016,[17] but as of May 2018 not released.

Between 2007 and 2011, YoYo Games maintained a custom web player plugin for GameMaker games[18] before releasing it as open-source mid-2011[19] and finally deprecating in favor of HTML5 export.

Drag and Drop

Drag and Drop (DnD) is GameMaker's visual scripting tool.

DnD allows developers to perform common tasks (like instantiating objects, calling functions, or working with files and data structures) without having to write a single line of code. It remains to be largely aimed at novice users.[20]

While historically DnD remained fairly limited in what can be comfortably done with it,[21][22] GameMaker Studio 2 had seen an overhaul to the system, allowing more tasks to be done with DnD, and having it translate directly to code[23] (with an in-IDE preview for users interested in migrating to code).

GameMaker Language

GameMaker Language is GameMaker's scripting language. It is an imperative, dynamically typed language commonly likened to JavaScript and C-like languages.[24][25][26]

The language's default mode of operation on native platforms is via a stack machine; it can also be source-to-source compiled to C++ via LLVM for higher performance.[27] On HTML5, GML is source-to-source compiled to JavaScript with optimizations and minification applied in non-debug builds.[28]

History

GameMaker was originally developed by Mark Overmars. The program was first released on 15 November 1999 under the name of Animo (at the time, it was just a graphics tool with limited visual scripting capabilities).[29] The first versions of the program were being developed in Delphi.[30]

Subsequent releases seen the name changed to Game Maker and software moving towards more general-purpose 2d game development.

Versions 5.0 and below have been freeware; version 5.1 introduced an optional registration fee; version 5.3 (January 2004) introduced a number of new features for registered users, including particle systems, networking, and possibility to extend games using DLLs.[31]

Version 6.0 (October 2004) introduced limited functionality for use of 3D graphics, as well as migrating the runtime's drawing pipeline from VCL to DirectX.[32]

Growing public interest led Overmars to seek help in expanding the program, which led to partnership with YoYo Games in 2007.[33] From this point onward, development was handled by YoYo Games while Overmars retained a position as one of company's directors.[34] Version 7.0 was the first to emerge under this partnership.

The first macOS compatible version of program was released in 2009,[35] allowing games to be made for two operating systems with minimal changes.

Version 8.1 (April 2011) sees the name changed to GameMaker (lacking a space) to avoid any confusion[36] with the 1991 software Game-Maker. This version also had the runtime rewritten in C++ to address performance concerns[37] with previous versions.

September 2011 sees the initial release of 'GameMaker: HTML5' - a new version of software with capability to export games for web browsers alongside with desktop.[38]

GameMaker: Studio entered public beta in March 2012[38] and enjoyed a full release in May 2012.[39] Initial supported platforms included Windows, Mac, HTML5, Android, and iOS. Additional platforms and features were introduced over the years following;[40][41][42][43] Late 2012 there was an accident with anti-piracy measures misfiring for some legitimate users.

In February 2015, GameMaker was acquired by Playtech together with YoYo Games. Announcement reassured that GameMaker will be further improved and states plans to appeal to broader demographic, including more advanced developers.[1][44]

November 2016 sees the initial release of GameMaker Studio 2 beta,[45] with full release in March 2017.[46] This version spots a completely redesigned IDE (rewritten in C#[47]) and a number of new editor and runtime features.

Reception

Game Maker Language Tutorial

The program currently holds a rating of 8.5/10 on Mod DB based on 223 user reviews; many cite its flexibility and ease of use as positives and instability, crashes, project corruption and outdated features as negatives.[48] Douglas Clements of Indie Game Magazine wrote that the program '[s]implifies and streamlines game development' and is 'easy for beginners yet powerful enough to grow as you develop', though noting that 'resource objects have to be gathered if unable to create' and that licensing between Steam and the YoYo Games website is 'convoluted'.[49]

References

  1. ^ abVinciguerra, David; Howell, Andrew (16 October 2015). The GameMaker Standard. CRC Press. ISBN978-1-317-51469-5.
  2. ^Kerr, Chris. 'GameMaker Studio 2 gets new low-cost 'Creators Edition''. Retrieved 9 May 2018.
  3. ^'GDC17: GameMaker Studios 2.0 Takes On Industry Titans Broken Joysticks'. Broken Joysticks. 12 March 2017. Retrieved 9 May 2018.
  4. ^'Skeletal Animation Sprites Using Spine Blog YoYo Games'. Yoyo Games. Retrieved 9 May 2018.
  5. ^'Drawing'. docs2.yoyogames.com. Retrieved 9 May 2018.
  6. ^'Drawing And Creating Primitives'. docs2.yoyogames.com. Retrieved 9 May 2018.
  7. ^'2D Game Development Engine 'GameMaker Studio 2' Debuts on macOS'. Retrieved 9 May 2018.
  8. ^'GameMaker Studio 2 gets an education edition'. VentureBeat. 23 May 2017. Retrieved 9 May 2018.
  9. ^'Compiling'. docs2.yoyogames.com. Retrieved 20 February 2019.
  10. ^Evan Lewis (6 November 2014). 'Learn how to make your own video games with GameMaker: Studio at RetroGameCon'. Syracuse Media Group. Retrieved 2 December 2014.
  11. ^'This will let you say 'Happy Birthday,' 'Get Well Soon' with a video game'. Alexa Ray Corriea. 22 January 2014. Retrieved 23 January 2014.
  12. ^'No coding required: How new designers are using GameMaker to create indie smash hits'. PC Gamer. Retrieved 15 January 2015.
  13. ^Good, Owen (9 March 2018). 'Undertale coming to Switch brings indie games' GameMaker Studio engine with it'. Polygon. Retrieved 9 March 2018.
  14. ^'We are YoYoGames, we recently announced GameMaker Studio 2. Ask us anything. • r/gamemaker'. reddit. Retrieved 9 May 2018.
  15. ^'Create games for your PSP with Game Maker'. Pocket Gamer. Retrieved 8 May 2018.
  16. ^'Indie platformer They Need To Be Fed coming to PSP'. Pocket Gamer. Retrieved 8 May 2018.
  17. ^'Three great GameMaker games for Raspberry Pi - Raspberry Pi'. Raspberry Pi. 15 February 2016. Retrieved 9 May 2018.
  18. ^'GMking's MarkUp Magazine - Issue 12'.
  19. ^'YoYo Website plans Blog YoYo Games'. Yoyo Games. Retrieved 9 May 2018.
  20. ^'Interview: James Cox of YoYo Games about GameMaker Studio 2 This Is Xbox'. This Is Xbox. Retrieved 9 May 2018.
  21. ^'Drag-and-Drop icons to GameMaker Language reference'(PDF).
  22. ^'No coding required: How new designers are using GameMaker to create indie smash hits'. pcgamer. Retrieved 9 May 2018.
  23. ^'GameMaker Studio creators look back at 17 years of development'. VentureBeat. 4 September 2017. Retrieved 9 May 2018.
  24. ^Christian, Brian; Isaacs, Steven (28 December 2015). GameMaker Programming By Example. Packt Publishing Ltd. ISBN978-1-78588-847-2.
  25. ^Jr, Jerry Lee Ford (1 June 2009). Getting Started with Game Maker. Cengage Learning. ISBN978-1435455214.
  26. ^Habgood, Jacob; Overmars, Mark (31 December 2006). The Game Maker's Apprentice: Game Development for Beginners. Apress. ISBN978-1-4302-0159-5.
  27. ^'GameMaker: Studio introduces YoYo Compiler and cross-platform Shader support'. Retrieved 9 May 2018.
  28. ^Elliott, Jason Lee (22 April 2013). HTML5 Game Development with GameMaker. Packt Publishing Ltd. ISBN978-1-84969-411-7.
  29. ^Jr, Jerry Lee Ford (1 June 2009). Getting Started with Game Maker. Cengage Learning. ISBN978-1435455214.
  30. ^'Game Maker Studio engine'. Desura. Retrieved 29 May 2013.
  31. ^'Game Maker Pages'. 10 January 2004. Retrieved 8 May 2018.
  32. ^Ford, Jerry (2010). Getting Started with Game Maker. Course Technology, a part of Cengage Learning. ASIN1598638823. ISBN978-1-59863-882-0.CS1 maint: ASIN uses ISBN (link)
  33. ^Stanton, Rich (23 July 2015). A Brief History Of Video Games: From Atari to Virtual Reality. Little, Brown Book Group. ISBN9781472118813.
  34. ^Habgood, Jacob; Overmars, Mark (31 December 2006). The Game Maker's Apprentice: Game Development for Beginners. Apress. ISBN978-1-4302-0159-5.
  35. ^Jr, Jerry Lee Ford (1 June 2009). Getting Started with Game Maker. Cengage Learning. ISBN978-1435455214.
  36. ^Eric-Jon Rössel, Tairne (30 April 2010). 'The Original Game-Maker'. Archived from the original on 1 March 2014. Retrieved 15 January 2015.
  37. ^Ford, Jerry (2009). Getting Started with Game Maker. Cengage Learning. p. 333. ISBN978-1133168966.
  38. ^ abRose, Mike. 'YoYo Games Releases GameMaker: HTML5 Tools'. Retrieved 8 May 2018.
  39. ^'YoYo Games unveils GameMaker: Studio for cross-platform development'. VentureBeat. 22 May 2012. Retrieved 8 May 2018.
  40. ^'Game Maker Studio 1.1 released - csanyk.com'. csanyk.com. 6 September 2012. Retrieved 8 May 2018.
  41. ^'YoYo Games updates GameMaker: Studio to speed development time'. VentureBeat. 27 August 2013. Retrieved 8 May 2018.
  42. ^'GameMaker est disponible en version 1.3 et apporte un nouveau débogueur et le support des consoles de Sony'. Developpez.com (in French). Retrieved 8 May 2018.
  43. ^'Welcome to GameMaker: Studio 1.4 GameMaker Blog'. 18 June 2016. Retrieved 8 May 2018.
  44. ^'YoYo Games is Acquired by Playtech plc YoYo Games'. 26 March 2015. Retrieved 8 May 2018.
  45. ^'GameMaker Studio 2 enters beta'. PCGamesN. Retrieved 8 May 2018.
  46. ^GameFromScratch.com, Copyright. 'GameMaker Studio 2 Released'. www.gamefromscratch.com. Retrieved 8 May 2018.
  47. ^'GameMaker Studio 2: Remade to Stay Up-to-date - Gamesauce: Global Inspiration for Game Developers'. www.gamesauce.biz. Retrieved 8 May 2018.
  48. ^'GameMaker: Studio Reviews'. DBolical Pty Ltd. Retrieved 15 January 2015.
  49. ^Douglas Clements. ''GameMaker: Studio' – Lord Over The Pixels'. Indie Games Magazine. Archived from the original on 22 December 2017. Retrieved 19 January 2017.

External links

  • Programming:Game Maker at Wikibooks
  • Media related to GameMaker Studio at Wikimedia Commons
Retrieved from 'https://en.wikipedia.org/w/index.php?title=GameMaker_Studio&oldid=920355242'
Game-Maker
Original author(s)Gregory Andrew Stone
Oliver Stone
George Oliver Stone
Joan Stone
Developer(s)Recreational Software Designs
Initial release1991; 28 years ago
PlatformMS-DOS, Windows 3.1x
TypeGame creation system

Game-Maker (aka RSD Game-Maker) is an MS-DOS-based suite of game design tools, accompanied by demonstration games, produced between 1991 and 1995 by the Amherst, New Hampshire based Recreational Software Designs and sold through direct mail in the US by KD Software.[1] Game-Maker also was sold under various names by licensed distributors in the UK, Korea, and other territories including Captain GameMaker (Screen Entertainment, UK) and Create Your Own Games With GameMaker! (Microforum, Canada).[2] Game-Maker is notable as one of the first complete game design packages for DOS-based PCs, for its fully mouse-driven graphical interface, and for its early support for VGA graphics, Sound Blaster sound, and full-screen four-way scrolling.[3]

Primary distribution for Game-Maker was through advertisements in the back of PC and game magazines such as Computer Gaming World[4] and VideoGames & Computer Entertainment. At release Game-Maker was priced at $89, and shipped on 5.25' diskette with seven or eight demonstration or tutorial games. Later releases were less expensive, and shipped on CD-ROM with dozens of sample games and a large selection of extra tools and resources.[5]

After some consultation with the user base, on July 12, 2014 original coder Andy Stone released the Game-Maker 3.0 source code on GitHub, under the MIT license.[6]

  • 1Construction
  • 2History
  • 3Game distribution
  • 4Limitations
  • 5Influence

Construction[edit]

Game-Maker consists of a text-mode wrapper, tying together a collection of WYSIWYG design tools. The tools produce proprietary resources that are compiled together and parsed with RSD's custom XFERPLAY game engine. The design tools include:

  • Palette Designer - for designing and editing custom 256-color .PAL palette files (for sprites, color #255 is clear)
  • Block Designer - for designing 20x20 pixel .BBL background tiles and .CBL/.MBL animation frames for characters and monsters
  • Character Maker - for animating and sequencing .CHR character sprites
  • Monster Maker - for animating and sequencing .MON 'monster' (i.e., non-player) sprites
  • Map Maker - for designing 100x100 tile .MAP files (10 screens tall; 6-1/4 screens across)
  • Graphics Image Reader - for importing visuals from .GIF files, produced with external painting programs
  • Sound Designer - for designing PC speaker .SND files, assigning Sound Blaster .VOC samples, and formatting .CMF music files
  • Integrator - for compiling and organizing resources together into a playable .GAM file

Game-Maker involves no scripting language; all design tools use a mouse-driven 320x200 VGA display, with a shared logic and visual theme. Users draw background tiles pixel by pixel in an enlarged window, and can pull tiles from the palette to arrange in a 'sandbox' area. A further menu allows users to set physical properties—solidity, gravity, animation, various counter values—for each block. The user draws maps by pulling blocks from the palette and painting with them using simple paintbrush, line, shape, and fill tools.

Avast antivirus update 2016 free download. Download free virus protection for Windows PC. Avast offers modern antivirus for today’s complex threats. Fast, simple, and 100% free. Try it today! A feature of most of our programs is their ability to update themselves automatically. If you are connected to the Internet, virus database updates are downloaded and installed automatically without any user action. The availability of a new version is checked when an Internet connection is established, and every four hours afterwards.

Characters can have up to 15 keyboard commands, plus idle, death, and injury animations. They can hold an inventory and money, earn score, gain and lose hit points and lives, and track several counters—often used for keys and similar functions. Monsters have simple animations and movements, and can also change behavior in response to the player.

Playable games can be exported complete with a portable version of the XFERPLAY engine, sound drivers, and configuration files. All games record high scores and (in later versions) attract mode replays. All games also feature instant save and load, and support standard PC joysticks.

In later versions of the software, games also can incorporate several formats including ASCII text data, CompuServe .GIF files, and Autodesk Animator .FLI animations into multimedia presentations during menus and between levels. Although Game-Maker includes no tools for developing these files, the formats are standardized enough to allow the user a choice of standalone utilities. In addition, image data produced with outside programs such as Deluxe Paint is easily imported and split into background tiles or sprites.

Game engine[edit]

Through RSD's proprietary XFERPLAY engine, all Game-Maker games run in 256-color full-screen VGA, at an eccentric 312x196 resolution (switching to the more standard 320x200 for menu screens). Game-Maker games are also distinguished by their eccentric 20x20 tile and sprite size (as opposed to the more standard 8x8 or 16/16 dimensions), populating a standard 100x100 tile (2000x2000 pixel) map size. Transition between scenes is achieved through a slow fade to or from black.

All games share a common interface, with a menu screen offering six options: Play, Read Instructions, Read Storyline, See Credits, See Highest Scores, and Quit. Pressing F2 brings up an inventory screen, while F5 and F6 bring up save and load screens. Although most of these menus can be customized with .GIF backgrounds, their basic layout, labeling, and content are constant across all games.

All games track player score, and display a high score table upon the game's end (whether through completion or failure). Later versions of Game-Maker allow multimedia sequences between levels, including .GIF images, .FLI animations, and ASCII text files.

The engine allows one player at a time, with the screen automatically scrolling in any of the four cardinal directions when the character comes within 1/3 screen width or height of the screen's edge. All Game-Maker games lack an on-screen display (of hit points, score, lives, etc.), though much of this information can be tracked in the inventory screen.

History[edit]

G. Andrew Stone's Block Designer 3.00

Game-Maker developed from a series of modification tools for a top-down competitive maze game called Labyrinth,[7] designed by Andrew Stone in January 1991. Although the engine is different,[8]Labyrinth shared code and file formats with the later XFERPLAY engine and graphical resources with several later first-party games.

Graphically it was 320x200 8-bit (like Game-Maker). It split the screen in half, putting two players’ top-down views of the maze side-by-side on the screen. [..] Every time someone trod over the grass, it would droop and get a little more brown until after about ten times there was a clearly defined brown path. [..] To make all these subtle grass changes, I needed a block editor. So, BLOCEDIT was born.[7]

— G. Andrew Stone, Gamasutra, 'The Making and Unmaking of a Game-Maker Maker'

Whereas Labyrinth grew out of Andrew's interest in NetHack and Piers Anthony novels, one of Andrew's first goals was to expand his tools and engine to permit side-scrollingaction-adventure games. 'In fact, making something like Metroid was sort of the bar I set myself for version 1.0. Which is why I added the secret passage features, and gravity, early on.'[7]

In July 1991[9] Andrew and his father G. Oliver Stone incorporated Recreational Software Designs to pursue Game-Maker as a business venture—with Oliver as president and Andrew as CEO.[7] Through Oliver's business acumen RSD made deals with KD Software and GameLynk to distribute Game-Maker and host its online community.[7] Through 1992-1994 RSD placed a series of full-sized ads (and some smaller sizes) in major computer magazines, and in 1994 they sub-leased a booth at the Consumer Electronics Show in Chicago.[7]

At the time of Game-Maker's release the software was revolutionary both in concept and technology; although there were earlier game creation systems, Game-Maker was the first general-purpose graphical GCS for the dominant DOS/Windows-based PC. Throughout the design process Andrew was adamant that Game-Maker's tools remain entirely visual, involving absolutely no programming from the end user.[7] Its engine also supported full-screen four-way VGA scrolling, and later full-screen double buffered redraws, well before these were the standard.[7]

Several updates followed over the next three years, adding Sound Blaster support, improving the design interface, and refining the game engine—yet many features kept being pushed back. Although his brother Oliver Jr. spent a summer on the project, and wrote the code for the sound and Monster editor, Andrew handled the bulk of the coding and updates — a task that, thanks to the lack of standardized drivers or libraries at that time, became all-encompassing and difficult to maintain.[7] Over the software's lifetime Andrew found himself so 'waylaid by video driver and [engine] problems' that he was unable to focus as much as he wanted on adding and refining features.[7]

Game maker language use

By the mid-1990s the advent of 3D video cards and the introduction of Windows 95 meant that to keep up with the marketplace Game-Maker would need great changes both in concept and in coding. Furthermore the continued lack of standardization meant a large investment in coding ever more complicated drivers and libraries—work that would be thrown away as soon as standards were established.[7] Despite plans for a radical professional-quality update, RSD ceased support for Game-Maker around 1995.

In a 2011 interview Andrew mused about Game-Maker, stating that by his own principles he was surprised he hadn't released the source code years earlier.

Yeah, you know I should have OSSed a long time ago as I am a proponent of open source. At first there was the possibility that I might jump back into it. And later the fear that whatever startup company I worked for at the time would try to claim it. But upon mature reflection I think that is impossible.[7]

— G. Andrew Stone, Gamasutra, 'The Making and Unmaking of a Game-Maker Maker'

Later, on July 1, 2014, Andrew posted to the Game-Maker Facebook page, asking for community input on releasing the code.[10] On July 12 he posted the Game-Maker 3.0 source to GitHub, under the MIT license,[6] suggesting that although people were free to use the code how they liked, 'if there is interest in preserving the old games you guys made then porting Game-Maker to modern OSes is the first step.'[10]

Release history[edit]

Game-Maker 3.0, CD-ROM edition
  • Game-Maker 1.0: Includes one 1.44 MB microfloppy disk containing the full set of RSD tools plus the games Sample, Terrain, Houses, Animation, Pipemare, Nebula, and Penguin Pete. Also included, beginning in version 1.04, is a separate diskette containing the GameLynk game Barracuda: Secret Mission 1. All 1.X iterations of Game-Maker include a square-bound 75-page user manual and several leaflets about the use of the software. Later versions (1.04, 1.05) also include leaflets explaining recent changes and updating the user manual.
  • Game-Maker 2.0: Includes both 1.2 MB floppy and 1.44 MB microfloppy disks containing the full set of RSD tools plus the games Tutor (a replacement for Animation), Sample, Terrain, Houses, Pipemare, Nebula, and Penguin Pete. Both versions 2.0 and 2.02 include a square-bound 94-page user manual and several leaflets about the use of the software. The latter version also includes a leaflet explaining recent changes and updating the user manual.
  • Game-Maker 3.0, floppy: A three-microfloppy (1.44 MB) package contains the full set of RSD tools, the in-house developed games Tutor, Sample, and Nebula, and three licensed games developed by the independent designer A-J Games: Zark, The Patchwork Heart, and Peach the Lobster. Both packages of version 3.0 include a square-bound 104-page user manual and several leaflets about the use of the software.
  • Game-Maker 3.0, CD-ROM: this package includes the contents of the floppy package, plus first-party games Pipemare, Penguin Pete, Houses, and Terrain; A-J Games productions Glubada Pond, Crullo: Adventures of a Donut, Cireneg's Rings, and Linear Volume; two games by Sheldon Chase of KD Software, Woman Warrior and the Outer Limits and Woman Warrior and the Attack from Below; and the GameLynk game Barracuda: Secret Mission 1. In addition, the CD-ROM includes a large collection of images, sounds, music, animations, and gameware elements, and a Shareware directory holding demo versions of fourteen games by various independent designers.
  • Create Your Own Games With GameMaker!: In 1995, the Canadian company Microforum rebranded and repackaged the CD-ROM version of Game-Maker 3.0 for release to a worldwide market. This version includes a spiral-bound user manual. The disc contents are the same as the original RSD release.

Game distribution[edit]

During Game-Maker's lifetime, users could distribute their games through the Gamelynk (aka Night Owl, later Frontline) BBS in Kennebunkport, Maine or through the Game-Maker Exchange program — an infrequent mailing to registered users, compiling submitted games to a floppy disc with occasional commentary from RSD president G. Oliver Stone. [11] Many user-generated games also wound up on public bulletin boards, and thereby found wide distribution and eventual salvation on shovelware CD-ROMS.[12]

RSD's initial terms of use were rather restrictive. To quote from a pamphlet titled 'Distributing Your GAME-MAKER Games' and dated May 9, 1993:

Under your Game-Maker license agreement, you may distribute any game you create to up to ten people and your gameware to any number of people. You may not distribute the Game-Maker design tools, but you may include Game-Maker's gameware (picture blocks, monsters, characters, sounds, etc) along with your games or gameware.

Commercial distribution of games is not covered by your license agreement and such distribution requires a commercial distribution license, since games contain valuable software owned by Recreational Software Designs.

The pamphlet goes on to detail standalone games, promotional games, and shareware and BBS distribution. For standalone games (which is to say, games that are meant as an end unto themselves), RSD asks a royalty of $500 for the first 200 games sold or distributed, then a small fee for each subsequent copy. The higher the number, the smaller the fee. For promotional software (distributed as part of a promotional kit), RSD asks $1000 for the first 1000 copies and then smaller fees for every copy up to 25,000. Beyond that, RSD asks no additional charge.

Shareware and BBS distribution is a curious case. Although RSD prohibits free distribution, the license does allow a loophole for shareware so long as the author requests the user to pay a minimum registration or license fee of $5.00, then makes a quarterly payment of 10% of all collected fees. These restrictions were rarely enforced; as a June 15, 1993 pamphlet titled 'Distributing Games' suggests, freeware games were common and tolerated despite the license agreement:

To distribute a game via Shareware, simply place a text file statement along with your files letting the user know your terms. You can find example statements in any Shareware product. For Freeware, include a statement that says that you own the product but will allow others to distribute it freely, or even that users can incorporate your work into their games.

Open format[edit]

Despite the limitations on distribution, Game-Maker's design format is notoriously open. From its outset Game-Maker was designed as a collaborative tool, with the intent that users not only trade design tips but pick apart and freely sample from each other's work. A series of full-page magazine ads, run in the early 1990s, spends nearly as many words selling Game-Maker as a modification tool, along the lines of Galoob's Game Genie accessory, as it does describing the software's design features, promising that users can 'modify and enhance Game-Maker games'.[4] 'Is a game too easy? Increase the speed. Too boring? Add danger, sounds and monsters. Too plain? Dress up the graphics, add animation. Too short? Add new levels.'[4]

This 'remix' philosophy stems partly from the Stones' own collaborative family dynamic,[7] and — as with the insistence on an entirely visual, code-free interface — partly from concern about overwhelming the end user. '[W]e realized that it would be pretty hard for a ten to twelve-year-old to do it all himself so there were practical considerations.'[7]

To that end Game-Maker games are distributed as an unprotected bundle of resource files, both specialized (i.e., Game-Maker's unique graphic and animation formats) and common (including CompuServe .GIF, Creative .VOC, Autodesk .FLI, and ASCII text files[12]), making it a simple task to identify and edit most Game-Maker games. The decision was a defiant one on the part of programmer G. Andrew Stone, who argued that any user concerned about protecting, rather than sharing, his work should take on that burden himself.

I deliberately (in fact I remember an argument about it) made no effort to protect a game's content -- anyone could load up anyone else's game in the editors. My feeling was that if you were sophisticated enough to build a game that really needed protection, you could wrap it in your own encrypted .zip file or something.[2]

— G. Andrew Stone, Effluvia of a Scattered Mind, 'RSD GameMaker'

As it happens, one of the earliest games distributed with Game-Maker was GameLynk's Barracuda: Secret Mission 1, a user-derived project that is most distinguished by its presentation whereby its file structure is hidden by LHarc compression and the portable Deluxe Paint Animation player is tacked onto the Game-Maker executable to provide intro and exit animations.[11]

Game Maker Language Keyboard_check

Limitations[edit]

Through its history several aspects of Game-Maker's engine, design interface, and feature set have experienced scrutiny from its user base.

One of Game-Maker's more notorious qualities is its exclusive use of Creative's proprietary .VOC and .CMF sound and music formats,[7] and its absence of integrated design tools for those formats (or recommendations as to external tools), leaving users to work out their own solutions — or often not.[13]

The use of .CMF was a last-minute decision; Andy had been working on a .MOD-style tracker format, but development was indefinitely delayed. As a temporary measure his brother Ollie plugged in code provided by Creative Labs.[7]

I got waylaid by video driver and XFERPLAY [game engine] problems. The music was going to be completely dropped, but then my brother pulled this free code up and made it work![7]

— G. Andrew Stone, Gamasutra, 'The Making and Unmaking of a Game-Maker Maker'

Other common frustrations include a lack of multi-key mapping for character behaviors, such as pressing Z + a directional arrow to jump in the direction pressed (a problem stemming from a lack of standardized keyboard electrical layouts at that time); the extreme simplicity of monster behaviors[13] (partially due to a desire to eliminate programming from the design tools); a lack of persistent flags for game events [8][14] (partially due to memory constraints); and the lack of on-screen displays for health, lives, and other counters[14] (due to Andrew's emphasis on full-screen rendering[7]).

I just felt that the full screen greatly increased the game quality. I guess I just hated staring at the action through a fifteen-inch monitor already when playing video games. I mean, try it in real life. Get a big piece of cardboard, cut a fifteen-inch square in it, and then walk around your house with it held at arm’s length for a day.[7]

— G. Andrew Stone, Gamasutra, 'The Making and Unmaking of a Game-Maker Maker'
Oliver Stone's Monster Maker 3.00

Monsters are a particular point of contention. Compared to characters, monsters have only limited interaction with their environments. For instance, monsters are not affected by gravity or other physics—and have no contextual AI to speak of, aside from a limited awareness of the character.[13] Monsters also lack variable counters, such as hit points.[14] Instead each monster (including NPCs, character shots, and some kinds of power-up) has a fixed 'power level' between 0 and 255, and a collision between unequal monsters is resolved by destroying the weaker monster. The engine therefore does not lend itself to graduated damage (i.e., sword 1 does twice the damage as sword 2). Rather, collisions are all binary; either a weapon works, or it doesn't.

Game Maker Language Use

Workarounds[edit]

For advanced users, many of the engine's limitations have workarounds. One can approximate gravity's effect on a monster by defining a heavy diagonal path; the monster will move horizontally until it reaches a ledge, at which point it will fall until it hits the ground again. Similarly, although monsters lack hit counters, the user can create chains of identical (or successively injured-looking) monsters to approximate the same effect.[15]

In later years users have found ways to subvert or play along with the system's properties to achieve effects, mechanisms, and even genres unaccounted for in the engine's basic features—including extensive in-engine cutscenes, boss sequences, AM2-style sprite scalers,[16][17]RPG style battles,[17][18]parallax scrolling,[18] shooting galleries, and destructible terrain.[17][18][19]

Influence[edit]

As one of the first complete game design suites for IBM-based PCs, and the only one devoted to action games during the early '90s Shareware boom, Game-Maker 'anticipated the thriving indie game community we have today with countless game engines, web sites and indie game companies.'[2] Several of its users went on to later note in indie or commercial game development, such as renowned Seiklus author cly5m,[20][21]Slender: The Eight Pages designer Mark Hadley, Liight programmer Roland Ludlam,[22]Warhammer Online background artist Justin Meisse,[23] and Bionic Commando associate producer James W. Morris.[14][24]

Some games produced with RSD's tools, such as Jeremy LaMar's Blinky series, have become cult favorites.[25] Others, like A-J's Quest, Die Blarney!, and Matt Bell's Paper Airplane, reached a wide circulation during the 1990s Shareware boom, appearing on many CD compilations. Game-Maker seems also to have made an impression in the Benelux, with references in various academic papers,[26] coverage in the largest game magazine in the region,[27] and dissection by the local demoscene.[28]

Notable games[edit]

G. Oliver Stone's Pipemare
  • A-J's Quest (A-J Games, 1992) — A widely distributed side-scrolling platformer that was also incorporated into an early slideshow demo of Game-Maker.[29]
  • Barracuda (GameLynk, 1992) — An action simulation game, involving deep sea diving. The shareware episode, distributed on a separate floppy disk with early versions of Game-Maker, incorporates external functions such as LHarc auto-compression and the portable Deluxe Paint Animation player, into the game's presentation.[11][30]
  • Blinky 2 (Jeremy LaMar, 1994) — A top-down action game inspired by The Legend of Zelda: A Link to the Past. Through its distribution on AOL Kids, Blinky 2 and its sequel achieved a small cult status.[18][25][31]
  • Blinky 3 (Jeremy LaMar, 1995) — A side-scrolling platformer featuring multiple characters and a branching level structure. Of the two distributed Blinky games, Blinky 3 has received the bulk of attention.[18][25]
  • Nebula (RSD, 1991) — Game-Maker programmer Andy Stone's Metroid-influenced action-adventure platformer, that was always first to demonstrate any new features to the software.[32]
  • Parsec Man 3D (Mark Hadley, 1994) — A minimalist free-floating/platform shooter by Slender: The Eight Pages designer Mark Hadley, that uses red/cyan anaglyphic 3D glasses to add both atmosphere and functional design. Parsec Man was also distributed on the Game-Maker 3.0 CD-ROM.[18][33][34]
  • Paper Airplane (Matt Bell, 1993) — A side-scrolling strategic action game with puzzle-solving elements; perhaps the most widely distributed Game-Maker game.[18][35][36]
  • Peach the Lobster (A-J Games, 1994) — A Sonic the Hedgehog influenced side-scrolling platformer that was incorporated into a late-era slideshow demo of Game-Maker.[37]
  • Pipemare (RSD, 1991) — G. Oliver Stone's top-down action maze game, which provides much of the iconography for the Game-Maker software and packaging.[32]
  • Sample (RSD, 1991) — Joan Stone's simple 3/4 view adventure game that formed the basis for dozens of user-created games.[32][38]

References[edit]

  1. ^'Game-Maker'. The Personal Computer Museum. Archived from the original on 26 April 2012. Retrieved 9 May 2013.
  2. ^ abcG. Andrew Stone, 'RSD GameMaker'
  3. ^DIYGamer, 'The Original Game-Maker'Archived 1 March 2014 at the Wayback Machine
  4. ^ abcComputer Gaming World, 'Issue #114 (January 1994), page #209'
  5. ^DIYGamer, 'The Game-Maker Archive – Part 14: Laser Light'
  6. ^ abG. Andrew Stone, 'Recreational Software Design's GameMaker product, released in 1994'
  7. ^ abcdefghijklmnopqrsGamasutra, 'The Making and Unmaking of a Game-Maker Maker'
  8. ^ abGamasutra, 'Bonus Time with Andy Stone'
  9. ^New Hampshire Department of State, Corporation Filings
  10. ^ abG. Andrew Stone, 'Facebook Game-Maker page, July 1st 2014.'
  11. ^ abcDIYGamer, 'The Game-Maker Archive – Part 11: Mark A. Janelle'
  12. ^ abDIYGamer, 'The Game-Maker Archive — Part 13: The World Wide Haystack'
  13. ^ abcSylvain Martin, 'My RSD Game-Maker years'
  14. ^ abcdGamasutra, 'James W. Morris: Learning to Game, Gaming to Learn'
  15. ^DIYGamer, 'The Game-Maker Archive: Mike Perrucci'
  16. ^Mike Perrucci, 'Invasion of the Blobs II.'
  17. ^ abcAlan Caudel, 'New Dummy 7 Game!'[dead link]
  18. ^ abcdefgGamasutra, 'The Game-Maker Story: Infoboxes'
  19. ^A-J Games, 'Builder: Build footholds. Destroy obstacles. Be observant.'
  20. ^autofish.net, 'RSD Game-Maker'
  21. ^insert credit, 'From Shooter to Shooter: The Rise of cly5m'
  22. ^Gamasutra, 'Roland Ludlam on Liight and the Hurdles of Game-Making'
  23. ^MobyGames, 'Justin Meisse'
  24. ^MobyGames, 'James Morris'
  25. ^ abcDIYGamer, 'Jeremy LaMar: Doodles, Dawdles, and the Creative Cycle'
  26. ^Mike Wiering, 'Clean Game Library'
  27. ^'Game-Maker review'. Power Unlimited, March 1994
  28. ^Bilou HomeBrew's Blog, 'vgmaps tool for RDS Game-Maker'
  29. ^MobyGames, 'A-J's Quest (DOS)'
  30. ^MobyGames, 'Barracuda: Secret Mission 1 (DOS)'
  31. ^MobyGames, 'Blinky 2 (DOS)'
  32. ^ abcDIYGamer, 'The Game-Maker Archive: Samples and Demos'
  33. ^DIYGamer, 'The Game-Maker Archive: Mark Hadley'
  34. ^MobyGames, 'Parsec Man 3D (DOS)'
  35. ^DIYGamer, 'The Game-Maker Archive: Matt Bell'
  36. ^MobyGames, 'Paper Airplane (DOS)'
  37. ^MobyGames, 'Peach the Lobster (DOS)'
  38. ^Gamasutra, 'Inside the Mind of Gary Acord'

External links[edit]

  • The Game-Maker Archive Wiki
Retrieved from 'https://en.wikipedia.org/w/index.php?title=Game-Maker&oldid=916805390'