Advertisement
Guest User

WORMS

a guest
Dec 13th, 2019
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.44 KB | None | 0 0
  1. ; wkSuperFrontendHD configuration file.
  2. ;
  3. ; ---------- Resolution ----------
  4. ; Available resolution options:
  5. ; + Auto (default): uses your in-game resolution when it doesn't exceed the desktop resolution.
  6. ; + Game: always uses your in-game resolution (not recommended for windowed mode).
  7. ; + Desktop: uses the current resolution of your desktop.
  8. ; + Custom: uses the resolution you provided in CustomWidth and CustomHeight.
  9. ; --------- Font Scaling ---------
  10. ; Available font scaling options:
  11. ; + Default: scale fonts in proportion to the magnification factor (960 = x2, etc.).
  12. ; + Lesser: scale fonts, but use x1.5 scaling for resolutions below 1440p.
  13. ; + Off: do not scale fonts at all (not recommended).
  14. ; ------ InternalResolution ------
  15. ; Inner frontend resolution options (ratio can NOT be narrower than 4x3 with ANY options):
  16. ; + Auto (default): expand to your resolution and aspect ratio, but not wider than 16x10.
  17. ; + 4x3: expand to your resolution, centered in a 4x3 box.
  18. ; + Graphics: expand, adapting to a supported SuperGraphics resolution (e.g. 960x720, 1280x960)
  19. ; + Stretch: fully expand to your resolution and aspect ratio, even if it's super-wide.
  20. ; + Classic: use a centered 640x480, just like in pre-0.3. This can also be done via Custom.
  21. ; + Custom: uses the resolution you provided in CustomInternalWidth and CustomInternalHeight.
  22. ; -------- Super Graphics --------
  23. ; This option enables the use of high-resolution graphics located in graphics\_super\<package>.
  24. ; Currently resolutions of 720p+ and 960p+ are supported, the lowest matching will be used.
  25. ; Enabling "AutoScaleMissingGraphics" will add nearest-neighbor scaled images to the respective
  26. ; package in case they're missing. Note that this will always save missing images to disk.
  27.  
  28. [Misc]
  29. EnableModule=1
  30. Resolution=Auto
  31. CustomWidth=0
  32. CustomHeight=0
  33.  
  34. [Magnification]
  35. FontScaling=Default
  36. SuperGraphics=1
  37. AutoScaleMissingGraphics=0
  38. SetInternalResolution=Auto
  39. CustomInternalWidth=0
  40. CustomInternalHeight=0
  41. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  42. [Misc]
  43. EnableModule=1
  44. StaticWindowClass=1
  45. NoTopmost=1
  46. SoundInBackground=1
  47. FancyStartup=0
  48.  
  49. [FrontendSettings]
  50. Fullscreen=0
  51. FullscreenAlternative=0
  52. Stretch=0
  53. Centered=1
  54. RunInBackground=1
  55.  
  56. [InGameSettings]
  57. Fullscreen=0
  58. WindowBorder=1
  59. Stretch=0
  60. QuickInfo=1
  61. TopLeftPosition=0
  62.  
  63. [MultiMonitor]
  64. Enable=0
  65. Monitors=Max
  66. AutoSetResolution=1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement