dgamelaunch/dgl-default-rcfile
Joshua Kwan 5c64ec77f0 oops
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@167 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
2004-01-25 22:54:03 +00:00

20 lines
808 B
Plaintext

# This is an example nethackrc file. You should edit this to suit the needs
# of your personal nethack build and add some reasonable default options
# for your users.
# If you compiled dgamelaunch with the `vi' editor enabled instead of ee,
# perhaps a helpful blurb such as this might help:
# This editor is vi-like. Type ESC a couple times, then ':q!' (without quotes)
# to exit if you get stuck. To save, hit ESC and then ZZ or type ':wq'
# (without quotes.) To insert text, hit 'i' to enter insert mode.
# Here are some examples of reasonable defaults:
OPTIONS=showexp,showscore,time,color,!autopickup
OPTIONS=autodig,fruit:slime mold,boulder:0
# For more information on what you can set in your nethackrc file, refer to:
# http://www.nethack.org/v343/Guidebook.html#_TOCentry_42
# Happy hacking!