Difference between revisions of "Middlecrest"

From RogueBasin
Jump to navigation Jump to search
m
Line 73: Line 73:
Wilderness<br />
Wilderness<br />
http://www.orionsoftworks.com/images/screens/wilderness.jpg
http://www.orionsoftworks.com/images/screens/wilderness.jpg
==Numbering Scheme==
Project version numbers are split into x.y.z.b format.
x.y corresponds to different major versions. Different versions are substantially distinct as they typically include feature updates and re-factored or overhauled code.
z corresponds to minor version number, and denotes how far along the road map the major version is. Think of it as a percentage. v0.1.87 indicates, for example, version 0.1 is 87% complete.
b is an optional number, which corresponds directly to bug fixes. There is no difference, for example, between v0.1.87 and v0.1.87.1 other than v0.1.87.1 is less buggy. Likewise, v0.1.87.2 would be less buggy than v0.1.87.1.


==Version Log==
==Version Log==

Revision as of 08:18, 29 August 2011

Middlecrest
Alpha Project
Developer Sean Brown
Theme Medieval Fantasy, Gothic Punk
Influences The Elder Scrolls, Dungeons and Dragons, Poison Elves
Released October 2010 (Alpha, v0.0.71)
Updated Aug 28, 2011 (v0.1.87.1)
Licensing Shareware,
Open Source
P. Language C, C++, Lua
Platforms Windows
Interface ASCII
Game Length Unlimited
Official site of Middlecrest


Middlecrest is a gothic punk themed fantasy roguelike ("roguelike" in a broad sense, since it will fuse some elements from CRPG's in a more-or-less roguelike way). Many of the fantasy elements are taken from low-fantasy, emphasizing real-world historical situations and analogues (the game world is primarily inspired by real-world medieval or Renaissance culture, and less on traditional, pulp, or pure fantasy models). Magic is present in the world, although it is rarer and magical beings and monsters operate more like their mythological counterparts, rather than like their high-fantasy (Tolkien, Dungeons and Dragons, etc.) versions. The gothic punk aspect refers to the theme and "feel" of the world and is based on the modern punk-derived goth subculture and the Neo-Romantic punkish world envisioned by Adam and the Ants in the video "Stand and Deliver". The comic book, Poison Elves, is a prime example of the theme.

Daggerfall is the main inspiration for the project. The goal with this project is to not only implement many of the game ideas seen in the Elder Scrolls series (not necessarily using all the same game mechanics of Daggerfall), but also to implement those features that didn't make it into Daggerfall on release date. Daggerfall promised more than it actually delivered (although it delivered a lot) and it is about time to let those forgotten and exciting features see the light of day! :)

Feel free to download and test the latest version!

As it stands currently, Middlecrest is on hiatus (until I can get back on my feet financially and to be started shortly thereafter). Anyone is welcome to contact me about contributing to the project to keep the ball rolling, so to speak. Information can be found in-game and in the docs of any downloaded Middlecrest game.

However, I have received interest in turning the existing game into a mobile version. As this is potentially gainful to me, I'll modify what I said above. I'm changing gears slightly for a few months as I massage the code so it can be ported for the iPAD/iPhone. The source is basically ready to go, but I do need to do some content updates and some other tweaks to take it from a demo/minigame to a fuller iPAD/iPhone game. My updates will still stay within the original scope of the project, so this is actually a boon for development -- not a setback or stalling-out. The updates I do for the iPAD/iPhone will be used to progress the overall project and codebase, and vise versa.

This is my baby. If I have to stop or switch gears for awhile, it's won't be forever! :) Not until this project is finished, of course.

Technologies

Middlecrest makes use of SQLite, C++ Boost, and Audiere libraries.

Much of the game data is stored in SQLite and flat files (this will also include saved game data, later). The game "logic" of Middlecrest will eventually be supplied by Lua scripts and some custom C++ modules.

Status and Road Map

Presently, the project is in a very early stage of development. Only basic functionality is implemented for some features and the executables released are primarily for testing and evaluation. Until version 1.0.0, new features will be implemented, code re-factored, and bugs crop up as the code base is expanded, adjusted, and stressed.

