Wintermute Engine

Wintermute Engine
Original author(s) Dead:Code Software
Initial release 2003-01-12
Stable release
1.9.1 / 2010-01-01
Operating system Windows
Platform Personal computer
Available in English, Greek, Spanish
Type Game engine
License

WME: Donationware

WME Lite: MIT License
Website Wintermute Engine homepage

Wintermute Engine (commonly abbreviated as WME) is a set of software tools and a runtime interpreter (game engine) primarily designed for creating and running graphical adventure games.

History

Wintermute Engine (WME) was designed and programmed by Czech programmer Jan Nedoma, who goes by the nickname Mnemonic on the WME forums. The first public beta version was released on January 12, 2003.

The engine is in active development and several updates are released every year, though irregularly due to the small development team.

Since 2013 the Winter Mute Lite Engine is hosted on Bitbucket and released under a MIT License.[1]

Features

The game engine provides most of the features necessary for creating classic 2D graphical adventure games. Although originally built as a 2D graphics engine, with a built-in script interpreter for implementing game logic, the Wintermute Engine provides support for the combination of real-time 3D characters and 2D backgrounds, a combination sometimes known as "2.5D", that has become the de facto standard for modern adventure games (for example Syberia, Still Life), and survival horror games.

There is also an active community that, while small, is growing in size and is willing to help newcomers with coding or recommendations. Community-created free book of tutorials went online in summer 2008.[2]

Game design process

Wintermute Engine follows the object-oriented design philosophy. The game developers use the engine tools for building various game objects (actors, scenes, windows etc.) and assembling them together. Every game object is defined by its appearance (graphics, animations, captions, fonts) and by a script, which defines the underlying logic of a given game object and its responses to game events. All those game definitions are then interpreted by the engine runtime interpreter, which is otherwise completely independent on any actual game implementation.

License

Starting with version 1.7, Wintermute Engine is distributed as donationware, meaning that it's completely free to use for both commercial and non-commercial purposes, but if the users find it useful, they are encouraged to make a donation to support its further development. Starting with version 1.8.9, source code of the engine and some of the supporting tools has been released under the LGPL license.

The source code of the portable Wintermute Lite 2D engine has been released under a MIT License and is hosted on a Bitbucket repository.[1] While the Wintermute Lite engine is free of charge also for commercial use, licensing of the included BASS sound library is required.[3]

Previous releases were free to use for non-commercial purposes, but required a separate paid commercial license. The flexible nature, and relative inexpense, of the licence for even large commercial projects has made the Wintermute Engine a popular tool among independent commercial game developers.[4][5][6]

Games developed with Wintermute

Year Title Developer Genre License
2005 the white chamber Studio Trophis sci-fi horror freeware
2008 Art of Murder: FBI Confidential Pinnacle mystery commercial
2008 Ghost in the Sheet CBE horror commercial
2008 Limbo of the Lost Majestic Studios adventure commercial
2008 The Lost Crown: A Ghost-Hunting Adventure Darkling Room horror commercial
2009 Rosemary Singapore-MIT GAMBIT Game Lab mystery freeware
2011 Alpha Polaris Turmoil Games horror commercial
2012 Face Noir Phoenix Online Stories point-and-click adventure commercial
2013 reverse boom studio horror commercial
2013 Oknytt Nemoria Entertainment adventure commercial
2014 Shadows of the Vatican 10th Art Studio adventure commercial
2014 J.U.L.I.A. Among the Stars C.B.E. Software adventure commercial

References

  1. 1 2 license.txt on bitbucket.org
  2. Online book on WME by Jan "metamorphium" Kavan
  3. BASS licensing on un4seen.com
  4. List of games using Wintermute incomplete list on MobyGames
  5. Marsh, David (February 26, 2008). "Nine Paths To Indie Game Greatness". Gamasutra. Retrieved 2009-12-21.
  6. Broekhuis, Erwin. "A word with Steve Ince". Adventure Developers. Retrieved 2009-12-21.
This article is issued from Wikipedia - version of the 11/26/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.