/lib/pref/user.prf

https://bitbucket.org/ekolis/jackband · Unknown · 98 lines · 63 code · 35 blank · 0 comment · 0 complexity · c1fd9bf27a080b39f196e06c0ddbba2f MD5 · raw file

  1. # File: user.prf
  2. #
  3. # This file defines "override" actions of various kinds
  4. #
  5. # This file includes, if appropriate, various "sub-files"
  6. #
  7. # See "lib/help/command.txt" and "src/files.c" for more information.
  8. #
  9. ## Option -- Force the use of original commands
  10. #X:rogue_like_commands
  11. ## Option -- Force the use of roguelike commands
  12. #Y:rogue_like_commands
  13. ##### System Specific Subfiles #####
  14. ?:[IOR [EQU $SYS xaw] [EQU $SYS x11] [EQU $SYS xpj] [EQU $SYS gtk]]
  15. %:user-x11.prf
  16. ?:[EQU $SYS gcu]
  17. %:user-gcu.prf
  18. ?:[EQU $SYS mac]
  19. %:user-mac.prf
  20. ?:[IOR [EQU $SYS win] [EQU $SYS dos] [EQU $SYS ibm]]
  21. %:user-win.prf
  22. ?:[EQU $SYS acn]
  23. %:user-acn.prf
  24. ##### Race Specific Subfiles #####
  25. ?:[EQU $RACE Human]
  26. %:Human.prf
  27. ?:[EQU $RACE Half-Elf]
  28. %:Half-Elf.prf
  29. ?:[EQU $RACE Elf]
  30. %:Elf.prf
  31. ?:[EQU $RACE Hobbit]
  32. %:Hobbit.prf
  33. ?:[EQU $RACE Gnome]
  34. %:Gnome.prf
  35. ?:[EQU $RACE Dwarf]
  36. %:Dwarf.prf
  37. ?:[EQU $RACE Half-Orc]
  38. %:Half-Orc.prf
  39. # "Half-Troll.prf" is too long for stupid 8.3 filenames,
  40. # so try to load the shortened filename too.
  41. ?:[EQU $RACE Half-Troll]
  42. %:Half-Troll.prf
  43. %:H-Troll.prf
  44. ?:[EQU $RACE Dunadan]
  45. %:Dunadan.prf
  46. ?:[EQU $RACE High-Elf]
  47. %:High-Elf.prf
  48. ?:[EQU $RACE Kobold]
  49. %:Kobold.prf
  50. ##### Class Specific Subfiles #####
  51. ?:[EQU $CLASS Warrior]
  52. %:Warrior.prf
  53. ?:[EQU $CLASS Mage]
  54. %:Mage.prf
  55. ?:[EQU $CLASS Priest]
  56. %:Priest.prf
  57. ?:[EQU $CLASS Rogue]
  58. %:Rogue.prf
  59. ?:[EQU $CLASS Ranger]
  60. %:Ranger.prf
  61. ?:[EQU $CLASS Paladin]
  62. %:Paladin.prf
  63. ?:1