The things planned in the near future are (near future is a relative term since it depends on the amount of time available for development, which isn't much):

  • Town and wilderness generation (simple)
  • Basic, core classes and then expanding it to other classes later
  • Look command
  • Basic factions support
  • Basic quest support
  • Shops and shopkeepers <--- current development
  • Non-trivial pathfinding
  • Basic religion
  • Completed magic system that incorporates both arcane and priestly magic.
  • Time and scheduling system

Features

Here is a description of features that Middlecrest will eventually contain:

  • Procedural Quest Generation -- Freeform and procedural quest generator (including quests that aren't the traditional hack-n-slash style roguelike quests). Quests take into account characters that have met you at various times and may influence or impact a quest in unexpected ways.
  • Makers -- Item, spell, potion, and class makers
  • Themes -- Themed dungeon generators (examples: caves, dungeons, fortifications, ruins, etc.)
  • Magic System -- School based magic system.
  • Weather system -- Clothes will actually be an important aspect of the game to keep you warm, dry, etc.
  • Durability -- Items can break, excluding a few things, like rings, etc.
  • Emergent game world -- Events are emergent from the game and based on your actions and the actions of the NPC's. The game world changes accordingly.
  • Advanced AI -- Characters and monsters will behave based on their needs (remember the Sims?) for more realistic interaction and behavior.
  • Graded Difficulty -- Roguelike games often have a very sharp difficulty curve and it usually takes a few characters to really get the feel of the game and how to play so your character isn't simply food for the next monster. Various leveled lists based on player level and other algorithms will be used to create a reasonable difficulty curve.
  • Softer Permadeath -- Don't worry! Permadeath is still there, looming, and ever-present. It's just that there are ways (although uncommon and very difficult) to get around death.

Screenshots

Title Screen
title.jpg

Dungeon (cave theme)
cave.jpg

Wilderness
wilderness.jpg

Numbering Scheme

Project version numbers are split into x.y.z.b format.

x.y corresponds to different major versions. Different versions are substantially distinct as they typically include feature updates and re-factored or overhauled code.

z corresponds to minor version number, and denotes how far along the road map the major version is. Think of it as a percentage. v0.1.87 indicates, for example, version 0.1 is 87% complete.

b is an optional number, which corresponds directly to bug fixes. There is no difference, for example, between v0.1.87 and v0.1.87.1 other than v0.1.87.1 is less buggy. Likewise, v0.1.87.2 would be less buggy than v0.1.87.1.

Version Log

  • v0.0.71 -- Demo: dungeon generation, monster, and item generation, inventory, movement, picking up items, dropping items, equipping items, searching, basic combat (magical and mundane), minimal monster AI, basic database capabilities.
  • v0.0.78 Minigame -- Updated C++ Boost library to v1.44 and SQLite to v3.7.3, corrected database bugs, added elemental magic effects on weapons, implemented damage resistances vs. spells, updated attack calculations, all armor is equip-able, release and readme information viewable in-game using the 'v' and '?' commands respectively, added scrolls although they are not in item generation routines yet (they need to be designed and more fleshed out still), fixed typos, and a bunch of minor code improvements. Source code included.
  • v0.0.79 Minigame + Levels -- Added town generation, added wilderness generation, travel between levels, doors, minor code improvements and bug fixes.
  • v0.0.80 Minigame + Class/Race -- Updated C++ Boost library to v1.45, added races and classes, significant code overhaul and code improvements.
  • v0.0.81 Minigame + Shopkeepers -- Added shopkeeper character (although no buying and selling yet), updated SQLite library to v3.7.4, significant reduction in executable footprint, bug fixes and improved protection against future bugs, code improvements.
  • v0.0.82 Minigame + FoV, Triggers, and Bug Fixes -- Added FoV (for testing), triggers for tiles, intro screen to communicate bugs and other info to player, color support, bug fixes and bug prevention, updated UI so player messages scroll in their respective menus, updated to SQLite v3.7.5, and refined creature generation code for dungeons/towns.
  • v0.0.83 Minigame + Auto-mapping and Lua support -- Added auto-mapping (for testing), support for Lua scripts, building data structures, bug fixes for character movement, updated C++ Boost library to v1.46, and many internal code improvements.
  • v0.1.0 Minigame + LoS and Audiere Support -- LoS, Audiere support, character name generation, enhanced help system, updated combat, fixed magic + movement bugs,... and much more!
  • v0.1.87 Minigame + Basic Guild, Quest, and Disposition support -- Guild, quest, and disposition support, ranged combat, look command, many bug fixes, code overhauls, and misc updates.
 v0.1.87.1 Minigame + Library updates + New races -- Lua, Boost, and SQLite updates, added
 demographics, added Levatians and Lytans as races, some code re-factoring and database
 overhaul, and numerous bug fixes (mostly from the library updates).

External Links

Middlecrest development blog

Latest code release for Middlecrest