From 3b11d3a952aec1fbf961d1cdd9c90b1c21f6f20b Mon Sep 17 00:00:00 2001 From: sbkelley Date: Mon, 1 Jun 2026 15:46:23 -0400 Subject: [PATCH] Add DCSS instructions to README (from 11917896) --- README | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/README b/README index 6f36970..0ffeba8 100644 --- a/README +++ b/README @@ -52,10 +52,25 @@ will not see a shell when it exits. Congrats on your new server... -More resources for troubleshooting: +More resources for troubleshooting vis NetHack: https://nethackwiki.com/wiki/User:Paxed/HowTo_setup_dgamelaunch -Old readme below +See also the old readme below. + +First, though, here's how to install Dungeon Crawl Stone Soup: +1) obtain the source, navigate to that directory +2) sudo make install prefix=/ DATADIR=/etc/dcss0341 SAVEDIR=/var/dcss0341 NOWIZARD=1 +3) navigate to the directory with these scripts (dgamelaunch source dir) +4) ./cpbin -b /bin /bin/crawl /opt/dgamelaunch +5) sudo cp /etc/dcss0341 /opt/dgamelaunch/etc/ +6) sudo cp /var/dcss0341 /opt/dgamelaunch/var/ +7) (clean up in /bin/crawl, /etc/dcss0341, /var/dcss0341 if you want to; don't need those files anymore) +8) Modify dgamelaunch.conf to uncomment relevant lines +9) sudo mkdir /opt/dgamelaunch/var/inprogress-dcss0341 +10) modify the main menu (or apply dcss-menu.patch to it) + +That's it! + dgamelaunch =========== -- 2.47.3