move unmaintained files into outdated folder
If an old port is resurrected to work with current version code, its files can be relocated to the appropriate sys or win folder as required. In the meantime, the burden of upkeep can be avoided for the stuff in the outdated folder for now.
This commit is contained in:
53
outdated/sys/atari/nethack.mnu
Normal file
53
outdated/sys/atari/nethack.mnu
Normal file
@@ -0,0 +1,53 @@
|
||||
# Sample .mnu file for NetHack
|
||||
# This will work only with MINIWIN v1.1
|
||||
# or TOSWIN v2.0 (or better)
|
||||
|
||||
#%title "NetHack"
|
||||
#%about "About NetHack" "v"
|
||||
|
||||
File
|
||||
"Shell" "!"
|
||||
"Options" "O"
|
||||
---
|
||||
"Save Game" "S"
|
||||
---
|
||||
"Quit" ?"[1][Really quit?][ Yes | No ]":%A"#quit y":!
|
||||
Edit
|
||||
"Copy" %C
|
||||
"Paste" %P
|
||||
"Paste Options..." %O
|
||||
---
|
||||
"Set Font..." %F
|
||||
Inventory
|
||||
"Show Inventory" "i"
|
||||
--
|
||||
"Put on jewelry" "P"
|
||||
"Remove jewelry" "R"
|
||||
"Wear armor" "W"
|
||||
"Take off armor" "T"
|
||||
"Wield weapon" "w"
|
||||
"Exchange weapons" "x"
|
||||
"Ready ammo in quiver" "Q"
|
||||
---
|
||||
"Eat" "e"
|
||||
"Quaff potion" "q"
|
||||
---
|
||||
"Drop" "d"
|
||||
"Throw" "t"
|
||||
"Fire" "f"
|
||||
Move
|
||||
"North" "k" 4800
|
||||
"South" "j" 5000
|
||||
"East" "l" 4d00
|
||||
"West" "h" 4b00
|
||||
---
|
||||
"Rest" "."
|
||||
---
|
||||
"Open door" "o"
|
||||
"Close door" "c"
|
||||
Misc
|
||||
"Help" "?" 6200
|
||||
"List known spells" "+"
|
||||
"Cast spell" "Z"
|
||||
---
|
||||
"Abort" 001b 6100
|
||||
Reference in New Issue
Block a user