Difference between revisions of "Dgamelaunch"

From NetHackWiki
Jump to navigation Jump to search
(because this page needs a link to dgamelaunch mail)
(link to blog post how to set it up)
Line 10: Line 10:
  
 
Dgamelaunch also supports [[dgamelaunch mail]].
 
Dgamelaunch also supports [[dgamelaunch mail]].
 +
 +
==External Links==
 +
* [http://www.terminally-incoherent.com/blog/2007/11/17/setting-up-a-private-nethack-server-on-ubuntu-lite/ Preliminary setup instructions]
 
[[Category:Utilities]]
 
[[Category:Utilities]]

Revision as of 22:09, 23 November 2010

dgamelaunch is a program that manages user logins, game viewing and launching NetHack on nethack.alt.org and some other servers. It was originally written by Drew Streib, but has been expanded by several other people.

You can download the sources from ftp://ftp.alt.org/pub/dgamelaunch/ or you can get the development version from the svn repository by using the following command

svn co svn://triplehelix.org/dgamelaunch/trunk dgamelaunch


Dgamelaunch supports autologin. For example, the following would connect to nethack.alt.org and automatically login with username user and password pass.

telnet nethack.alt.org -l user:pass


Dgamelaunch also supports dgamelaunch mail.

External Links