Loire

Init

Sep 8th, 2015
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.65 KB | None | 0 0
  1. keyboard_allowmmf 1
  2.  
  3. //Set console variables
  4. console_position 15 50
  5. console_color 255 90 115 190
  6. console_displayactivity 1
  7. console_fadedelay 3500
  8. console_chatopen 1
  9. console_screendir screenshots
  10.  
  11. //Set game variables
  12. game_forceambientlight 0
  13. game_ambientlight 255 120 120 120
  14. //game_gamma 60
  15. game_allowsetcursorpos 0
  16. game_exittype 1
  17. game_exitprompt 1
  18. game_allowresize 0
  19.  
  20. //Set general variables
  21. showfps 1
  22. // FPS Position - Use -75 1 to position it on the top right corner.
  23. //fps_position 5 5 //top left
  24. fps_position -75 1 //top right
  25.  
  26. .st setposy 67
  27.  
  28.  
  29. //Bind keys
  30. //Bind syntax is "bind <key> <up> <command>
  31. // ^ represents control- and ! is alt, eg !1 is alt-1
  32. bind !f10 exec Picture.txt
  33. bind ^f10 exec Picture.txt
  34. bind f11 game_forceambientlight
  35. bind f12 showfps
  36. bind sysrq screenshot jpg hide
  37. bind ^v paste
  38. bind ^u input /satchel
  39. bind !u input /satchel
  40. bind ^o input /sack
  41. bind !o input /sack
  42. bind ^[ input /case
  43. bind ![ input /case
  44. bind ^; input /wardrobe
  45. bind !; input /wardrobe
  46. bind ^g exec MovementSpeed.txt
  47. bind !g exec MovementSpeed.txt
  48. bind ^. exec Voidwatch(Start).txt
  49. bind !. exec Voidwatch(Start).txt
  50. bind ^/ exec Voidwatch(Refresh).txt
  51. bind !/ exec Voidwatch(Refresh).txt
  52. bind ^, input /item "Fool's Drink" <me>
  53. bind !, input /item "Fool's Drink" <me>
  54. bind ^k input /item "Forbidden Key" <stnpc>
  55. bind !k input /item "Forbidden Key" <stnpc>
  56. bind ^q exec DotGear.txt
  57. bind !q exec DotGear.txt
  58. bind ^= input /map
  59. bind != input /map
  60. bind ^] exec "FollowLoire.txt"
  61. bind !] exec "FollowLoire.txt"
  62. bind ^x exec "TwilightSet.txt"
  63. bind !x exec "TwilightSet.txt"
  64. bind !f1 exec "HealerPause.txt"
  65. bind ^f1 exec "HealerPause.txt"
  66. bind ^backspace fillmode
  67. bind !backspace fillmode
  68. bind ^end send Myar /stun <t>
  69. bind !end send Myar /stun <t>
  70. // bind ^f1 exec "InviteBrd1.txt"
  71. // bind !f1 exec "InviteBrd1.txt"
  72. bind ^f2 exec "InviteBrd2.txt"
  73. bind !f2 exec "InviteBrd2.txt"
  74. bind ^f3 exec "InviteCor1.txt"
  75. bind !f3 exec "InviteCor1.txt"
  76. bind ^f4 exec "InviteCor2.txt"
  77. bind !f4 exec "InviteCor2.txt"
  78. echo Toggle Lighting = F11 (Bump mapping must be off to work properly)
  79. echo Toggle FPS = F12
  80. echo Paste Clipboard = Ctrl-V
  81.  
  82. //Sets ConsoleBG Background Position
  83. consolebg position 15 50
  84.  
  85. // *** ALLIANCE TARGET KEYS ***
  86. // This lets you push Alt+F1-6 and Ctrl+F1-6 to to target Alliance members.
  87. //bind ^f1 input /ta <a10>
  88. //bind ^f2 input /ta <a11>
  89. //bind ^f3 input /ta <a12>
  90. //bind ^f4 input /ta <a13>
  91. //bind ^f5 input /ta <a14>
  92. //bind ^f6 input /ta <a15>
  93. //bind !f1 input /ta <a20>
  94. //bind !f2 input /ta <a21>
  95. //bind !f3 input /ta <a22>
  96. //bind !f4 input /ta <a23>
  97. //bind !f5 input /ta <a24>
  98. //bind !f6 input /ta <a25>
Advertisement
Add Comment
Please, Sign In to add comment