就是我想问一下,nethack怎么写成NAO上面那种的特定文
nethack吧
全部回复
仅看楼主
level 8
Dawn-Xu 楼主
就是我想问一下,nethack怎么写成NAO上面那种的特定文字有特定颜色的配置文件?
2020年10月16日 08点10分 1
吧务
level 14
你把文本复制到相应配置文件就行。记得你用的是Linux?可以把NAO配置文件的文本复制给家目录的名为“.nethackrc”的文件,如果没有那个,就按那个名字新建一个。
2020年10月17日 03点10分 2
吧务
level 14
## 颜色菜单
OPTIONS=menucolors
MENUCOLOR=" blessed "=green
MENUCOLOR=" holy "=green
MENUCOLOR=" cursed "=red
MENUCOLOR=" unholy "=red
MENUCOLOR=" cursed .* (being worn)"=orange&underline
## 状态高亮
OPTIONS=statushilites
## 血量
OPTIONS=hitpointbar
OPTIONS=hilite_status:hitpoints/100%/grey&normal
OPTIONS=hilite_status:hitpoints/<100%/green&normal
OPTIONS=hilite_status:hitpoints/<66%/yellow&normal
OPTIONS=hilite_status:hitpoints/<50%/orange&normal
OPTIONS=hilite_status:hitpoints/<33%/red&bold
OPTIONS=hilite_status:hitpoints/<15%/red&inverse
## 能量
OPTIONS=hilite_status:power/100%/grey&normal
OPTIONS=hilite_status:power/<100%/green&normal
OPTIONS=hilite_status:power/<66%/yellow&normal
OPTIONS=hilite_status:power/<50%/orange&normal
OPTIONS=hilite_status:power/<33%/red&bold
## 负重
OPTIONS=hilite_status:cap/burdened/yellow/stressed/orange/strained/red&bold/overtaxed/red&inverse/overloaded/red&inverse&blink
## 饥饿
OPTIONS=hilite_status:hunger/satiated/yellow/hungry/orange/weak/red&bold/fainting/red&inverse/fainted/red&inverse&blink
## 精神
OPTIONS=hilite_status:condition/hallu/yellow
OPTIONS=hilite_status:condition/conf/orange
OPTIONS=hilite_status:condition/stun/red&bold
## 健康
OPTIONS=hilite_status:condition/termill/red&inverse
OPTIONS=hilite_status:condition/foodpois/red&inverse
OPTIONS=hilite_status:condition/slime/red&inverse
OPTIONS=hilite_status:condition/stone/red&inverse
# Str, Con, Dex, Int, Wis, Cha
OPTIONS=hilite_status:characteristics/up/green/down/red
## 金币
OPTIONS=hilite_status: gold/up/yellow/down/brown
2020年10月17日 03点10分 3
OK,谢谢大佬
2020年10月17日 04点10分
level 11
玩adom我就是自己改描述配置的,nethack其实更简单
2020年10月17日 05点10分 4
1