/lib/pref/user.prf
Unknown | 98 lines | 63 code | 35 blank | 0 comment | 0 complexity | c1fd9bf27a080b39f196e06c0ddbba2f MD5 | raw file
1# File: user.prf 2 3# 4# This file defines "override" actions of various kinds 5# 6# This file includes, if appropriate, various "sub-files" 7# 8# See "lib/help/command.txt" and "src/files.c" for more information. 9# 10 11 12## Option -- Force the use of original commands 13#X:rogue_like_commands 14 15## Option -- Force the use of roguelike commands 16#Y:rogue_like_commands 17 18 19##### System Specific Subfiles ##### 20 21?:[IOR [EQU $SYS xaw] [EQU $SYS x11] [EQU $SYS xpj] [EQU $SYS gtk]] 22%:user-x11.prf 23 24?:[EQU $SYS gcu] 25%:user-gcu.prf 26 27?:[EQU $SYS mac] 28%:user-mac.prf 29 30?:[IOR [EQU $SYS win] [EQU $SYS dos] [EQU $SYS ibm]] 31%:user-win.prf 32 33?:[EQU $SYS acn] 34%:user-acn.prf 35 36 37##### Race Specific Subfiles ##### 38 39?:[EQU $RACE Human] 40%:Human.prf 41 42?:[EQU $RACE Half-Elf] 43%:Half-Elf.prf 44 45?:[EQU $RACE Elf] 46%:Elf.prf 47 48?:[EQU $RACE Hobbit] 49%:Hobbit.prf 50 51?:[EQU $RACE Gnome] 52%:Gnome.prf 53 54?:[EQU $RACE Dwarf] 55%:Dwarf.prf 56 57?:[EQU $RACE Half-Orc] 58%:Half-Orc.prf 59 60# "Half-Troll.prf" is too long for stupid 8.3 filenames, 61# so try to load the shortened filename too. 62?:[EQU $RACE Half-Troll] 63%:Half-Troll.prf 64%:H-Troll.prf 65 66?:[EQU $RACE Dunadan] 67%:Dunadan.prf 68 69?:[EQU $RACE High-Elf] 70%:High-Elf.prf 71 72?:[EQU $RACE Kobold] 73%:Kobold.prf 74 75 76##### Class Specific Subfiles ##### 77 78?:[EQU $CLASS Warrior] 79%:Warrior.prf 80 81?:[EQU $CLASS Mage] 82%:Mage.prf 83 84?:[EQU $CLASS Priest] 85%:Priest.prf 86 87?:[EQU $CLASS Rogue] 88%:Rogue.prf 89 90?:[EQU $CLASS Ranger] 91%:Ranger.prf 92 93?:[EQU $CLASS Paladin] 94%:Paladin.prf 95 96 97?:1 98