LambdaRogue .:. roguelike RPG


01.04.2010, 12:16, written by Mario Donick

Facing Ghosts of Other Players

As a player of LambdaRogue: The Book of Stars, you may have recognized the appearance of ghosts of your earlier characters, when examing crypts for treasure. But did you know that you can share your own ghosts with other players and import ghosts of others into your game? Actually, this is possible since 2007.

Ghosts are saved in bones.txt which is stored in the data-folder of your LambdaRogue-directory. You can give this file to another player and that player can merge it with its own bones.txt.

Although this could be done manually by opening both bones.txt in an editor and simply append the contents of the import file to the existing file, there exists a convenient option that can be called using the startup script (startlr.bat on Windows and startlr on Linux). Here's the trick:

  1. Copy the bones.txt you got from another player into your LambdaRogue directory.
  2. Open a console / terminal window and change to your LambdaRogue directory (using cd command).
  3. On Windows, type startlr -merge-bones peter.txt to merge your current bones file with (e.g.) peter.txt. On Linux, type ./startlr --merge-bones peter.txt to do the same.

The startup script provides some other options, too. Here are some examples (here shown for Windows; on Linux all options begin with two dashes).

There exist also two options for managing character dumps:

Of course, you could perform all these actions manually, but as these options exist since three years, I wanted to point them out once again. smile

You can upload your bones.txt to the LambdaRogue Forum (Google Group). There you can also post your character dumps to share it with other players.

Earlier / Later / Permanent Link

 

Write a comment

Your name:


Headline:


Spam protection: Enter the result of »eleven minus six« as word:


Text of your comment:


Click »Send« to save your comment.

powered by d.elog blogging software v0.6 / 17.04.2009
© Mario Donick 2005–2009.
d.elog contains Xinha, a free WYSIWYG textarea editor.