A roguelike adventure through dungeons filled with dangerous monsters in a quest to find the mystifyingly fabulous Orb of Zot. https://crawl.tildeverse.org
Go to file
ahriman 8473c19db5 fixed readme from default 2018-12-24 20:56:20 +01:00
bin initial commit 2018-12-24 20:51:52 +01:00
chroot initial commit 2018-12-24 20:51:52 +01:00
crawl-build initial commit 2018-12-24 20:51:52 +01:00
help initial commit 2018-12-24 20:51:52 +01:00
lib initial commit 2018-12-24 20:51:52 +01:00
utils initial commit 2018-12-24 20:51:52 +01:00
.gitignore initial commit 2018-12-24 20:51:52 +01:00
README fixed readme from default 2018-12-24 20:56:20 +01:00
config.py initial commit 2018-12-24 20:51:52 +01:00
crawl-git.conf initial commit 2018-12-24 20:51:52 +01:00
dgamelaunch.conf initial commit 2018-12-24 20:51:52 +01:00
dgl-manage.conf initial commit 2018-12-24 20:51:52 +01:00
fsc.el initial commit 2018-12-24 20:51:52 +01:00
sh-utils initial commit 2018-12-24 20:51:52 +01:00

README

These are the dgamelaunch configs backed up from https://crawl.tildeverse.org

Excerpt from the dgamelaunch-config git repo README:

Currently available commands:

1. Update your dgamelaunch config from the repository:
   $ sudo dgl publish --confirm

2. Change a dgl user's password:
   $ sudo dgl passwd johndoe

3. Update Crawl alpha build from git master:
   $ dgl update-trunk

4. Remove stale Crawl alpha versions:
   $ dgl remove-trunks

5. Run dgl-whereis inotify daemon:
   $ sudo dgl crawl-inotify-dglwhere

   This inotify daemon monitors the dgamelaunch in-progress dirs to keep
   track of active players, and monitors their morgue directories for
   changes to their .where files. When a .where changes, the daemon reads
   it and writes a human-readable .dglwhere file in the same directory.

   You may configure dgamelaunch to show this .dglwhere information
   using the dgamelaunch extra_info_file option.

   You may also run the crawl-inotify-dglwhere script standalone (without
   the rest of the dgamelaunch-config setup) by starting it as:

      sudo -u dgl perl crawl-inotify-dglwhere.pl <dgldir> <morguedir>