Advertisement
capodecima

remood-config

Mar 27th, 2013
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.74 KB | None | 0 0
  1. // It is best to change this line:
  2. // profile create "doomer" "do2z3VLItlv1yz2E4lMxm8p3724ItqMxpwlmAmeAQmJyC95srKMr6PomKr1N6qu"
  3. // and change
  4. // Also, if you don't like the account name of "doomer", then change it. BUT
  5. // REMEMBER THAT ACCOUNT NAMES CAN ONLY CONSIST OF LOWERCASE LETTERS AND NOTHIG ELSE!
  6. // Your display name can be colored too, using escape sequences using {
  7. // If you like to see what the colors actually look like, see:
  8. // http://remood.org/images/remood_20120620_textcolors.png
  9.  
  10. // Valid Colors:
  11. // {0 No Color
  12. // {1 Red
  13. // {2 Orange
  14. // {3 Yellow
  15. // {4 Green
  16. // {5 Cyan
  17. // {6 Blue
  18. // {7 Magenta
  19. // {8 Brown
  20. // {9 Bright white
  21. // {a White
  22. // {b Gray
  23. // {c Black
  24. // {d Yuck (Fuscia)
  25. // {e Gold
  26. // {f Technical Green (Olive)
  27. // {z Resets any previous colors set
  28.  
  29. // There are also extended colors, which match the player colors
  30. // They are similar to above but appear as {x7? where ? is a color code.
  31.  
  32. // Valid Keys:
  33. // * null -- Null
  34. // * key01 -- Key 01
  35. // * key02 -- Key 02
  36. // * key03 -- Key 03
  37. // * key04 -- Key 04
  38. // * key05 -- Key 05
  39. // * key06 -- Key 06
  40. // * key07 -- Key 07
  41. // * backspace -- Backspace
  42. // * tab -- Tab
  43. // * return -- Return/Enter
  44. // * key0B -- Key 0B
  45. // * key0C -- Key 0C
  46. // * key0D -- Key 0D
  47. // * shift -- Shift
  48. // * ctrl -- Control
  49. // * alt -- Alt
  50. // * up -- Up Arrow
  51. // * down -- Down Arrow
  52. // * left -- Left Arrow
  53. // * right -- Right Arrow
  54. // * key15 -- Key 15
  55. // * key16 -- Key 16
  56. // * key17 -- Key 17
  57. // * key18 -- Key 18
  58. // * key19 -- Key 19
  59. // * key1A -- Key 1A
  60. // * escape -- Escape
  61. // * key1C -- Key 1C
  62. // * key1D -- Key 1D
  63. // * key1E -- Key 1E
  64. // * key1F -- Key 1F
  65. // * space -- Spacebar
  66. // * exclaim -- Exclaimation Point
  67. // * quote -- Quote
  68. // * hash -- Hash
  69. // * dollar -- Dollar Sign
  70. // * percent -- Percent
  71. // * ampersand -- Ampersand
  72. // * apostrophe -- Apostrophe
  73. // * leftparenth -- Left Parenthesis
  74. // * rightparenth -- Right Parenthesis
  75. // * asterisk -- Asterisk
  76. // * plus -- Plus
  77. // * comma -- Comma
  78. // * minus -- Minus
  79. // * period -- Period
  80. // * fslash -- Forward Slash
  81. // * 0 -- 0
  82. // * 1 -- 1
  83. // * 2 -- 2
  84. // * 3 -- 3
  85. // * 4 -- 4
  86. // * 5 -- 5
  87. // * 6 -- 6
  88. // * 7 -- 7
  89. // * 8 -- 8
  90. // * 9 -- 9
  91. // * colon -- Colon
  92. // * semicolon -- Semicolon
  93. // * lessthan -- Less Than
  94. // * equals -- Equals
  95. // * greaterthan -- Greater Than
  96. // * questionmark -- Question Mark
  97. // * at -- At Sign
  98. // * a -- A
  99. // * b -- B
  100. // * c -- C
  101. // * d -- D
  102. // * e -- E
  103. // * f -- F
  104. // * g -- G
  105. // * h -- H
  106. // * i -- I
  107. // * j -- J
  108. // * k -- K
  109. // * l -- L
  110. // * m -- M
  111. // * n -- N
  112. // * o -- O
  113. // * p -- P
  114. // * q -- Q
  115. // * r -- R
  116. // * s -- S
  117. // * t -- T
  118. // * u -- U
  119. // * v -- V
  120. // * w -- W
  121. // * x -- X
  122. // * y -- Y
  123. // * z -- Z
  124. // * leftbracket -- Left Bracket
  125. // * backslash -- Backslash
  126. // * rightbracket -- Right Bracket
  127. // * caret -- Caret
  128. // * underscore -- Underscore
  129. // * grave -- Grave Accent
  130. // * key61 -- Key 61
  131. // * key62 -- Key 62
  132. // * key63 -- Key 63
  133. // * key64 -- Key 64
  134. // * key65 -- Key 65
  135. // * key66 -- Key 66
  136. // * key67 -- Key 67
  137. // * key68 -- Key 68
  138. // * key69 -- Key 69
  139. // * key6A -- Key 6A
  140. // * key6B -- Key 6B
  141. // * key6C -- Key 6C
  142. // * key6D -- Key 6D
  143. // * key6E -- Key 6E
  144. // * key6F -- Key 6F
  145. // * key70 -- Key 70
  146. // * key71 -- Key 71
  147. // * key72 -- Key 72
  148. // * key73 -- Key 73
  149. // * key74 -- Key 74
  150. // * key75 -- Key 75
  151. // * key76 -- Key 76
  152. // * key77 -- Key 77
  153. // * key78 -- Key 78
  154. // * key79 -- Key 79
  155. // * key7A -- Key 7A
  156. // * leftbrace -- Left Brace
  157. // * pipe -- Pipe
  158. // * rightbrace -- Right Brace
  159. // * tilde -- Tilde
  160. // * delete -- Delete
  161. // * home -- Home
  162. // * end -- End
  163. // * ins -- Insert
  164. // * pgup -- Page Up
  165. // * pgdn -- Page Down
  166. // * print -- Print Screen
  167. // * numlock -- Num Lock
  168. // * capslock -- Caps Lock
  169. // * scrolllock -- Scroll Lock
  170. // * pause -- Pause
  171. // * f1 -- F1
  172. // * f2 -- F2
  173. // * f3 -- F3
  174. // * f4 -- F4
  175. // * f5 -- F5
  176. // * f6 -- F6
  177. // * f7 -- F7
  178. // * f8 -- F8
  179. // * f9 -- F9
  180. // * f10 -- F10
  181. // * f11 -- F11
  182. // * f12 -- F12
  183. // * num0 -- NumPad 0
  184. // * num1 -- NumPad 1
  185. // * num2 -- NumPad 2
  186. // * num3 -- NumPad 3
  187. // * num4 -- NumPad 4
  188. // * num5 -- NumPad 5
  189. // * num6 -- NumPad 6
  190. // * num7 -- NumPad 7
  191. // * num8 -- NumPad 8
  192. // * num9 -- NumPad 9
  193. // * numdiv -- NumPad Divide
  194. // * nummul -- NumPad Multiply
  195. // * numsub -- NumPad Subtract
  196. // * numadd -- NumPad Addition
  197. // * nument -- NumPad Enter
  198. // * numdec -- NumPad Decimal Point
  199. // * numdel -- NumPad Delete
  200. // * logokey -- Logo Key
  201. // * menukey -- Menu Key
  202. // * euro -- Euro
  203.  
  204. // Valid Analog Directions:
  205. // * null
  206. // * movex
  207. // * movey
  208. // * lookx
  209. // * looky
  210. // * negmovex
  211. // * negmovey
  212. // * neglookx
  213. // * neglooky
  214. // * pany
  215. // * negpany
  216. // * angpany
  217. // * negangpany
  218.  
  219.  
  220. profile create "doomer" "do2z3VLItlv1yz2E4lMxm8p3724ItqMxpwlmAmeAQmJyC95srKMr6PomKr1N6qu"
  221. profile value "doomer" "DisplayName" "doomer"
  222. profile value "doomer" "Color" "0"
  223. profile value "doomer" "VTeam" "0"
  224. profile value "doomer" "JoyControl" "0"
  225. profile value "doomer" "SlowTurnTime" "6"
  226. profile value "doomer" "MouseSens[0]" "10"
  227. profile value "doomer" "MouseSens[1]" "10"
  228. profile value "doomer" "JoySens[0]" "100"
  229. profile value "doomer" "JoySens[1]" "100"
  230. profile value "doomer" "LookUpDownSpeed" "33554432"
  231. profile value "doomer" "AutoGrabJoy" "0"
  232. profile value "doomer" "ColorPickup" "10"
  233. profile value "doomer" "ColorSecret" "9"
  234. profile value "doomer" "ColorLock[0]" "1"
  235. profile value "doomer" "ColorLock[1]" "3"
  236. profile value "doomer" "ColorLock[2]" "6"
  237. profile value "doomer" "ColorLock[3]" "11"
  238. profile value "doomer" "SoundSecret" "secret"
  239. profile value "doomer" "DrawPSprites" "true"
  240. profile value "doomer" "BobMode" "1"
  241. profile value "doomer" "ViewHeight" "41.000000"
  242. profile value "doomer" "CamDist" "128.000000"
  243. profile value "doomer" "CamHeight" "20.000000"
  244. profile value "doomer" "CamSpeed" "0.250000"
  245. profile value "doomer" "ChaseCam" "false"
  246. profile value "doomer" "TransSBar" "false"
  247. profile value "doomer" "ScaledSBar" "false"
  248. profile value "doomer" "HexenClass" ""
  249. profile value "doomer" "AutoRun" "false"
  250. profile value "doomer" "SlowTurn" "true"
  251. profile value "doomer" "LookSpring" "false"
  252. profile value "doomer" "JoyAutoRun" "true"
  253. profile value "doomer" "CounterOp" "false"
  254. profile maxis "doomer" 0 0 "lookx"
  255. profile maxis "doomer" 0 1 "movey"
  256. profile jaxis "doomer" 0 0 "lookx"
  257. profile jaxis "doomer" 0 1 "movey"
  258. profile jaxis "doomer" 0 2 "null"
  259. profile jaxis "doomer" 0 3 "null"
  260. profile jaxis "doomer" 0 4 "null"
  261. profile jaxis "doomer" 0 5 "null"
  262. profile jaxis "doomer" 0 6 "null"
  263. profile jaxis "doomer" 0 7 "null"
  264. profile maxis "doomer" 1 0 "movex"
  265. profile maxis "doomer" 1 1 "movey"
  266. profile jaxis "doomer" 1 0 "movex"
  267. profile jaxis "doomer" 1 1 "movey"
  268. profile jaxis "doomer" 1 2 "null"
  269. profile jaxis "doomer" 1 3 "null"
  270. profile jaxis "doomer" 1 4 "null"
  271. profile jaxis "doomer" 1 5 "null"
  272. profile jaxis "doomer" 1 6 "null"
  273. profile jaxis "doomer" 1 7 "null"
  274. profile maxis "doomer" 2 0 "lookx"
  275. profile maxis "doomer" 2 1 "looky"
  276. profile jaxis "doomer" 2 0 "lookx"
  277. profile jaxis "doomer" 2 1 "neglooky"
  278. profile jaxis "doomer" 2 2 "null"
  279. profile jaxis "doomer" 2 3 "null"
  280. profile jaxis "doomer" 2 4 "null"
  281. profile jaxis "doomer" 2 5 "null"
  282. profile jaxis "doomer" 2 6 "null"
  283. profile jaxis "doomer" 2 7 "null"
  284. profile control "doomer" "null" 0 "---"
  285. profile control "doomer" "null" 1 "---"
  286. profile control "doomer" "null" 2 "---"
  287. profile control "doomer" "null" 3 "---"
  288. profile control "doomer" "modspeed" 0 "shift"
  289. profile control "doomer" "modspeed" 1 "---"
  290. profile control "doomer" "modspeed" 2 "---"
  291. profile control "doomer" "modspeed" 3 "joyb04"
  292. profile control "doomer" "modmove" 0 "alt"
  293. profile control "doomer" "modmove" 1 "mouseb02"
  294. profile control "doomer" "modmove" 2 "---"
  295. profile control "doomer" "modmove" 3 "joyb03"
  296. profile control "doomer" "modlook" 0 "s"
  297. profile control "doomer" "modlook" 1 "---"
  298. profile control "doomer" "modlook" 2 "---"
  299. profile control "doomer" "modlook" 3 "---"
  300. profile control "doomer" "forwards" 0 "up"
  301. profile control "doomer" "forwards" 1 "---"
  302. profile control "doomer" "forwards" 2 "---"
  303. profile control "doomer" "forwards" 3 "---"
  304. profile control "doomer" "backwards" 0 "down"
  305. profile control "doomer" "backwards" 1 "---"
  306. profile control "doomer" "backwards" 2 "---"
  307. profile control "doomer" "backwards" 3 "---"
  308. profile control "doomer" "strafeleft" 0 "comma"
  309. profile control "doomer" "strafeleft" 1 "---"
  310. profile control "doomer" "strafeleft" 2 "---"
  311. profile control "doomer" "strafeleft" 3 "joyb05"
  312. profile control "doomer" "straferight" 0 "period"
  313. profile control "doomer" "straferight" 1 "---"
  314. profile control "doomer" "straferight" 2 "---"
  315. profile control "doomer" "straferight" 3 "joyb06"
  316. profile control "doomer" "flyup" 0 "p"
  317. profile control "doomer" "flyup" 1 "ins"
  318. profile control "doomer" "flyup" 2 "---"
  319. profile control "doomer" "flyup" 3 "---"
  320. profile control "doomer" "flydown" 0 "l"
  321. profile control "doomer" "flydown" 1 "delete"
  322. profile control "doomer" "flydown" 2 "---"
  323. profile control "doomer" "flydown" 3 "---"
  324. profile control "doomer" "land" 0 "home"
  325. profile control "doomer" "land" 1 "---"
  326. profile control "doomer" "land" 2 "---"
  327. profile control "doomer" "land" 3 "---"
  328. profile control "doomer" "jump" 0 "fslash"
  329. profile control "doomer" "jump" 1 "---"
  330. profile control "doomer" "jump" 2 "---"
  331. profile control "doomer" "jump" 3 "joyb11"
  332. profile control "doomer" "turnleft" 0 "left"
  333. profile control "doomer" "turnleft" 1 "---"
  334. profile control "doomer" "turnleft" 2 "---"
  335. profile control "doomer" "turnleft" 3 "---"
  336. profile control "doomer" "turnright" 0 "right"
  337. profile control "doomer" "turnright" 1 "---"
  338. profile control "doomer" "turnright" 2 "---"
  339. profile control "doomer" "turnright" 3 "---"
  340. profile control "doomer" "turn180" 0 "backslash"
  341. profile control "doomer" "turn180" 1 "---"
  342. profile control "doomer" "turn180" 2 "---"
  343. profile control "doomer" "turn180" 3 "---"
  344. profile control "doomer" "lookup" 0 "pgup"
  345. profile control "doomer" "lookup" 1 "---"
  346. profile control "doomer" "lookup" 2 "---"
  347. profile control "doomer" "lookup" 3 "---"
  348. profile control "doomer" "lookdown" 0 "pgdn"
  349. profile control "doomer" "lookdown" 1 "---"
  350. profile control "doomer" "lookdown" 2 "---"
  351. profile control "doomer" "lookdown" 3 "---"
  352. profile control "doomer" "lookcenter" 0 "end"
  353. profile control "doomer" "lookcenter" 1 "---"
  354. profile control "doomer" "lookcenter" 2 "---"
  355. profile control "doomer" "lookcenter" 3 "---"
  356. profile control "doomer" "use" 0 "space"
  357. profile control "doomer" "use" 1 "dblmouseb02"
  358. profile control "doomer" "use" 2 "---"
  359. profile control "doomer" "use" 3 "joyb02"
  360. profile control "doomer" "suicide" 0 "k"
  361. profile control "doomer" "suicide" 1 "---"
  362. profile control "doomer" "suicide" 2 "---"
  363. profile control "doomer" "suicide" 3 "---"
  364. profile control "doomer" "taunt" 0 "u"
  365. profile control "doomer" "taunt" 1 "---"
  366. profile control "doomer" "taunt" 2 "---"
  367. profile control "doomer" "taunt" 3 "---"
  368. profile control "doomer" "chat" 0 "t"
  369. profile control "doomer" "chat" 1 "---"
  370. profile control "doomer" "chat" 2 "---"
  371. profile control "doomer" "chat" 3 "---"
  372. profile control "doomer" "teamchat" 0 "y"
  373. profile control "doomer" "teamchat" 1 "---"
  374. profile control "doomer" "teamchat" 2 "---"
  375. profile control "doomer" "teamchat" 3 "---"
  376. profile control "doomer" "attack" 0 "ctrl"
  377. profile control "doomer" "attack" 1 "mouseb01"
  378. profile control "doomer" "attack" 2 "---"
  379. profile control "doomer" "attack" 3 "joyb01"
  380. profile control "doomer" "altattack" 0 "---"
  381. profile control "doomer" "altattack" 1 "---"
  382. profile control "doomer" "altattack" 2 "---"
  383. profile control "doomer" "altattack" 3 "---"
  384. profile control "doomer" "reload" 0 "r"
  385. profile control "doomer" "reload" 1 "---"
  386. profile control "doomer" "reload" 2 "---"
  387. profile control "doomer" "reload" 3 "---"
  388. profile control "doomer" "switchfire" 0 "---"
  389. profile control "doomer" "switchfire" 1 "---"
  390. profile control "doomer" "switchfire" 2 "---"
  391. profile control "doomer" "switchfire" 3 "---"
  392. profile control "doomer" "slot1" 0 "1"
  393. profile control "doomer" "slot1" 1 "---"
  394. profile control "doomer" "slot1" 2 "---"
  395. profile control "doomer" "slot1" 3 "---"
  396. profile control "doomer" "slot2" 0 "2"
  397. profile control "doomer" "slot2" 1 "---"
  398. profile control "doomer" "slot2" 2 "---"
  399. profile control "doomer" "slot2" 3 "---"
  400. profile control "doomer" "slot3" 0 "3"
  401. profile control "doomer" "slot3" 1 "---"
  402. profile control "doomer" "slot3" 2 "---"
  403. profile control "doomer" "slot3" 3 "---"
  404. profile control "doomer" "slot4" 0 "4"
  405. profile control "doomer" "slot4" 1 "---"
  406. profile control "doomer" "slot4" 2 "---"
  407. profile control "doomer" "slot4" 3 "---"
  408. profile control "doomer" "slot5" 0 "5"
  409. profile control "doomer" "slot5" 1 "---"
  410. profile control "doomer" "slot5" 2 "---"
  411. profile control "doomer" "slot5" 3 "---"
  412. profile control "doomer" "slot6" 0 "6"
  413. profile control "doomer" "slot6" 1 "---"
  414. profile control "doomer" "slot6" 2 "---"
  415. profile control "doomer" "slot6" 3 "---"
  416. profile control "doomer" "slot7" 0 "7"
  417. profile control "doomer" "slot7" 1 "---"
  418. profile control "doomer" "slot7" 2 "---"
  419. profile control "doomer" "slot7" 3 "---"
  420. profile control "doomer" "slot8" 0 "8"
  421. profile control "doomer" "slot8" 1 "---"
  422. profile control "doomer" "slot8" 2 "---"
  423. profile control "doomer" "slot8" 3 "---"
  424. profile control "doomer" "slot9" 0 "9"
  425. profile control "doomer" "slot9" 1 "---"
  426. profile control "doomer" "slot9" 2 "---"
  427. profile control "doomer" "slot9" 3 "---"
  428. profile control "doomer" "slot10" 0 "0"
  429. profile control "doomer" "slot10" 1 "---"
  430. profile control "doomer" "slot10" 2 "---"
  431. profile control "doomer" "slot10" 3 "---"
  432. profile control "doomer" "nextweapon" 0 "rightbracket"
  433. profile control "doomer" "nextweapon" 1 "mouseb04"
  434. profile control "doomer" "nextweapon" 2 "---"
  435. profile control "doomer" "nextweapon" 3 "joyb08"
  436. profile control "doomer" "prevweapon" 0 "leftbracket"
  437. profile control "doomer" "prevweapon" 1 "mouseb05"
  438. profile control "doomer" "prevweapon" 2 "---"
  439. profile control "doomer" "prevweapon" 3 "joyb07"
  440. profile control "doomer" "bestweapon" 0 "---"
  441. profile control "doomer" "bestweapon" 1 "---"
  442. profile control "doomer" "bestweapon" 2 "---"
  443. profile control "doomer" "bestweapon" 3 "---"
  444. profile control "doomer" "worstweapon" 0 "---"
  445. profile control "doomer" "worstweapon" 1 "---"
  446. profile control "doomer" "worstweapon" 2 "---"
  447. profile control "doomer" "worstweapon" 3 "---"
  448. profile control "doomer" "nextinventory" 0 "colon"
  449. profile control "doomer" "nextinventory" 1 "---"
  450. profile control "doomer" "nextinventory" 2 "---"
  451. profile control "doomer" "nextinventory" 3 "---"
  452. profile control "doomer" "previnventory" 0 "semicolon"
  453. profile control "doomer" "previnventory" 1 "---"
  454. profile control "doomer" "previnventory" 2 "---"
  455. profile control "doomer" "previnventory" 3 "---"
  456. profile control "doomer" "useinventory" 0 "return"
  457. profile control "doomer" "useinventory" 1 "---"
  458. profile control "doomer" "useinventory" 2 "---"
  459. profile control "doomer" "useinventory" 3 "---"
  460. profile control "doomer" "cancelinventory" 0 "---"
  461. profile control "doomer" "cancelinventory" 1 "---"
  462. profile control "doomer" "cancelinventory" 2 "---"
  463. profile control "doomer" "cancelinventory" 3 "---"
  464. profile control "doomer" "topscores" 0 "f"
  465. profile control "doomer" "topscores" 1 "---"
  466. profile control "doomer" "topscores" 2 "---"
  467. profile control "doomer" "topscores" 3 "---"
  468. profile control "doomer" "worstscores" 0 "---"
  469. profile control "doomer" "worstscores" 1 "---"
  470. profile control "doomer" "worstscores" 2 "---"
  471. profile control "doomer" "worstscores" 3 "---"
  472. profile control "doomer" "coopspy" 0 "f12"
  473. profile control "doomer" "coopspy" 1 "---"
  474. profile control "doomer" "coopspy" 2 "---"
  475. profile control "doomer" "coopspy" 3 "---"
  476. profile control "doomer" "automap" 0 "tab"
  477. profile control "doomer" "automap" 1 "---"
  478. profile control "doomer" "automap" 2 "---"
  479. profile control "doomer" "automap" 3 "---"
  480. profile control "doomer" "chatmode" 0 "---"
  481. profile control "doomer" "chatmode" 1 "---"
  482. profile control "doomer" "chatmode" 2 "---"
  483. profile control "doomer" "chatmode" 3 "---"
  484. profile control "doomer" "popupmenu" 0 "---"
  485. profile control "doomer" "popupmenu" 1 "---"
  486. profile control "doomer" "popupmenu" 2 "---"
  487. profile control "doomer" "popupmenu" 3 "joyb10"
  488. profile control "doomer" "morestuff" 0 "---"
  489. profile control "doomer" "morestuff" 1 "---"
  490. profile control "doomer" "morestuff" 2 "---"
  491. profile control "doomer" "morestuff" 3 "joyb09"
  492. profile control "doomer" "quickmenu" 0 "---"
  493. profile control "doomer" "quickmenu" 1 "---"
  494. profile control "doomer" "quickmenu" 2 "---"
  495. profile control "doomer" "quickmenu" 3 "---"
  496. profile control "doomer" "moremorestuff" 0 "---"
  497. profile control "doomer" "moremorestuff" 1 "---"
  498. profile control "doomer" "moremorestuff" 2 "---"
  499. profile control "doomer" "moremorestuff" 3 "---"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement