Game Open

Krishnak is now stable enough to open for play. Connect to krishnak.org port 4000 from your favorite mud client, or use the simple web-based client Missing Pieces About half of the game is unrecoverable, so I’ve been patching things up as best I can and making sure you can at least walk to all of the remaining areas. Many of the scripted functions no longer work, so I am in the process of rewriting the scripts to function in a simple scripting language I’ve added to the codebase. ...

Elder Gods & Avatars of Krishnak

Elder Gods -* Supreme Councillors *- Lord Teutates Alcadizaar Lord Lascelles -* Gods of Implementation *- Sabra Drazak -* Pantheon Gods *- Marquis Krypsyn Evil Mojo -* Greater Gods *- Magus Makeveli -* Lesser Gods *- -* Demi-Gods *- Anakha Lunna -* Watchmen *- Lady Unna Jesse Ogro Damonix -* Immortals of Creation *- Benthos Lord Rodness Xcadrion Olorin Ravenwing GodFather Bremen -* Immortals *- Elder Avatars -* Grand Avatars *- Lady Ferenna Grand Marquise Krysina Atticus VanAtlas Grand Czar Xylor -* High Avatars *- -* Noble Avatars *- -* Master Avatars *- -* Champion Avatars *- Aleidys -* Tenth Avatars *- Lanfear Beduin Baron Von Asop -* Ninth Avatars *- -* Eighth Avatars *- Sammael -* Seventh Avatars *- -* Sixth Avatars *- Rylia God Fearing Cilo -* Fifth Avatars *- -* Fourth Avatars *- -* Third Avatars *- Kuric Kai Nemesis -* Second Avatars *- Friedrich the King Ricimer Milo -* First Avatars *- Lord Jodax Sykle Lady Akabu R. ...

Old Compiler, New Compiler

It’s really amazing how much better C/C++ compilers are at static analysis during compilation. I found a note from Feyr mentioning that as of July 22, 1998, the code would compile without error using the compiler flags “-Wall -Werror”. Sadly, that’s no longer the case. Compiling with “-Weverything” now results in 7,773 warnings, all of which I intend to fix. Most are pretty trivial, but some of the game’s never-fixed bugs might just be related to these correctness issues. ...