Difference between revisions of "Dgamelaunch"

From NetHackWiki
Jump to navigation Jump to search
m (Reverted edits by 182.253.48.13 (talk) to last revision by 79.12.47.240)
(Needs to be "telnet -l user:pass nethack.alt.org" not "telnet nethack.alt.org -l user:pass")
Line 8: Line 8:
 
Dgamelaunch supports autologin. For example, the following would connect to nethack.alt.org and automatically login with username <tt>user</tt> and password <tt>pass</tt>.
 
Dgamelaunch supports autologin. For example, the following would connect to nethack.alt.org and automatically login with username <tt>user</tt> and password <tt>pass</tt>.
  
  telnet nethack.alt.org -l user:pass
+
  telnet -l user:pass nethack.alt.org
  
 
Dgamelaunch also supports [[dgamelaunch mail]].
 
Dgamelaunch also supports [[dgamelaunch mail]].

Revision as of 21:08, 12 April 2015

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 -l user:pass nethack.alt.org

Dgamelaunch also supports dgamelaunch mail.

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

External Links