Difference between revisions of "MnemonicRL"

From RogueBasin
Jump to navigation Jump to search
m
m
Line 29: Line 29:
* 6/7/09 - ~50 monsters coded with stats; nice stat # scaling and rank-based spawning
* 6/7/09 - ~50 monsters coded with stats; nice stat # scaling and rank-based spawning
(Insert two days of stupor here, couldn't fix overlapping names yet)
(Insert two days of stupor here, couldn't fix overlapping names yet)
* 6/10/09 - leveling/experience bugfixes
* 6/10/09 - leveling/experience bugfixes, projectile targeting+animation


Currently:
Currently:

Revision as of 01:15, 11 June 2009

MnemonicRL
Talkie-Talkie Project
Developer Da-Breegster
Theme Steampunk, Surreal
Influences {{{influences}}}
Licensing Open Source
P. Language Perl
Platforms Linux, Windows
Interface ASCII, Keyboard
Game Length {{{length}}}
[{{{site}}} Official site of MnemonicRL]


MnemonicRL is an ambitious 2009 project by Da-Breegster. Its notable features include ASCII art sprites for the static town, animation (snow, fire, smoke, etc), and its multiplayer capabilities. It has an increasingly intricate plot; players arrive in Cyphen, the Land of Nowhere, a purgatory where they await their memories in the river. However, the factories seem to be affecting this process somehow, and it is up to the entire community to decide what to do.

Release

I'm having problems creating a Windows port, which prevents a general release. Perl and Curses are not playing well together. Here are the things that I have tried:

  • Strawberry Perl with pdcurses - Curses.pm (the Perl bindings) would not compile against pdcurses)
  • ActivePerl - A Curses ppm exists, but POE::Wheel::Curses (POE provides the multitasking and networking) needs a proper event loop, not the Win32 one.
  • Cygwin + pp - Cygwin provides a Unix environment for Windows, and the game runs fine within it. However, redistributing a Cygwin environment is difficult because of technical restraints (when you install it, it not only adds entries to the registry but also sets up some special path links, which is difficult to reproduce). I have tried creating a standalone exe from within Cygwin using pp/PAR, but the result has some PAR cache bugs.

Is anybody familiar enough with Perl and Curses on Windows to help me out?

Multiplayer

MnemonicRL's base engine, PerlRL, supports both a singleplayer and multiplayer mode. Players will congregate in Cyphen, form parties, and enter a set of dungeons with a particular theme and rank. Nobody may join a party once it is created, but anybody can leave the dungeon and forfeit. Permadeath in a party dungeon is implemented by a severe penalty: losing a few levels and some significant items. The rest of the party may choose to help the weakened member level up again, or they may abandon them, leaving them to forfeit the party and go try an easier dungeon set. MnemonicRL will also feature a traditional singleplayer mode and a free-for-all area open to every player. PvP (Player-vs-Player) and PK (Player-killing) will be allowed in controlled, segregated arenas.

Trailer

A cinematic trailer is available at http://www.youtube.com/watch?v=lsQC9reFbdQ. Source quality can be found at http://rapidshare.com/files/240104738/mnemonicrl_trailer.avi.

Status

A full CHANGELOG is included with the code, but I wanted to keep people updated on what I'm working on.

  • 6/6/09 - ~50 monster concepts finalized
  • 6/7/09 - ~50 monsters coded with stats; nice stat # scaling and rank-based spawning

(Insert two days of stupor here, couldn't fix overlapping names yet)

  • 6/10/09 - leveling/experience bugfixes, projectile targeting+animation

Currently:

  • Trying to produce a Windows port
  • Coding unique attacks for ~50 monsters and a system to speed this up :)
  • Adjusting combat formulas to make a simple, balanced system