For faster navigation, this Iframe is preloading the Wikiwand page for GameMaker.

GameMaker

GameMaker
原作者Mark Overmars英语Mark Overmars
开发者YoYo Games英语YoYo Games
首次发布1999年11月15日,​24年前​(1999-11-15
当前版本
  • 2024.6.2 (2024年7月15日;稳定版本)[1]
编辑维基数据链接
编程语言
操作系统
平台
语言
许可协议专有软件
网站官方网站

GameMaker(最初为Animo,2011年之前为Game Maker)是一个系列跨平台游戏引擎,由Mark Overmars英语Mark Overmars于1999年创建,2007年后由YoYo Games英语YoYo Games开发。最新的版本是2017年发布的GameMaker Studio 2。

GameMaker支持使用自定义拖放式视觉化编程语言或称为Game Maker Language的脚本语言创建跨平台和多类型的电子游戏。该语言可用于开发拖放功能无法创建的更加高级的游戏。GameMaker最初的设计目的是让新手程序员能够在没有太多编程知识的情况下制作游戏。最新版本的软件也开始注重吸引高级开发人员。[2]

概述

[编辑]

GameMaker主要用于制作拥有2D图形的游戏,允许开箱即用位图矢量图形(SWF)[3]和2D骨骼动画(Esoteric Software的Spine)[4][5]以及用于绘制图形的大型标准库。[6] 尽管软件允许用户有限地使用3D图形,但其形式为顶点缓冲区英语Vertex buffer[7]矩阵函数,因此并不适合新手用户。

该引擎在Windows、UWP和Xbox One上使用Direct3D;在macOS和Linux上使用OpenGL;在Android和iOS上使用OpenGL ES;在HTML5上使用WebGL2D Canvas,在游戏主机上使用专有API。

该引擎的主要元素之一是带有光栅图形关卡设计、脚本、路径着色器GLSLHLSL)编辑器的IDE。[8]其他功能可以通过软件的脚本语言或特定平台的本地拓展来实现。[9]在GameMaker Studio 2中,你可以选择将游戏导出为NSIS安装包,或导出为包含游戏data.win文件和编辑器“包含的文件”选项卡中的所有文件的.zip文件。[10]

支持的平台

[编辑]

GameMaker支持为Microsoft WindowsMacOSUbuntuHTML5AndroidIOSAmazon Fire TVAndroid TVRaspberry Pi[11]Windows UWPPlayStation 4Nintendo Switch[12]Xbox One构建软件;[13][14][15]PlayStation 5Xbox Series X/S也在2021年2月宣布支持。[16]

在过去,GameMaker也支持为Windows Phone(被UWP替代)、TizenPlayStation Vita(GMS2中称“主要因为业务问题”)。[17]

PlayStation Portable的支持在2010年5月演示,[18]但从未对外公开(仅有少数游戏使用)。[19]

2007年至2001年间,YoYo Games曾为GameMaker游戏维护了一个定制的web播放器插件,[20]在2011年年中以开源的形式发布,[21]并最终放弃了HTML5导出。

在2021年8月之前,用户必须获得五个不同平台中的任意一个许可(不包括主机平台),这取决于用户想要发布的目标平台(例如桌面端或移动端)。发布主机版需要年度许可证,该许可证也包含在涵盖所有受支持平台的全面年度最终许可证中。YoYo Games在2021年8月更改了许可方式,允许用户免费用于学习用途,同时取消了单一购买选项。同时,许可方案被简化为两种,一种支持在所有非主机平台上发布,另一种添加了主机平台发布支持。这些改变得益于Opera对YoYo Games的财务投资,已帮助降低游戏作者的制作成本。[22]

拖拽放置

[编辑]

拖拽放置(Drag and Drop,DnD)是GameMaker的可视化脚本工具。

DnD允许执行常见的开发人员命令(例如实例化对象、调用函数、处理文件和数据结构)而无需编写代码,拖拽放置主要针对新手用户。[23]

