Difference between revisions of "Umbrarum Regnum"

From RogueBasin
Jump to navigation Jump to search
m
Line 5: Line 5:
|licensing = Whiskyware
|licensing = Whiskyware
|language = [[Cpp|C++]]
|language = [[Cpp|C++]]
|platforms = [[Windows]]
|platforms = [[Linux]], [[Windows]]
|interface = True Colour custom [[ascii|ASCII]] set
|interface = True Colour custom [[ascii|ASCII]] set
|site = http://umbrarumregnum.110mb.com
|site = http://umbrarumregnum.110mb.com
Line 11: Line 11:
}}
}}


Umbrarum Regnum is an overambitious project, probably bound to be [[vapourware]]. It initially was supposed to feature a complicated magick system, detailed and realistic combat, political and commercial interactions between different kingdoms, etc. At the moment, none of this is implemented yet. But at least it looks neat :).
Umbrarum Regnum is an overambitious project, probably bound to be [[vapourware]]. It initially was supposed to feature a complicated magick system, detailed and realistic combat, political and commercial interactions between different kingdoms, etc. At the moment, none of this is implemented yet.


The game is currently undergoing a total rewrite, since the previous code was very sloppy and barely maintainable.
The project has been on hold for quite some time. It will be resumed at some point after the release of [[Umbra]].
 
== Previous version features ==
Most important features implemented were:
* UI (True Colour ASCII console emulator powered by libtcod, written and developed by Jice)
* Multiple resolution support (from 640x480 to 1024x768)
* pregenerated overworld with different terrains and 49 settlements
* random map generators (wilderness tiles, dungeons, caves, perfect or partially braided labyrinths and towns)
* savegame read/write
* fast pathfinding
* plenty of races, professions and skills
* some monsters to fight
* very basic combat system (to be developed later)
 
== Rewritten version features ==
The features that have made it to the rewrite so far are:
* UI (again libtcod is used)
* some limited interaction between the PC and the environment (mostly collision handling)
* 'l'ook command handled with the mouse
* a more advanced than before forest generator based on Perlin noise
* 2.5D maps, with two height layers (flat ground and rooftops/treetops)
* ambient and dynamic lights
* limited NPC support (no AI)
* time management system
* configurable fonts and font sizes, as well as terminal sizes
 
== To Do List ==
The features that are next on the TODO list are:
* NPC AI
* combat system
* more map generators

Revision as of 19:49, 23 November 2009

Umbrarum Regnum
Talkie-Talkie Project
Developer Mingos
Theme Fantasy
Influences ADoM, Betrayal at Krondor, The Witcher, Neverwinter Nights
Licensing Whiskyware
P. Language C++
Platforms Linux, Windows
Interface True Colour custom ASCII set
Game Length unknown
Official site of Umbrarum Regnum


Umbrarum Regnum is an overambitious project, probably bound to be vapourware. It initially was supposed to feature a complicated magick system, detailed and realistic combat, political and commercial interactions between different kingdoms, etc. At the moment, none of this is implemented yet.

The project has been on hold for quite some time. It will be resumed at some point after the release of Umbra.