62 lines
1.4 KiB
Plaintext
62 lines
1.4 KiB
Plaintext
{% if jnh_username is defined %}
|
|
# junethack {{ jnh_username }}
|
|
|
|
{% endif %}
|
|
{% include "menucolor.rc" +%}
|
|
|
|
{% include "statusbar.rc" +%}
|
|
|
|
{% include "msgtypes.rc" +%}
|
|
|
|
{% block names %}
|
|
OPTIONS=dogname:Athena
|
|
OPTIONS=catname:Moldorm
|
|
OPTIONS=horsename:Horse
|
|
OPTIONS=fruit:word
|
|
{% endblock names %}
|
|
|
|
{% include "autopickup.rc" +%}
|
|
|
|
{# put curses-specific stuff in a block so it can be easily overwritten if desired per-variant #}
|
|
{% block curses %}
|
|
OPTIONS=windowtype:curses
|
|
OPTIONS=!perm_invent
|
|
OPTIONS=windowborders:0
|
|
{% endblock curses %}
|
|
|
|
OPTIONS=!force_invmenu
|
|
OPTIONS=map_mode:tiles,scroll_margin:10
|
|
OPTIONS=hilite_pet,hilite_pile,!toptenwin
|
|
OPTIONS=time,showexp,number_pad:2,lit_corridor
|
|
OPTIONS=msg_window:reversed,sortloot:full
|
|
OPTIONS=autoquiver
|
|
OPTIONS=!cmdassist
|
|
OPTIONS=travel
|
|
OPTIONS=disclose:yi ya nv ng yc no
|
|
OPTIONS=altmeta
|
|
OPTIONS=autodig
|
|
OPTIONS=runmode:teleport
|
|
OPTIONS=quick_farsight
|
|
OPTIONS=whatis_coord:c
|
|
OPTIONS=!implicit_uncursed
|
|
{# block for additional options to keep main set of options together #}
|
|
{% block options %}
|
|
{% endblock options %}
|
|
|
|
AUTOCOMPLETE=twoweapon
|
|
|
|
BIND=M-m:terrain
|
|
BIND=C:conduct
|
|
BIND=!:annotate
|
|
BIND=%:ride
|
|
{# block for additional bindings to keep main set of bindings together #}
|
|
{% block bindings %}
|
|
{% endblock bindings %}
|
|
|
|
OPTIONS=symset:Enhanced1,roguesymset:plain
|
|
OPTIONS=boulder:0
|
|
{% block symbols %}
|
|
{% endblock symbols +%}
|
|
|
|
{% include "pergame.rc" %}
|