Difference between revisions of "Dgamelaunch"

From NetHackWiki
Jump to navigation Jump to search
(External Links)
Line 17: Line 17:
 
* [http://www.terminally-incoherent.com/blog/2007/11/17/setting-up-a-private-nethack-server-on-ubuntu-lite/ Preliminary setup instructions]
 
* [http://www.terminally-incoherent.com/blog/2007/11/17/setting-up-a-private-nethack-server-on-ubuntu-lite/ Preliminary setup instructions]
 
* [http://jdc.parodius.com/freebsd/dgamelaunch_nethack.html Installing, configuring, and using dgamelaunch with NetHack on FreeBSD]
 
* [http://jdc.parodius.com/freebsd/dgamelaunch_nethack.html Installing, configuring, and using dgamelaunch with NetHack on FreeBSD]
 +
* [http://wiki.mc128k.info/index.php/Dgamelaunch_configuration Complete installation guide tested on CentOS]
 
{{noversion}}
 
{{noversion}}
 
[[Category:Utilities]]
 
[[Category:Utilities]]

Revision as of 23:32, 21 November 2013

This page is a stub. Should you wish to do so, you can contribute by expanding this page.

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 http://alt.org/nethack/dgamelaunch/ or you can get the development version from the git repository by using the following command.

git clone git://github.com/paxed/dgamelaunch.git

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.

For the SVN version setup, see User:Paxed/HowTo setup dgamelaunch.

External Links