NetHack Patch Database
v0.27
323 patches
(
Main
|
Add
|
Browse
|
Search
|
Random
|
Contact
|
FAQ
)
Submit an update
Patch name
required
Version
Author
required
Author's Homepage or EMail
Patch file
Patch Download URL
For
Slash'em 0.0.7E7
Slash'em 0.0.7E6F2
Slash'em 0.0.7E5
NetHack 3.6.4
NetHack 3.6.3
NetHack 3.6.2
NetHack 3.6.1
NetHack 3.6.0
NetHack 3.4.3
NetHack 3.4.2
NetHack 3.4.1
NetHack 3.4.0
NetHack 3.3.1
NetHack 3.3.0
NetHack 3.2.1
Short Description
required
Long Description
Allows the integration of an external script for posting scores. Set the 'postcommand' in the .nethackrc file and the script specified by this variable will be executed upon game completion. The first argument passed to the script will be the nethack score data. If the .nethackrc file defines 'postuserdata' then this additional data will be added as the second argument. I tested this with the following defined by the path in 'postcommand' and my "twitter_name:password" defined as my 'postuserdata' #!/bin/bash # trim leading and trailing whitespace & compress remaining whitespace export TWEET=$(echo ${1}); curl -u ${2} -d status="${TWEET}" http://twitter.com/statuses/update.xml The following appeared on twitter: 0 eric-Wiz-Gno-Fem-Neu died in The Dungeons of Doom on level 1. Killed by a jackal. - [11] 4 minutes ago from API
Max. 65500 chars
You will need to answer the following question correctly: What symbol represents an altar?