Difference between revisions of "Games/engines"

From Gentoo Wiki
< Games
Jump to:navigation Jump to:search
(homepage fix, use https)
(→‎GemRB: Package is no longer in Gentoo's primary ebuild repository. Updated links to new website. Paragraph may be still be helpful... See discussion page.)
Line 21: Line 21:
 
== GemRB ==
 
== GemRB ==
  
[[File:Gemrb_logo1.png|thumb|right|150px|GemRB [http://www.gemrb.org/wiki/doku.php?id=gallery more]]]
+
[[File:Gemrb_logo1.png|thumb|right|150px|GemRB [https://gemrb.org/ more...]]]
  
GemRB is a portable open-source implementation of Bioware's Infinity Engine that also works on Android. It runs the Baldur's Gate, Icewind Dale and Planescape: Torment games, however it is not yet feature complete (see [http://www.gemrb.org/wiki/doku.php?id=todo todo list]). It also includes an extensible plugin-based design that removes many limitations of the Infinity Engine and improves usability through a lot of [http://www.gemrb.org/wiki/doku.php?id=innovations innovations]. In order to play games you need to do some [http://www.gemrb.org/wiki/doku.php?id=installation#configuring_gemrb configuration]. View a YouTube demo [https://www.youtube.com/watch?v=rhWUOMIAetw here].
+
GemRB is a portable open-source implementation of Bioware's Infinity Engine that also works on Android. It runs the Baldur's Gate, Icewind Dale, and Planescape: Torment games, however it is not yet feature complete (see [https://github.com/gemrb/gemrb/issues?q=is%3Aopen+is%3Aissue+label%3Afeature todo list]). It also includes an extensible plugin-based design that removes many limitations of the Infinity Engine and improves usability through a lot of [https://gemrb.org/Manpage.html innovations]. In order to play games you need to do some [ configuration]. View a YouTube demo [https://www.youtube.com/watch?v=rhWUOMIAetw here].
 
 
{{Emerge|{{Package|games-engines/gemrb}}}}
 
  
 
{{clear}}
 
{{clear}}

Revision as of 23:00, 28 December 2020

LÖVE

LÖVE

LÖVE is a framework you can use to make 2D games in Lua and also allows for commercial use. It features a lot of games including Stabyourself games such as games-arcade/mari0, games-arcade/notpacman or games-arcade/nottetris2. It is slotted in portage to avoid compatibility problems with old games, slot "0" being always the latest release. View a YouTube demo here.

root #emerge --ask games-engines/love

Ren'Py

Katawa Shoujo

Ren'Py is an open-source visual novel engine written mostly in python 2, free for commercial use and even supports Android. It allows to write interactive novels using words, images and sounds to tell the story, but also more complex RPGs or simulation games since the python scripting interface is easy to use. It already features over 500 works including a lot of manga and "boy pursues girl" stories (such as OTChi Kocchi), but also more serious or even autobiographical stories (such as Homeward or games-misc/katawa-shoujo) and some extensive RPGs (such as Loren the amazon princess or Planet Stronghold). It also comes with it's own IDE (development useflag) and is slotted, because new versions are sometimes incompatible with older games. You can control the default slot via "eselect renpy". View a YouTube demo here.

root #emerge --ask games-engines/renpy

GemRB

GemRB more...

GemRB is a portable open-source implementation of Bioware's Infinity Engine that also works on Android. It runs the Baldur's Gate, Icewind Dale, and Planescape: Torment games, however it is not yet feature complete (see todo list). It also includes an extensible plugin-based design that removes many limitations of the Infinity Engine and improves usability through a lot of innovations. In order to play games you need to do some [ configuration]. View a YouTube demo here.

OpenMW

OpenMW more...

OpenMW is a free and opensource reimplementation of the engine that featured Morrowind. It's mainly written in C++, utilizing SDL2 and openscenegraph among other libraries. It's still in beta stage, but is already very playable and has a great developer community with lots of contributors. It supports mods and also comes with it's own Editor (OpenCS) to create new games. You need the original Morrowind Data files. If you haven't installed them yet, you can install them straight via the game launcher (launcher USE flag) which is the officially supported method or by using the games-rpg/morrowind-data package (this might not work for all morrowind releases out there). View a YouTube demo here.

root #emerge --ask games-engines/openmw

ScummVM

ScummVM more...

ScummVM is a reimplementation of the SCUMM game engine used in Lucasarts point-and-click adventures (such as Monkey Island 1-3, Day of the Tentacle, Sam & Max, ...), but also supports Sierra's AGI and SCI games (such as King's Quest 1-6, Space Quest 1-5, ...), games-rpg/bass, games-rpg/queen, games-rpg/drascula and many more. Note that it always requires the original game files. Portage also provides games-engines/scummvm-tools which is a collection of utilities to extract data files from games, convert audio files and make video sequences usable under ScummVM. View a YouTube demo here.

root #emerge --ask games-engines/scummvm