Advertisement
Guest User

Untitled

a guest
Nov 1st, 2014
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.84 KB | None | 0 0
  1. ; Configuration defaults for ROExt.
  2. ; Can be changed by client command line switches.
  3. ; All settings except CodePage use 0 for disable and 1 for enable.
  4. [ROExt]
  5.  
  6. ; Allow mouse cursor to freely leave and enter RO window.
  7. ; Command line switch: -mf
  8. MouseFreedom =1
  9.  
  10. ; Remap 3-5'th mouse buttons, requires turned on MouseFreedom
  11. ; when KeyRemap is off: to F24-F22
  12. ; when KeyRemap is on : to F3-F5 of next skill set
  13. ; Command line switch: -mb
  14. RemapMouseButtons =1
  15.  
  16. ; Remap closing RO from Alt+F4 to Alt+PrintScreen.
  17. ; Allow using Alt+F4 in game as regular key.
  18. ; Command line switch: -altf4
  19. RemapAltF4 =0
  20.  
  21. ; For classic (not Renewal) client only.
  22. ; Change active skill set by holding Ctrl and Alt keys.
  23. ; Make Pause,F10-F12 work as F6-F9 of next skill set.
  24. ; Move original functions of F12 to Shift+Esc, F10/F11 to Alt+Insert/Delete.
  25. ; Note: pressing or releasing Ctrl or Alt keys during loading screens
  26. ; cause permanent active skill set switch instead of temporal.
  27. ; Command line switch: -key
  28. KeyRemap =0
  29.  
  30. ; Release CPU when RO window is inactive.
  31. ; Disable Ctrl+S hotkey as this is automatic way to do the same.
  32. ; Command line switch: -cpu
  33. AutoFreeCPU =1
  34.  
  35. ; Make RO window be always on top.
  36. ; Command line switch: t after -w
  37. WindowOnTop =0
  38.  
  39. ; Remove RO window borders and lock its position.
  40. ; Change default window size to cover all screen except task bar.
  41. ; Command line switch: l after -w
  42. WindowLock =1
  43.  
  44. ; Override RO window position and size.
  45. ; Ignored if WindowWidth = 0 or WindowHeight = 0.
  46. ; Command line switch: -wX,Y,Width,Height
  47. WindowPosX =0
  48. WindowPosY =0
  49. WindowWidth =0
  50. WindowHeight =0
  51.  
  52. ; Override codepage used by client, use -1 for no override.
  53. ; 65001 (UTF-8) makes client work with all languages at the same time.
  54. ; Don't change until you really know what you are doing.
  55. ; Command line switch: -cp
  56. CodePage =-1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement