Jump to content

ostone

Members
  • Posts

    2
  • Joined

  • Last visited

  • Donations

    0.00 USD 

Live ENB Information

  • Server
    Pegasus
  • Race
    Jenquai
  • Profession
    Explorer

ostone's Achievements

Newbie

Newbie (1/14)

  • Week One Done
  • One Month Later
  • One Year In Rare

Recent Badges

0

Reputation

  1. This does provide black borders rather than a distorted image.   The 4:3 resolution that would use all available vertical space on a 1080p monitor is 1440x1080.   There is no such monitor option in either configuration utility, so windowed mode is used to select a custom 4:3 resolution (As far as I can tell, even if you set the values directly in the registry it decides to use windowed mode)   I would much prefer to play with the appearance of fullscreen than windowed, so this script handles removing all the chrome and putting a black window behind EnB.
  2. Excellent script!  I've made a few tweaks which others may wish to share: WindowTitle = Earth & Beyond run LaunchNet7.exe WinWait, %WindowTitle% Send {Enter} WinWaitNotActive, %WindowTitle% WinHide ahk_class Shell_TrayWnd WinHide Start ahk_class Button Gui, Color, 000000 Gui +LastFound -Caption Gui, show, % "W" . A_ScreenWidth . " H" . A_ScreenHeight . " X0 Y0", GUIWIND WinWaitActive, %WindowTitle% Sleep 100 WinSet, Style, -0xC40000, %WindowTitle% WinMove 240, 0 WinWaitClose, %WindowTitle% WinShow ahk_class Shell_TrayWnd WinShow Start ahk_class Button ExitApp GuiClose: ;Alt-F4 to close ExitApp  It'll now Hide the windows start menu + task bar Open a full-screen black window underneath E&B Won't set E&B to always-on-top (which interfered with alt-tabbing for me) Center E&B on a 1920x1080 monitor.
×
×
  • Create New...