Advertisement
Guest User

Untitled

a guest
Oct 4th, 2015
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. [W-MODE]
  2.  
  3. ; What settings do you want to save when you exit StarCraft?
  4.  
  5. ; Save WindowClientX?
  6. ; Default value: 1
  7. SaveWindowClientX=1
  8. ; Save WindowClientY?
  9. ; Default value: 1
  10. SaveWindowClientY=1
  11. ; Save WindowClientXDblSized?
  12. ; Default value: 1
  13. SaveWindowClientXDblSized=1
  14. ; Save WindowClientYDblSized?
  15. ; Default value: 1
  16. SaveWindowClientYDblSized=1
  17. ; Save ClipCursor?
  18. ; Default value: 0
  19. SaveClipCursor=0
  20. ; Save doublesize mode?
  21. ; Default value: 1
  22. SaveDblSizeMode=1
  23. ; Save EnableWindowMove?
  24. ; Default value: 1
  25. SaveEnableWindowMove=1
  26. ; Save AlwaysOnTop?
  27. ; Default value: 1
  28. SaveAlwaysOnTop=1
  29. ; Save DisableControls?
  30. ; Default value: 1
  31. SaveDisableControls=1
  32.  
  33. ; X and Y coordinates of the StarCraft game screen.
  34. ; (Upper left corner of client area.)
  35. ; Default values: center the game screen on the desktop.
  36. ; If you don't specify the WindowClientX value then
  37. ; the window will be centered horizontally.
  38. ; Omitting WindowClientY will cause the window to
  39. ; be centered vertically.
  40. WindowClientX=30
  41. WindowClientY=30
  42. ; X and Y coordinates of the StarCraft game screen in
  43. ; doublesize mode.
  44. WindowClientXDblSized=30
  45. WindowClientYDblSized=30
  46.  
  47. ; Cursor clip (Toggle hotkey: ALT+F1)
  48. ; Default value: 0
  49. ClipCursor=0
  50. ; Doublesize mode (Toggle hotkey: ALT+F9)
  51. ; Default value: 0
  52. DblSizeMode=0
  53. ; Enable window move (Toggle hotkey: ALT+F10)
  54. ; Default value: 1
  55. EnableWindowMove=1
  56. ; Enable always-on-top mode (Toggle hotkey: ALT+F11)
  57. ; Default value: 0
  58. AlwaysOnTop=0
  59. ; Disable all controls in the caption of the StarCraft
  60. ; window. Disable the screensaver when the sc window is
  61. ; active. Window can not be closed with ALT+F4.
  62. ; (Toggle hotkey: ALT+F12)
  63. ; Default value: 0
  64. DisableControls=0
  65.  
  66. ; Limit the maximum frame/sec to reach better performance.
  67. ; This is extremely useful because during replays with
  68. ; fastest x 4 speed the frame rate raises to the skies and
  69. ; MaxFps limits to 100 the number of blits that require
  70. ; 8bit -> desktop resolution conversion of the StarCraft
  71. ; screen image.
  72. ; Default and recommended value: 100
  73. ; You can set it to higher value on faster machines.
  74. ; Minimum value: 30 (less than 100 isn't recommended)
  75. MaxFps=100
  76.  
  77. ; Enables StarCraft to mute all sound when the main window
  78. ; loses focus.
  79. ; Default value: 0
  80. MuteNotFocused=0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement