Difference between revisions of "ISKernel:WindowSize (Command)"
Jump to navigation
Jump to search
(→Forms) |
|||
Line 9: | Line 9: | ||
== Examples == | == Examples == | ||
+ | ===Set the window resolution to Fullscreen=== | ||
+ | *Windowsize -fullscreen | ||
+ | ;Output | ||
+ | New Window Size: 1288x1004 (Viewable: 1280x977) | ||
+ | ===Reset windowsize to games resolution=== | ||
+ | *Windowsize -reset | ||
+ | ;Output | ||
+ | New Window Size: 1288x1004 (Viewable: 1280x977) | ||
+ | ===Set window to 800x600=== | ||
+ | *Windowsize -viewable 800x600 | ||
+ | ;Output | ||
+ | New Window Size: 808x627 (Viewable: 800x600) | ||
== See Also == | == See Also == |
Revision as of 23:02, 24 August 2005
Contents
Syntax
WindowSize -fullscreen|-reset|[-viewable] #x#
Forms
- Windowsize -fullscreen - makes the window as large as the current window viewable size
- Windowsize -rescale <#x#> - rescales the window to <#x#> resolution
- Windowsize -reset - resets the viewable window size to the resolution of the game
- The -viewable option uses the windowsize without the borders and titlebar in its calculations (Preferred)
Examples
Set the window resolution to Fullscreen
- Windowsize -fullscreen
- Output
New Window Size: 1288x1004 (Viewable: 1280x977)
Reset windowsize to games resolution
- Windowsize -reset
- Output
New Window Size: 1288x1004 (Viewable: 1280x977)
Set window to 800x600
- Windowsize -viewable 800x600
- Output
New Window Size: 808x627 (Viewable: 800x600)