Use blocks and template extension
This commit is contained in:
53
main.rc
53
main.rc
@@ -1,55 +1,52 @@
|
||||
# junethack karafruit
|
||||
|
||||
OPTIONS=symset:Enhanced1,roguesymset:plain
|
||||
{% include "menucolor.rc" +%}
|
||||
|
||||
OPTIONS=!force_invmenu
|
||||
OPTIONS=suppress_alert:3.3.1
|
||||
OPTIONS=map_mode:tiles,scroll_margin:10
|
||||
{% include "statusbar.rc" +%}
|
||||
|
||||
OPTIONS=font_message:Consolas,font_size_message:14,align_message:top
|
||||
OPTIONS=font_menu:Consolas,font_size_menu:14
|
||||
OPTIONS=font_text:Courier New,font_size_text:14
|
||||
OPTIONS=font_status:Courier New,font_size_status:14
|
||||
OPTIONS=hilite_pet,hilite_pile,!toptenwin
|
||||
#OPTIONS=!splash_screen,player_selection:prompts
|
||||
|
||||
AUTOCOMPLETE=twoweapon
|
||||
|
||||
{% include "menucolor.rc" %}
|
||||
|
||||
{% include "statusbar.rc" %}
|
||||
|
||||
{% include "msgtypes.rc" %}
|
||||
{% include "msgtypes.rc" +%}
|
||||
|
||||
{% block names %}
|
||||
OPTIONS=dogname:Athena
|
||||
OPTIONS=catname:Moldorm
|
||||
OPTIONS=horsename:Horse
|
||||
OPTIONS=fruit:word
|
||||
{% endblock names %}
|
||||
|
||||
{% include "autopickup.rc" %}
|
||||
|
||||
OPTIONS=scores:10 top/2 around/own
|
||||
{% include "autopickup.rc" +%}
|
||||
|
||||
OPTIONS=!force_invmenu
|
||||
OPTIONS=suppress_alert:3.3.1
|
||||
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=invweight,showdmg,showweight
|
||||
OPTIONS=!cmdassist
|
||||
OPTIONS=boulder:0,travel
|
||||
OPTIONS=travel
|
||||
OPTIONS=disclose:yi ya nv ng yc no
|
||||
OPTIONS=altmeta
|
||||
OPTIONS=!autodig
|
||||
OPTIONS=statuslines:3
|
||||
OPTIONS=pickup_burden=B
|
||||
OPTIONS=paranoid_confirmation:p t A s
|
||||
# OPTIONS=realtime:p,realtime_format:f
|
||||
|
||||
OPTIONS=runmode:teleport
|
||||
OPTIONS=quick_farsight
|
||||
OPTIONS=whatis_coord:c
|
||||
OPTIONS=!implicit_uncursed
|
||||
{% block options %}
|
||||
{% endblock options %}
|
||||
|
||||
AUTOCOMPLETE=twoweapon
|
||||
|
||||
BIND=M-m:terrain
|
||||
BIND=C:conduct
|
||||
BIND=!:annotate
|
||||
BIND=%:ride
|
||||
{% block bindings %}
|
||||
{% endblock bindings %}
|
||||
|
||||
OPTIONS=symset:Enhanced1,roguesymset:plain
|
||||
OPTIONS=boulder:0
|
||||
{% block symbols %}
|
||||
{% endblock symbols +%}
|
||||
|
||||
{% include "pergame.rc" %}
|
||||
|
||||
Reference in New Issue
Block a user