虽然从历史上看,DnD能在轻松完成的事情上的使用相当有限,[24][25]但GameMaker Studio 2对该系统进行了彻底的改进,能够使用DnD完成更多的任务,并将其直接转换为代码(为有兴趣迁移到代码的用户提供IDE内预览)。[26]

GameMaker语言

[编辑]

GameMaker语言是GameMaker的脚本语言。这是一种指令式动态类型的,类似JavaScriptC语言的语言。[27][28][29]

该语言在本机平台上的默认操作模式通过堆栈机实现;它也可以通过LLVM编译为C++源码以提高性能。[30]在HTML5上,GML是源到源编译成JavaScript的,在非调试版本中实现了优化和压缩[31]

历史

[编辑]

GameMaker最初由Mark Overmars英语Mark Overmars开发。该软件于1999年11月15日以Animo的名义首次发布(当时,它只是一个具有有限视觉脚本功能的图形工具)。[32]该软件的第一个版本是在Delphi上开发的。[33]

在随后的版本中,该软件更名为Game Maker,同时也朝着更通用的2D游戏开发方向发展。

5.0版及以下版本为免费软件;5.1版本引入了可选注册费用;5.3版为注册用户引入了许多新功能,包括粒子系统、网络以及使用DLL扩展游戏内容的可能性。[34]

6.4版(2004年10月)引入了有限的3D图形使用功能,并同时将运行时的绘图通道从可视组件库英语Visual Component Library迁移至DirectX[35]

公众越来越大的专注度促使Overmars寻求帮助来扩大项目,并于2007年与YoYo Games建立了合作关系。[36]从那时起,开发工作由YoYo Games负责,而Overmars则继续担任公司董事之一。[37]7.0版是在此合作关系下发布的第一个版本。

第一个兼容macOS的版本于2009年发行,[38]只需要稍作改动即可在两个操作系统上制作游戏。

8.1版(2011年4月)将软件名称改为GameMaker(无空格)[39]以避免与1991年的软件Game-Maker英语Game-Maker混淆。该版本还用C++重写了运行时,[40][与来源不符]以解决之前版本的性能问题。

2011年9月“GameMaker: HTML5”首次发布——这是一个全新的软件,能够将桌面游戏和浏览器游戏一并导出。[41]

GameMaker: Studio于2012年3月进入公测阶段,[41]并与2012年5月全面发布。[42]最初支持的平台包括Windows、Mac、HTML5、Android和iOS。在接下来的几年里引入了其他平台和功能;[43][44][45][46]2012年末,一些正版用户遇到了反盗版措施失灵的事故。[47]

2015年2月,Playtech英语PlaytechYoYo Games英语YoYo Games收购了GameMaker,该公告再次声明,GameMaker将会进一步改进,这些计划吸引了更多的用户,其中包括更多的高级开发者。[48][49]

