Follow TV Tropes

Following

Context Main / GameMaker

Go To

1[[quoteright:350:[[VideoGame/PinballConstructionSet https://static.tvtropes.org/pmwiki/pub/images/pcs-box_5400.jpg]]]]
2[[caption-width-right:350:The UrExample and TropeMaker.[[note]]Original pre-Creator/ElectronicArts box art shown.[[/note]]]]
3
4Due to the massive complexity of the majority of major programming languages, and the difficulty of actually ''learning'' them in the first place, a small-but-dedicated subgenre of software has arisen: the "game maker."
5
6Simply put, a "game maker" is a software "toolkit" that usually contains a pre-designed framework for a particular type of game. Often, these toolkits will include art assets, a fairly simple (though robust and versatile) scripting system, and a pre-built "library" of sound effects, visual effects, sprites, and other game-design material.
7
8The intent of the "game-builder's toolkit" concept is to permit even the most inexperienced and computer-unfamiliar person to design, test, and publish a basic game in a matter of minutes (as opposed to days, months, or years).
9
10Such programming toolboxes usually come with some form of tutorial or instruction file, containing a general overview of the toolkit itself, along with some more in-depth (but very casual and easily-followed) instructions that are intended to walk a beginner through creating a very simple "starter" game. A complete, playable version of the tutorial/starter game is most often included with the toolkit, so that the truly-confused first-time user can examine the "finished version" to see how it was put together, and what it's supposed to look like when it's finished.
11
12While it ''is'' possible to construct a commercial-quality game using these toolkits, it's often extremely difficult to do so -- to save space and time, the art and sounds provided are usually a very small, basic collection, aimed at speeding development rather than enhancing the program.
13
14Contrast with MediaNotes/GameEngine. The main distinction between a game engine and a Game Maker is that Game Makers are very focused on a specific genre or style of game. RPG Maker will [[http://www.hbgames.org/forums/index.php?topic=45267.0 rarely]] make anything other than {{Role Playing Game}}s, whereas a real game engine can make a wide variety of styles of game. Game Makers are a step up from [[LevelEditor level editing]], but not enough to be full-fledged game engines. Nonetheless, one can consider the ''Game Maker'' a superset of the Game Engine as games written on it will still need an engine to run the Game Maker's output.
15
16When looking at the games made with these, be warned: SturgeonsLaw is in full force.
17
18The StockSoundEffects used in the RPG Maker programs are commonly heard in fangames, and other videos, because they're easy to get.
19
20Not to be confused with ''[[https://gamemaker.io GameMaker]]'', which is sufficiently complex to be considered a full-fledged 2D Game Engine, or for that matter [[http://www.gb64.com/game.php?id=3072 Garry Kitchen's GameMaker]], a Platform/{{Commodore 64}} application released in 1985.
21
22----
23!!Examples:
24
25* The UrExample and TropeMaker is Bill Budge's ''VideoGame/PinballConstructionSet,'' which came out for the Apple II in 1982. It used a drag-and-drop interface to allow users to make their own DigitalPinballTables, controlling everything from the layout and colors, to the game logic and physics. It soon became one of Creator/ElectronicArts' launch titles, and its success led to several other titles in EA's ''Construction Set'' series.
26** A SpiritualSuccessor, ''VideoGame/MacadamBumper,'' was released three years later for the Platform/AmstradCPC, Platform/ZXSpectrum, Platform/{{MSX}}, and Platform/{{Commodore 64}}. It was later renamed ''Pinball Wizard'' and released for the Platform/AtariST and Platform/IBMPersonalComputer.
27* Another of the earliest was ''Adventure Construction Set'', released by Electronic Arts for Platform/{{Commodore 64}} and Platform/AppleII in 1985.
28* ''Atmosphir'' is a game maker that as of this writing includes platforming, multiplayer coop, multiplayer battle, and racing. Despite all these genres, it is not yet a full-fledged MediaNotes/GameEngine.
29* ''Blender'' used to have a Game Engine bundled with it alongside extra tools that converted it into a full-fledged game maker. That functionality was deprecated as almost no one was using Blender to write full games and most of the codes were deleted when Blender 3 was released. However, the few people that did care forked the engine and tools and turned it into ''UPBGE''.
30* VideoGame/{{BYOND}} is a 2-D online game engine [[http://www.byond.com/ available for free]]. It's a hybrid between a full-service GameMaker and a programming IDE. Gameplay customization is achieved through writing Python-like code, but you can build a graphical map and wander through it with your friends before you write a single line of code.
31* ''Captain Gamemaker'' was an early example, which made a list of 30 bad titles in PC Gamer UK circa 1997. A quick glance at Google turns up no results for it, but it was definitely there.
32* ''[[http://www.scirra.com/ Construct Classic]]'' (formerly known as simply ''Construct'') is a point-and-click system with some very deep systems for performing events and actions. Can get simple games up in as little as five minutes. Somewhat buggy due to its continual development state. Though the official developers are no longer working on it, members of the community are making new updates for it, probably until its successor catches up in terms of functionality. Speaking of which...
33** ''[[http://www.scirra.com/forum/viewforum.php?f=35 Construct 2]]'', while effectively in primitive, bare-bones state, is basically a complete re-do of the original, but with a much better codebase thanks to the developers learning tons from their experiences with developing the original Construct. A licencing system is planned, though the fact that it won't be free is offset by the fact that its developers will be able to work on it full-time, resulting in faster and better updates. Designed with a modular exporting system which has the potential to allow exporting games to every platform under the sun, the first and current exporter is [=HTML5=], as it is a reasonable multi-platform starting point, effectively making Construct 2 the first native [=HTML5=] game maker. Despite its current development state, the Construct community has [[SerialEscalation demonstrated its usual habit of defying limitations]] and [[http://www.scirra.com/forum/viewtopic.php?f=35&t=8476 made some neat stuff anyway.]]
34* [[http://www.clickteam.com/ Clickteam]] has made a number of Windows-based game maker programs since the mid-90's. The first version of this program was ''Klik and Play'', which allowed game makers to make simple one-panel stages. It was obviously meant for younger players, but much more advanced versions were released over the years - ''The Games Factory'', ''Click and Create/Multimedia Fusion Express'', ''Multimedia Fusion'' and its current incarnation ''Clickteam Fusion 2.5''. A number of very popular indie games have been made via ''Clickteam Fusion 2.5'', including ''VideoGame/FreedomPlanet'', ''VideoGame/TheAngryVideoGameNerdAdventures'' and the ''VideoGame/FiveNightsAtFreddys'' saga.
35%%* [[http://www.engine001.com/ Engine 001]]. It exists, but someone else will have to add its features.
36* [[http://flowlab.io Flowlab]] is a hybrid game maker/game engine that runs in your web browser and creates games that run on Flash, iPhones, and iPads.
37* ''VideoGame/GameBuilderGarage'' is a game for Platform/NintendoSwitch actually made ''by'' Creator/{{Nintendo}} that teaches the player how to develop games of their own and also includes the ability to share creations.
38* [[http://www.game-editor.com Game Editor]] is an open-source, user-friendly tool for creating videogames for various Microsoft and Apple systems (Windows, Pocket PC, Windows Mobile, iPhone, iPad and Mac OS X; also compatible with Linux-based systems). It also has C-based scripting implemented for the more advanced programmers.
39* [[http://hamsterrepublic.com/ohrrpgce/index.php/Main_Page.html OHRRPGCE]] (''Official Hamster Republic Role-Playing Game Construction Engine'') is a freeware, open-source editor that was originally a DOS application, but has now been ported to [=FreeBASIC=] for support with new Operating Systems. It boasts flexibility and a powerful scripting engine, though has strict limitations that still exist from the DOS versions. The games made use a ''VideoGame/FinalFantasyIV''-style or turn-by-turn battle engine, with potential for complex attacks. Graphics must be drawn by the user, but this has encouraged creativity. The engine is suited for any style of game, though as it's name suggests it was originally developed for creating {{Eastern RPG}}s. It has a library of both high quality titles and quick fun distractions.
40* MediaNotes/Pico8 is a "fantasy console" that allows one to write their own small {{Retraux}} style games in Lua. It comes with several size limitations, as well as a very small fixed colour palette to work with, but despite this, several impressive games and tech demos have been made. Games can be exported as a .PNG "cartridge", as [=HTML5=], or published on the official website, the latter two allowing them to be playable in a web browser.
41* ''VideoGame/ProjectSpark'' is a game maker for the Xbox family of systems and PC, allowing you to create a variety of games with its resources.
42* [[http://www.momorprods.com/rgd2/us/index.htm Ray Game Designer II]] as well as the first one can make old-gen 3D games without much coding knowledge, good for amateurs.
43* [[http://www.silentworks.hu/ Silent Works]] has easy to use, non-programming fps game creators on site, most of them were once commercial now free, FPS Creator is for Doom style fps games while Renaissance and mega kerma are for fps adventure games and puzzle games respectively.
44* [[http://www.stencyl.com/ Stencyl]] is a finished after years of waiting product that is sort of a Game Engine for Game Makers. It has some of the functionality of a Game Engine, but rather than making a game, you use it to make a "Kit". Kits define the basic behavior of the style of game, like {{Shoot Em Up}}s or {{Platform Game}}s. Then, it becomes a Game Maker for that particular style of game.
45
46!!Game-Specific
47* There are a veritable ton of ''Franchise/AceAttorney'' case makers on various fansites around the Internet; some complex, some not-so complex.
48** One of the most prominent is [[http://www.pywright.com/wordpress/ PyWright]], which is the engine used for, among other fangames, ''[[VisualNovel/ApolloJusticeAceAttorneyCase5TurnaboutSubstitution Turnabout Substitution]]'', ''[[VideoGame/PhoenixWrightAceAttorneyConflictOfInterest Conflict of Interest]]'', and ''[[VideoGame/PhoenixWrightAceAttorneyTheContemptOfCourt The Contempt of Court]]''.
49* Any {{Creator/Bethesda}} game based on the Gamebryo MediaNotes/GameEngine (''[[VideoGame/TheElderScrollsIIIMorrowind Morrowind]]'', ''[[VideoGame/TheElderScrollsIVOblivion Oblivion]]'', and ''VideoGame/{{Fallout 3}}'') have editing tools released by Bethesda that have full functionality with which they created the game, allowing Total Conversion [[GameMod Mods]] to be created. (In addition, ''VideoGame/FalloutNewVegas'' can be edited with the ''Fallout 3'' version of the editor.) ''VideoGame/{{Nehrim}}'' is one such example of a mod (in this case, using the ''Oblivion'' Engine).
50* The Mission Architect in ''VideoGame/CityOfHeroes'' can be considered to be one of these. It allows a player to create a story arc with up to five missions, and for each mission chose from a list of maps, populate them with enemies and [[VideoGameSetpiece setpieces]], set player objectives, write dialog for [=NPCs=], mission briefings and debriefings, and such. The author can even use the same character creator that was used for making his own player character to create custom [=NPCs=] for use in his missions.
51* ''[[http://www.yolkfolk.com/dizzyage/ DizzyAGE]]'' is an editor for the ''VideoGame/{{Dizzy}}'' adventure games.
52* ''VideoGame/ZeldaClassic'' started life as simply a faithful reverse-engineered version of the original ''[[VideoGame/TheLegendOfZeldaI Legend of Zelda]]'', but quickly grew into an engine for creating one's own Zelda-style games based on the ''Zelda 1'' engine. The current development versions add scripting to the mix of features.
53* ''Open Zelda'' is based on the ''[[VideoGame/TheLegendOfZeldaALinkToThePast A Link To The Past]]'' engine and used scripting from the start.
54* [[http://www.graalonline.com/ Graal Online]] started as an online ''Zelda 3'' clone; now it's hosting servers for anyone who can make about $100 a year. Hypothetically free if you bring in enough subscribers -- sadly, last check they frown on their developers letting people play for free...
55* ''VideoGame/KingsField'' has ''Sword of Moonlight: King's Field Making Tool'', a game maker program that was released in Japan in 2000 for Windows that allows users to make ''King's Field''-styled games. Despite being released only in Japan, it has a small but dedicated community overseas and it has been translated into English.
56* ''VideoGame/MegaManMaker'' is a freeware game that allows players to make their own ''VideoGame/MegaManClassic'' levels.
57* ''VideoGame/NeverwinterNights'' came bundled with a toolkit from which sprang a large modding community, supported by Bioware completely. Many module series were pretty clearly superior to the original game.
58* Cryptic Games has a program called the Foundry that is connected to both ''VideoGame/StarTrekOnline'' and ''VideoGame/{{Neverwinter}}'' which allows players to create their own missions for the game. The Foundry for ''STO'' is much more rudimentary than it is for ''Neverwinter'', but both of them are used for the same purpose.
59* There's also "Taiko-san Jiro" for creating VideoGame/TaikoNoTatsujin-style games, but it's only available in Japanese.
60* ''VideoGame/WarcraftIII'' has a map designer that can be considered this, why? it's a RTS map maker that was used to create things as varied as a Freak'n ''racing game'' and ''VideoGame/DefenseOfTheAncients''. a MOBA.
61** ''VideoGame/StarcraftII''s map editor is a much more flexible version. For instance, while in ''Warcraft III'' you'd always be stuck with its regular interface, ''Starcraft II'''s map editor lets you forgo even that, letting you create games that have nothing in common with said game.
62* ''VideoGame/WarioWareDIY'' is a Game Maker that offers an easy-but-effective game making engine, though the games are limited to the four- to eight-second duration the series is known for. A [[GameMod hack]], however, can be used to create "boss-type" games, which have no time limit.
63
64!!Genre-Specific:
65[[foldercontrol]]
66
67[[folder:Action]]
68* ''MazeCraze'' essentially just allowed you to create new boards and sprites for ''VideoGame/PacMan.''
69[[/folder]]
70
71[[folder:Action Adventure]]
72* The level editor that comes with ''VideoGame/KnyttStories'' could be considered a tool for making {{Metroidvania}} games (among other things). Download it [[http://nifflas.ni2.se/games/Knytt%20Stories%20121.zip here]].
73[[/folder]]
74
75[[folder:Adventure Game]]
76* [[http://www.adventuregamestudio.co.uk/ Adventure Game Studio]] is a fairly robust toolkit for making Creator/{{Sierra}}- and Creator/LucasArts-style point-and-click adventure games. The Web site features listings of games made with AGS; some good, some bad. It's actually pretty impressive how far someone can push the engine (e.g., [[Creator/BenCroshaw Ben "Yahtzee" Croshaw]]'s platform action games).
77* [[http://www.markwelchblog.com/1997/05/24/adventure-game-toolkit/ Adventure Game Toolkit]] was used to create adventure games back for Dos systems. Everything was organized into rooms and objects, and actions that could result from those commands.
78* [[http://www.adrift.org.uk/cgi/new/adrift.cgi ADRIFT]], [[http://www.tads.org/ TADS]], and [[http://inform7.com Inform 7]] are currently the most popular entry points for InteractiveFiction designers. ADRIFT is perhaps slightly easier for the novice, as its environment simply slots all game elements into various nested menus without scripting, but older versions hits their limits fairly quickly when the designer tries something out of the ordinary (a problem that Adrift 5 is supposed to address). Inform 7 is really more of a language than a game maker, but it's one of the friendliest languages out there (natural language statements! Playable rooms within a minute!) and it scales very nicely with the programmer's experience. TADS is the most complex of the three, allowing for full object-oriented programming of game logic. All three handle very sophisticated levels of grammar parsing of commands.
79** For those who want something even easier, there's the [[http://www.ragsgame.com/Downloads.aspx RAGS suite]], which is basically point and click!
80** This is not a new idea either. There were at least two products released for the Platform/ColorComputer which allowed a user to specify vocabulary, rooms, items, and characters and then generated a BASIC program that implemented the game.
81* ''The Quill'', and its later upgrade ''PAWS'', were Text Adventure (British for InteractiveFiction) creators of similar vintage.
82* [[http://sudslore.org/ SUDS]] [Single User Dungeon System] is a text adventure maker for Windows.
83* [[http://twinery.org/ Twine]] is a program for making InteractiveFiction {{Gamebooks}}. It's probably the simplest game maker in existence; as one review puts it, "if you can type words and occasionally put brackets around some of those words, you can make a Twine game." No coding skills necessary, although HTML/CSS knowledge will help with making more complex games.
84* World Builder was a popular graphic adventure game maker in the black-and-white [[Platform/AppleMacintosh Macintosh]] era, and was best known for the commercial game ''VideoGame/EnchantedScepters'' (among amateur authors, Ray Dunakin and Louise Hope are probably the most noted). Its creator went on to found Cyberflix Interactive and develop an [[FullMotionVideo FMV Game]] engine called Dream Factory.
85[[/folder]]
86
87[[folder:Beat 'Em Up]]
88* ''MediaNotes/OpenBOR'' is an engine for BeatEmUp, in which you can make your own version of your favourite games as well making new ones, being known as the ''VideoGame/{{MUGEN}}'' of this genre. The engine is based on the GameMod ''Beats of Rage'', a mixture of ''VideoGame/StreetsOfRage'' with ''VideoGame/TheKingOfFighters'' with its own story. After the success of the game, the engine was released and after that a lot of games were made under diverse franchises and with compatibility with Platform/SegaDreamcast and Platform/PlayStation2.
89[[/folder]]
90
91[[folder:Fighting Game]]
92* ''{{VideoGame/MUGEN}}'' is the most robust engine for 2D {{Fighting Game}}s out there, sporting a huge variety of features that enable makers to do damn near anything with it. There are a few full games out there, mostly fan games like ''Brutal Paws of Fury Remix'' and ''Franchise/MortalKombat: Integral'', but far more common are stand-alone characters that can simply be plugged into the engine and used against each other in an [[UltimateShowdownOfUltimateDestiny anything-goes slugfest]].
93** As far as commercial software goes, Agetec released the ''VideoGame/FighterMaker'' games for the [=PlayStation=] and [=PS2=]. They didn't necessarily allow you to create a full game from scratch, the fighting engine you're given to work with is pretty basic, and creating fluid, realistic animations for moves was an extremely long and often tedious process, with the tradeoff being that if you could think it up, you could put it in the game.
94** There're other fighting game engines on the net but aren't so functional or known as ''M.U.G.E.N.'' One of them is ''UFGE''[[note]]The acronym stands for "Ultimate Fighting Game Engine"[[/note]] that works similar than ''M.U.G.E.N.'' and even has some exclusive features like {{Cheat Code}}s to [[UnlockableContent unlock characters and stages]], but is very slow and not much used. The only known user is [[http://maximoff.alreadyread.net/ G.M.Spectre]], who made various fullgames using ''UFGE'' like ''VideoGame/TheKingOfFighters 20XX'' (an AffectionateParody to KOF series) as well others based on ''Franchise/MortalKombat'', ''Franchise/StreetFighter'', Creator/{{Marvel}} and Creator/DCComics, various of them mixed in {{crossover}} games.
95** The UrExample of this genre is ''KOF '91'', an engine that is known as the predecessor (and probably the inspiration) for ''M.U.G.E.N.'' Actually abandoned, there's a creator who made a SpiritualSuccessor: ''KOFFE'', who takes this engine and updated to actual standards.
96[[/folder]]
97
98[[folder:First-Person Shooter]]
99* [[http://www.apgardner.karoo.net/retrib/index.html Retribution Engine]] is an FPS Game Maker program that you could create old style FPS games like ''VideoGame/{{Doom}}'' and ''VideoGame/{{Quake}}'' without any need of coding. You can easily make interactive stages by using its trigger system in the map editor as well as making custom models for guns and characters. It's very easy to use and really unheard of.
100[[/folder]]
101
102[[folder:Idle Game]]
103* Like idle games like ''VideoGame/CookieClicker'' and wish you can write something like that without going from ground up? Orteil has released the game engine as ''[[http://orteil.dashnet.org/experiments/idlegamemaker/help Idle Game Maker]]'', where you can now create games just like his. All you need to do is bring your own graphics and configuration script, and the engine does the rest.
104[[/folder]]
105
106[[folder:Platformer]]
107* [[http://www.sawbladesoftware.com/ Power Game Factory]] is the premier game creation program for Mac OS X, best suited for {{platformer}}s such as ''Franchise/SuperMarioBros.'' or ''VideoGame/{{Contra}}''. Sprites, sounds, enemy behavior and more can be customized, and parallax scrolling is supported for backgrounds. The latest version, 1.1, allows two sizes for background tiles: 64×64 and 32×32 pixels. It also includes ''two'' complete games: ''Greenland Invasion'' and ''Zombie Holiday''.
108* ''VideoGame/SuperMarioMaker'' is Nintendo's ([[ROMHack official]]) response to this. The game allows anyone to create their own levels in the styles of the original ''Super Mario Bros.'', ''Super Mario Bros. 3'', ''Super Mario World'', and ''New Super Mario Bros. U''. ''VideoGame/SuperMarioMaker2'' adds in a style for ''Super Mario 3D World''.
109* [[http://www.headcannon.com/HCGE/ HCGE (Headcannon Game Engine)]] is a game engine developed by Simon "Stealth" Thomley, and while it has many other uses, it is often used to near-perfectly replicate the game play engines used in ''VideoGame/MegaMan7'', as well as the ''Franchise/SonicTheHedgehog'' series.
110[[/folder]]
111
112[[folder:Rhythm Game]]
113* ''VideoGame/{{Stepmania}}'' is a vanilla build of VideoGame/DanceDanceRevolution, allowing people to make their own rhythm games from it. Hell, it's what ''VideoGame/InTheGroove'' and ''VideoGame/{{Mungyodance}}'' were built off of.
114* In the same vein as Stepmania, ''VideoGame/{{Osu}}'' is a game engine for VideoGame/EliteBeatAgents tap-style games, but has since been extended to also support Taiko Drum Master and other minigame-style gameplay. Anyone can write their own tap charts to go with any song they desire, and if they're extra-creative, create custom backdrops and animations for the song. The latest build can also support story branching and can change the story outcome based on how well you're playing, just like the real games- so if you're ultra-creative, you can code up something like [[https://www.youtube.com/watch?v=vYHCceCQnj8 this]].
115[[/folder]]
116
117[[folder:Role-Playing Game]]
118* MediaNotes/RPGMaker is, obviously, for {{Role Playing Game}}s. The latest version is [=RPG Maker=] MZ. For the Japanese, a demo of RPG Maker VX Ace with caps on how many items of each type you can use is available, and it is assumed that they can be changed into fully-featured "registered versions" after the actual release. The English version has full functionality for 30 days before it expires and you'd have to buy it. The previous versions, RPG Maker VX and RPG Maker XP, were released similarly. Older and once widely pirated versions RPG Maker 2000 and 2003 were finally officially released in English in 2015. As for the oldest versions, ''RPG Maker 95'' and ''RPG Tsukūru Dante 98'' (''98'' being a reference to the Platform/PC88 it ran on, the software actually dates all the way back to 1992), they were never officially translated into English.
119** One important thing to note with RPG Maker, at least with earlier versions, is that level-ups and stat growth have much less effect in RPG Maker than in many real [=RPG=]s. It would be extremely difficult and require a great deal of trickery to make a game with the very dramatic power escalation of a ''Franchise/FinalFantasy'' title, for instance.
120** XP, VX and VX Ace come equipped with Ruby scripting that allows people making a game in the maker to drastically alter the in-game engine, which allows for numerous different types of games (a common alteration being changing the front-view turn-based battle system the three of them share and making it a side-view active-time battle system à la the ''Franchise/FinalFantasy'' franchise). The next entry in the series, MV, come with Javascript and has the ability to have either side or front view battle.
121** There is also a free version, known as [[https://old.rpgmakerweb.com/download/free-programs/rpg-maker-vx-ace-lite/download-rpg-maker-vx-ace-lite RPGMaker VX Ace Lite]], which has no time limit (previous trials locked you out 30 days after downloading them). The major changes are that it puts a cap on how many characters and items you can have, but there's still enough for a good game.
122* Similar to RPG Maker is UsefulNotes/WolfRPGEditor (website [[http://www.silversecond.com/WolfRPGEditor/ link]]). It's not as beginner-friendly to create with, but unlike RPG Maker, it's a completely free download. It comes with a sample game that presents the basic functionality of the program. An English-translated version can be downloaded [[https://widderune.wixsite.com/widderune/wolf-rpg-editor-english here]] if you want to check it out.
123* [[http://www.rpg-paper-maker.com/ RPG Paper Maker]] is another RPG Maker, but designed to make TwoAndAHalfD games (think the visual style of ''VideoGame/PokemonDiamondAndPearl'' and ''VideoGame/PokemonBlackAndWhite'') with nothing but sprite work and maybe some simple polygon objects. It aims to be friendly enough for the programmer novice to make something, but is capable of being expanded upon to those savvy in Java. It's currently in active development, and can be used to make action [=RPGs=] ala ''VideoGame/TheLegendOfZeldaALinkToThePast'', with Tactical RPG capabilities in the works.
124* [[https://store.steampowered.com/app/857320/SRPG_Studio/ SRPG Studio]] is a program for creating StrategyRPG games- primarily ones based on the ''VideoGame/FireEmblem'' series. Indeed, the similarities between the mechanics of ''Fire Emblem'' and SRPG Studio are significant enough that the original creator of ''Fire Emblem'' and ''VideoGame/TearRingSaga'' used it to create a SpiritualSuccessor to both, ''VideoGame/VestariaSaga''.
125* ''VideoGame/TheBardsTale Construction Set'' allows you to make extremely simple 3D roleplaying games, but in practice is barely robust enough to handle its own sample adventure.
126* ''VideoGame/UnlimitedAdventures'' allows to create VideoGame/GoldBox-style [=RPGs=].
127* [[http://www.src-srpg.jpn.org/ SRC ~Simulation RPG Construction~]] is a C++-based program that lets the user create their own StrategyRPG games; it's clearly intended mainly for ''VideoGame/SuperRobotWars''-style games[[note]]As seen by the fact that it has rules for mechs that imitate all kinds of ''SRW'' standards, one can code Seishin[=/=]Spirit Command-type "spells", and even the cut-in animations implemented later resemble the [[Platform/GameBoyAdvance GBA]] and [[Platform/NintendoDS DS]]-era games[[/note]], but is robust enough that one can still be used to create games more in line with ''VideoGame/FireEmblem'' and other traditional fantasy fare. Its biggest flaws are the fact that it's exclusively in Japanese, creating character stats can be pretty time-consuming, and it hasn't been updated since 2011.
128* There's also the ''[[http://www.solarus-games.org/ Solarus Engine]]'', originally created specifically for the remake of a fangame, ''VideoGame/TheLegendOfZeldaMysteryOfSolarus'', by the author of the said game, but has since then evolved into a full fledged Game Maker with focus on [=ARPGs=]. And it's open source, too.
129* The [[http://www.rpgtoolkit.com/ RPG Toolkit]]. You can make other types of games with it, but it's pretty hard. The learning curve for the programming language is steep, too, since (as of Version 3.0) it's now based entirely on C++.
130* [[https://rpg.hamsterrepublic.com/ohrrpgce/Main_Page OH.R.R.P.G.C.E.]] (from which ''VideoGame/WanderingHamster'' came) lets you make games with a 16-bit aesthetic, though the audio can also play ogg files. The built-in Hamsterspeak scripting language is very extensive.
131[[/folder]]
132
133[[folder:Shoot 'Em Up]]
134* ''[[http://en.wikipedia.org/wiki/SEUCK Shoot-Em-Up Construction Kit]]'', or ''SEUCK'' for short, was the starting point for quite a few Amiga, Commodore 64 and Atari ST public domain games.
135* Also on the Platform/AppleII were ''ArcadeMachine'', which used a positively Byzantine system to create shoot-em-up games.
136* ''VideoGame/{{Touhou}} Danmakufu'', a tool for making ''VideoGame/{{Touhou}}''-like {{Shoot Em Up}}s. It scripts in a C-like language and has gone open source in 2019.
137* OlderThanTheNES: Quicksilva released a program called ''Games Designer'' for the ZX Spectrum in 1983. It was fairly rudimentary, and rubbish, and it could only make four different types of shoot-em-ups, meaning that it may well have inspired ''SEUCK'', but it was a designer and it did the job.
138* ''[[http://www.hardcoregaming101.net/dezaemon/dezaemon.htm Dezaemon]]'', a series of ShootEmUp creators by Athena for various platforms in the 1990s.
139[[/folder]]
140
141[[folder:Visual Novel]]
142* ''MediaNotes/RenPy'' is a MediaNotes/{{Python}}-based engine designed with {{Visual Novel}}s in mind. It doesn't come with many resources; you have to provide your own art and music. However, the engine is very flexible, and its functions can be expanded if one is handy with Python. There are just over 300 games already made for the engine.
143* [[http://www.bladeengine.com/ Blade]] is another VisualNovel engine.
144[[/folder]]
145

Top