### WiseKind's NetHackRC. ### I get very personal with this, so if you want to copy it, keep that in mind. ### And I don't mind people copying it. ### To start.. # OPTIONS=name:WiseKind # On alt.org and hardfought.org, I am called "lonefox256", but this is an old name and I cannot change it. # You gotta have the Meta key. It's so much better. OPTIONS=altmeta # And some newer stuff I found out about after reading the Guidebook OPTIONS=paranoid_confirmation:all OPTIONS=!implicit_uncursed ### This is the default on my (local) build, but not on all computers that run Nethack. # OPTIONS=!number_pad OPTIONS=windowtype:tty OPTIONS=!hilite_pet OPTIONS=!hilite_pile OPTIONS=bones OPTIONS=!extmenu OPTIONS=menustyle:traditional OPTIONS=pickup_burden:B OPTIONS=mail # I know it looks like I'm trying to make life harder for myself, and that's exactly what I'm doing. ### I changed the pet and fruit names to more reasonable ones # OPTIONS=pettype:cat # These have changed many times. OPTIONS=fruit:nectarine OPTIONS=dogname:Pink Lady Apple OPTIONS=catname:Prudence OPTIONS=horsename:Charmed ### Changing UI elements # OPTIONS=showrace OPTIONS=showscore OPTIONS=showexp OPTIONS=time OPTIONS=msghistory:2000 OPTIONS=pile_limit:0 OPTIONS=runmode:teleport OPTIONS=color OPTIONS=lit_corridor OPTIONS=disclose:+i +a +v +g +c +o ### Disable all automatic occurences except digging, because otherwise digging would take forever (and I love digging) # OPTIONS=!autopickup OPTIONS=!autoopen OPTIONS=!cmdassist OPTIONS=autodig ### Using colors that look cool instead of just green and red # OPTIONS=menucolors MENUCOLOR=".*blessed.*"=cyan MENUCOLOR=".*holy.*"=cyan MENUCOLOR=".*cursed.*"=purple MENUCOLOR=".*unholy.*"=purple MENUCOLOR=".*uncursed.*"=brown # When worn MENUCOLOR="(being worn)"=white&inverse MENUCOLOR=".*blessed.*(being worn)"=cyan&inverse MENUCOLOR=".*cursed.*(being worn)"=purple&inverse MENUCOLOR=".*uncursed.*(being worn)"=brown&inverse # When quivered MENUCOLOR="(in quiver)"=white&inverse MENUCOLOR=".*blessed.*(in quiver)"=cyan&inverse MENUCOLOR=".*cursed.*(in quiver)"=purple&inverse MENUCOLOR=".*uncursed.*(in quiver)"=brown&inverse # When wielded MENUCOLOR="(wielded)"=white&inverse MENUCOLOR=".*blessed.*(wielded)"=cyan&inverse MENUCOLOR=".*cursed.*(wielded)"=purple&inverse MENUCOLOR=".*uncursed.*(wielded)"=brown&inverse # When wielded in hand MENUCOLOR="(weapon in hand)"=white&inverse MENUCOLOR=".*blessed.*(weapon in hand)"=cyan&inverse MENUCOLOR=".*cursed.*(weapon in hand)"=purple&inverse MENUCOLOR=".*uncursed.*(weapon in hand)"=brown&inverse # When wielded in other hand MENUCOLOR="(wielded in other hand)"=white&inverse MENUCOLOR=".*blessed.*(wielded in other hand)"=cyan&inverse MENUCOLOR=".*cursed.*(wielded in other hand)"=purple&inverse MENUCOLOR=".*uncursed.*(wielded in other hand)"=brown&inverse # At the ready MENUCOLOR="(at the ready)"=white&inverse MENUCOLOR=".*blessed.*(at the ready)"=cyan&inverse MENUCOLOR=".*cursed.*(at the ready)"=purple&inverse MENUCOLOR=".*uncursed.*(at the ready)"=brown&inverse # Alternate weapon; not wielded MENUCOLOR="(alternate weapon; not wielded)"=white&inverse MENUCOLOR=".*blessed.*(alternate weapon; not wielded)"=cyan&inverse MENUCOLOR=".*cursed.*(alternate weapon; not wielded)"=purple&inverse MENUCOLOR=".*uncursed.*(alternate weapon; not wielded)"=brown&inverse # When you're wearing a ring # Left and right, and it could be finger, paw, hand or etc. MENUCOLOR="(on left .*)"=white&inverse MENUCOLOR=".*blessed.*(on left .*)"=cyan&inverse MENUCOLOR=".*cursed.*(on left .*)"=purple&inverse MENUCOLOR=".*uncursed.*(on left .*)"=brown&inverse MENUCOLOR="(on right .*)"=white&inverse MENUCOLOR=".*blessed.*(on right .*)"=cyan&inverse MENUCOLOR=".*cursed.*(on right .*)"=purple&inverse MENUCOLOR=".*uncursed.*(on right .*)"=brown&inverse # Amulet of Yendor because I thought it would be cool. I've never gotten that far, though. MENUCOLOR="Amulet of Yendor"=yellow&bold MENUCOLOR="Amulet of Yendor *(being worn)"=yellow&inverse MENUCOLOR="cheap plastic imitation of the Amulet of Yendor"=white ### I want the original stuff! # SYMBOLS=S_ghost: SYMBOLS=S_boulder:` # Except for this! I want to see my stone! It might help me more easily discover branching paths! #SYMBOLS=S_stone:~ # It doesn't work properly. # I occasionally see that symbol but never in the right place at the right time. ### Cool lookin' status bar colors # OPTIONS=statushilites:3 # HP OPTIONS=!hitpointbar # Yet another instance of me making life harder for myself. OPTIONS=hilite_status:hitpoints/100%/white&bold 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 ## Pw OPTIONS=hilite_status:power/100%/white&bold OPTIONS=hilite_status:power/<100%/white&normal OPTIONS=hilite_status:power/<66%/yellow&normal OPTIONS=hilite_status:power/<50%/orange&normal OPTIONS=hilite_status:power/<33%/red&bold ## Att OPTIONS=hilite_status:dungeon-level/always/white OPTIONS=hilite_status:HD/always/orange OPTIONS=hilite_status:experience-level/>30/bright-green # Rainbow colors for chraracteristics OPTIONS=hilite_status:characteristics/always/orange OPTIONS=hilite_status:characteristics/<6/red OPTIONS=hilite_status:characteristics/>8/yellow OPTIONS=hilite_status:characteristics/>11/green OPTIONS=hilite_status:characteristics/>13/cyan OPTIONS=hilite_status:characteristics/>16/purple OPTIONS=hilite_status:characteristics/>18/magenta # Time OPTIONS=hilite_status:time/always/brown # Armor class OPTIONS=hilite_status:armor-class/>10/purple OPTIONS=hilite_status:armor-class/always/brown OPTIONS=hilite_status:armor-class/<5/cyan OPTIONS=hilite_status:armor-class/<0/white OPTIONS=hilite_status:armor-class/<-5/red # Different colors because why not? OPTIONS=hilite_status:alignment/Lawful/blue OPTIONS=hilite_status:alignment/Neutral/yellow OPTIONS=hilite_status:alignment/Chaotic/magenta # Easier visibility of effects # Carry OPTIONS=hilite_status:cap/burdened/yellow/stressed/orange/strained/red&bold/overtaxed/red&inverse/overloaded/purple&inverse # Hunger OPTIONS=hilite_status:hunger/satiated/green/hungry/orange/weak/red&bold/fainting/red&inverse/fainted/purple&inverse # Mental OPTIONS=hilite_status:condition/hallu/bright-magenta OPTIONS=hilite_status:condition/conf/magenta OPTIONS=hilite_status:condition/stun/bright-magenta&inverse # Health OPTIONS=hilite_status:condition/termill/purple OPTIONS=hilite_status:condition/foodpois/purple OPTIONS=hilite_status:condition/slime/purple # Attributes OPTIONS=hilite_status:characteristics/up/white&inverse/down/red&inverse # Gold OPTIONS=hilite_status:gold/up/yellow/down/cyan ### hehe I play wizard mode for fun. (it is useless unless you have root access so not on alt.org) # WIZKIT=/home/wisekind/.wizkit OPTIONS=wizweight ### And for those of you who want my actual wizard kit, here it is in comments. # ### It's basically just god-tier equipment so I can fool around # ### It will leave most starting characters encumbered, but the gauntlet fixes that real quick. # ### I found the maximum enchantment level you can put on items, and the max amount of charges on a wand. It's the signed byte limit, which makes me smile because they're saving memory for us. ### Wizard mode is basically just Minecraft creative mode. It's fun to do things that are much harder to do in scoring mode and even explore mode. # ### If you have permission, you can play this mode with command "nethack -D", so on most computers you'll have to do "sudo nethack -D" or the equivalent. # ### You can get around needing root access by compiling Nethack from source, from https://nethack.org/v367/download-src.html # ### And make sure to visit https://nethackwiki.com/wiki/Item to see a list of items that you can wish for in wizard mode. I used this to prepare my god kit below. # #a blessed amulet of ESP # #a blessed +127 silver dragon scale mail #a blessed +127 Hawaiian shirt #a blessed +127 cloak of protection #a blessed +127 dwarvish iron helm #a blessed +127 gauntlets of power #a blessed +127 large shield #a blessed +127 iron shoes # #a blessed +127 elven broadsword #a blessed +127 trident #a blessed +127 yumi #100 blessed +127 ya # #a blessed wand of death (0:127) #a blessed wand of teleportation (0:127) #a blessed wand of sleep (0:127) #a blessed wand of probing (0:127) #a blessed wand of digging (0:127) #a blessed wand of polymorph (0:127) # #a blessed ring of invisibility #a blessed ring of levitation # #a blessed towel #a blessed towel #a blessed leash #a blessed saddle #a blessed brass lantern #a blessed key #a blessed pick-axe #a blessed bag of holding # #100 blessed lembas wafers