2016年11月,GameMaker Studio 2的Beta版首次发布,[50]完整版于2017年3月发布。[51]这个版本展示了一个完全重新设计的IDE(使用C#编写[52]),以及一些新的编辑工具和运行时功能。

2020年8月,主要更新2.3版本发布,为IDE、运行时和脚本语言带来了大量的新功能。[53]

2021年1月,YoYo Games以1000万美元的价格出售给Opera软件。GameMaker的开发团队保持不变,没有对GameMaker Studio进行过任何重大的开发更改。[54][55][56]

2021年8月,YoYo Games声称他们正在改变许可证策略,并会提供一个免费版本的GameMaker引擎。[57]

反响

[编辑]

根据223条用户评论,该项目目前在Mod DB上的评分为8.5/10;许多人认为它的灵活性和易用性是积极的,而不稳定、崩溃、项目过老和过时的功能则是消极的。[58] 《独立游戏杂志》(Indie Game Magazine)的Douglas Clements写到,该软件“简化了游戏的开发流程”,并且“对于初学者来书十分友好,但在开发过程中又足够强大”,但同时他又指出“resource objects have to be gathered if unable to create[如何翻译]”,并且“Steam和YoYo Games网站之间的授权‘错综复杂’”。[59]

参考

[编辑]
  1. ^ https://releases.gamemaker.io.
  2. ^ Vinciguerra, David; Howell, Andrew. The GameMaker Standard. CRC Press. 16 October 2015 [2022-03-22]. ISBN 978-1-317-51469-5. (原始内容存档于2020-06-10). 
  3. ^ Kerr, Chris. GameMaker Studio 2 gets new low-cost 'Creators Edition'. [9 May 2018]. (原始内容存档于2021-08-26) (英语). 
  4. ^ Skeletal Animation Sprites Using Spine | Blog | YoYo Games. Yoyo Games. [9 May 2018]. (原始内容存档于2019-06-01) (英语). 
  5. ^ GDC17: GameMaker Studios 2.0 Takes On Industry Titans | Broken Joysticks. Broken Joysticks. 12 March 2017 [9 May 2018]. (原始内容存档于2018-09-07) (美国英语). 
  6. ^ Drawing. docs2.yoyogames.com. [9 May 2018]. (原始内容存档于2021-08-23). 
  7. ^ Drawing And Creating Primitives. docs2.yoyogames.com. [9 May 2018]. (原始内容存档于2021-06-14). 
  8. ^ 2D Game Development Engine 'GameMaker Studio 2' Debuts on macOS. [9 May 2018]. (原始内容存档于2022-03-25) (英语). 
  9. ^ GameMaker Studio 2 gets an education edition. VentureBeat. 23 May 2017 [9 May 2018]. (原始内容存档于2022-03-22) (美国英语). 
  10. ^ Compiling. docs2.yoyogames.com. [2019-02-20]. (原始内容存档于2021-11-09). 
  11. ^ YoYo Games expand their Linux support in GameMaker Studio 2 to the Raspberry Pi. GamingOnLinux (英语). 
  12. ^ Good, Owen. Undertale coming to Switch brings indie games' GameMaker Studio engine with it. Polygon. 9 March 2018 [9 March 2018]. (原始内容存档于2018-03-09). 
  13. ^ Evan Lewis. Learn how to make your own video games with GameMaker: Studio at RetroGameCon. Syracuse Media Group. 6 November 2014 [2 December 2014]. (原始内容存档于2019-02-03). 
  14. ^ This will let you say 'Happy Birthday,' 'Get Well Soon' with a video game. Alexa Ray Corriea. 22 January 2014 [23 January 2014]. (原始内容存档于2022-03-25). 
  15. ^ No coding required: How new designers are using GameMaker to create indie smash hits. PC Gamer. [15 January 2015]. (原始内容存档于2022-04-21). 
  16. ^ GameMaker Studio 2 launches support for PS5 and Xbox Series X|S | Development News. MCV/DEVELOP. 25 February 2021 [2022-03-24]. (原始内容存档于2022-05-07). 
  17. ^ We are YoYoGames, we recently announced GameMaker Studio 2. Ask us anything. • r/gamemaker. reddit. [9 May 2018]. (原始内容存档于2022-03-24) (英语). 
  18. ^ Create games for your PSP with Game Maker. Pocket Gamer. [8 May 2018]. (原始内容存档于2018-05-09). 
  19. ^ Indie platformer They Need To Be Fed coming to PSP. Pocket Gamer. [8 May 2018]. (原始内容存档于2018-05-09). 
  20. ^ GMking's MarkUp Magazine - Issue 12 (英语). 
  21. ^ YoYo Website plans | Blog | YoYo Games. Yoyo Games. [9 May 2018]. (原始内容存档于2018-06-30) (英语). 
  22. ^ Dealessandri, Marie. YoYo Games streamlines GameMaker licenses, offers new free version. GamesIndustry.biz. August 10, 2021 [August 10, 2021]. (原始内容存档于2022-04-26). 
  23. ^ Interview: James Cox of YoYo Games about GameMaker Studio 2 | This Is Xbox. This Is Xbox. [9 May 2018]. (原始内容存档于2020-01-06) (美国英语). 
  24. ^ Drag-and-Drop icons to GameMaker Language reference (PDF). [2022-03-24]. (原始内容 (PDF)存档于2017-02-23). 
  25. ^ No coding required: How new designers are using GameMaker to create indie smash hits. pcgamer. [9 May 2018]. (原始内容存档于2022-04-21) (英语). 
  26. ^ GameMaker Studio creators look back at 17 years of development. VentureBeat. 4 September 2017 [9 May 2018]. (原始内容存档于2018-09-08) (美国英语). 
  27. ^ Christian, Brian; Isaacs, Steven. GameMaker Programming By Example. Packt Publishing Ltd. 28 December 2015 [2022-03-24]. ISBN 978-1-78588-847-2. (原始内容存档于2022-03-24). 
  28. ^ Jr, Jerry Lee Ford. Getting Started with Game Maker. Cengage Learning. 1 June 2009 [2022-03-24]. ISBN 978-1435455214. (原始内容存档于2022-03-24) (英语). 
  29. ^ Habgood, Jacob; Overmars, Mark. The Game Maker's Apprentice: Game Development for Beginners. Apress. 31 December 2006 [2022-03-24]. ISBN 978-1-4302-0159-5. (原始内容存档于2022-03-24). 
  30. ^ GameMaker: Studio introduces YoYo Compiler and cross-platform Shader support. [9 May 2018]. (原始内容存档于2018-12-18) (美国英语). 
  31. ^ Elliott, Jason Lee. HTML5 Game Development with GameMaker. Packt Publishing Ltd. 22 April 2013 [2022-03-24]. ISBN 978-1-84969-411-7. (原始内容存档于2022-03-24). 
  32. ^ Jr, Jerry Lee Ford. Getting Started with Game Maker. Cengage Learning. 1 June 2009 [2022-03-24]. ISBN 978-1435455214. (原始内容存档于2022-03-24) (英语). 
  33. ^ Game Maker Studio engine. Desura. [29 May 2013]. (原始内容存档于2013-05-19). 
  34. ^ Game Maker Pages. 10 January 2004 [8 May 2018]. (原始内容存档于10 January 2004). 
  35. ^ Ford, Jerry. Getting Started with Game Maker. Course Technology, a part of Cengage Learning. 2010 [2022-03-24]. ISBN 978-1-59863-882-0. (原始内容存档于2022-04-07). 
  36. ^ Stanton, Rich. A Brief History Of Video Games: From Atari to Virtual Reality. Little, Brown Book Group. 23 July 2015 [2022-03-24]. ISBN 9781472118813. (原始内容存档于2022-03-24) (英语). 
  37. ^ Habgood, Jacob; Overmars, Mark. The Game Maker's Apprentice: Game Development for Beginners. Apress. 31 December 2006 [2022-03-24]. ISBN 978-1-4302-0159-5. (原始内容存档于2022-03-24). 
  38. ^ Jr, Jerry Lee Ford. Getting Started with Game Maker. Cengage Learning. 1 June 2009 [2022-03-24]. ISBN 978-1435455214. (原始内容存档于2022-03-24) (英语). 
  39. ^ Eric-Jon Rössel, Tairne. The Original Game-Maker. 30 April 2010 [15 January 2015]. (原始内容存档于1 March 2014). 
  40. ^ Ford, Jerry. Getting Started with Game Maker. Cengage Learning. 2009: 333 [2022-03-24]. ISBN 978-1133168966. (原始内容存档于2022-03-24). 
  41. ^ 41.0 41.1 Rose, Mike. YoYo Games Releases GameMaker: HTML5 Tools. [8 May 2018]. (原始内容存档于2022-03-24) (英语). 
  42. ^ YoYo Games unveils GameMaker: Studio for cross-platform development. VentureBeat. 22 May 2012 [8 May 2018]. (原始内容存档于2022-03-24) (美国英语). 
  43. ^ Game Maker Studio 1.1 released - csanyk.com. csanyk.com. 6 September 2012 [8 May 2018]. (原始内容存档于2018-06-30) (美国英语). 
  44. ^ YoYo Games updates GameMaker: Studio to speed development time. VentureBeat. 27 August 2013 [8 May 2018]. (原始内容存档于2022-03-24) (美国英语). 
  45. ^ GameMaker est disponible en version 1.3 et apporte un nouveau débogueur et le support des consoles de Sony. Developpez.com. [8 May 2018]. (原始内容存档于2021-08-22) (法语). 
  46. ^ Welcome to GameMaker: Studio 1.4 | GameMaker Blog. 18 June 2016 [8 May 2018]. (原始内容存档于18 June 2016). 
  47. ^ Chapple, Craig. Gamemaker anti-piracy bug destroys developer assets | Game Development | News by Develop. Develop. Intent Media. 29 November 2012 [28 April 2019]. (原始内容存档于27 January 2013). 
  48. ^ Vinciguerra, David; Howell, Andrew. The GameMaker Standard. CRC Press. 16 October 2015. ISBN 978-1-317-51469-5. 
  49. ^ YoYo Games is Acquired by Playtech plc | YoYo Games. 26 March 2015 [8 May 2018]. (原始内容存档于26 March 2015). 
  50. ^ GameMaker Studio 2 enters beta. PCGamesN. [8 May 2018]. (原始内容存档于2022-03-24). 
  51. ^ GameFromScratch.com, Copyright. GameMaker Studio 2 Released. www.gamefromscratch.com. [8 May 2018]. (原始内容存档于2018-07-31). 
  52. ^ GameMaker Studio 2: Remade to Stay Up-to-date - Gamesauce: Global Inspiration for Game Developers. www.gamesauce.biz. [8 May 2018]. (原始内容存档于2019-09-05) (美国英语). 
  53. ^ Miller, George. YoYo Games launches GameMaker Studio 2 version 2.3. European Gaming Industry News. 20 August 2020. 
  54. ^ Opera bought the owner of GameMaker for its new gaming division – Destructoid. [2022-03-24]. (原始内容存档于2021-04-19). 
  55. ^ Opera acquires YoYo Games for $10 million and launches Opera Gaming division | VentureBeat. [2022-03-24]. (原始内容存档于2021-03-03). 
  56. ^ Opera Acquires YoYo Games, Launches Opera Gaming. [2022-03-24]. (原始内容存档于2022-03-24). 
  57. ^ Dealessandri, Marie. oYo Games streamlines GameMaker licenses, offers new free version. gamesindustry.biz. Gamer Network Limited, a ReedPop company. [2022-03-24]. (原始内容存档于2022-04-26). 
  58. ^ GameMaker: Studio Reviews. DBolical Pty Ltd. [15 January 2015]. (原始内容存档于2020-08-04). 
  59. ^ Douglas Clements. 'GameMaker: Studio' – Lord Over The Pixels. Indie Games Magazine. [19 January 2017]. (原始内容存档于22 December 2017). 

外部链接

[编辑]
{{bottomLinkPreText}} {{bottomLinkText}}
GameMaker
Listen to this article

This browser is not supported by Wikiwand :(
Wikiwand requires a browser with modern capabilities in order to provide you with the best reading experience.
Please download and use one of the following browsers:

This article was just edited, click to reload
This article has been deleted on Wikipedia (Why?)

Back to homepage

Please click Add in the dialog above
Please click Allow in the top-left corner,
then click Install Now in the dialog
Please click Open in the download dialog,
then click Install
Please click the "Downloads" icon in the Safari toolbar, open the first download in the list,
then click Install
{{::$root.activation.text}}

Install Wikiwand

Install on Chrome Install on Firefox
Don't forget to rate us

Tell your friends about Wikiwand!

Gmail Facebook Twitter Link

Enjoying Wikiwand?

Tell your friends and spread the love:
Share on Gmail Share on Facebook Share on Twitter Share on Buffer

Our magic isn't perfect

You can help our automatic cover photo selection by reporting an unsuitable photo.

This photo is visually disturbing This photo is not a good choice

Thank you for helping!


Your input will affect cover photo selection, along with input from other users.

X

Get ready for Wikiwand 2.0 🎉! the new version arrives on September 1st! Don't want to wait?