Author Topic: Maximised Windowed  (Read 2102 times)

0 Members and 1 Guest are viewing this topic.

Offline Inporylem

  • Noble
  • **
  • Renown: 19
  • Infamy: 3
  • cRPG Player
    • View Profile
  • Game nicks: EXGK_Inporylem_the_gentle
  • IRC nick: Inporylem
Re: Maximised Windowed
« Reply #15 on: July 09, 2011, 12:34:23 am »
0
You can remove all those borders by WinExplorer if your using 32bit havent found a program which would work on 64bit. Since you will need both of those to make it work out. WinExp to remove all the crap and center with the swift thingy.
« Last Edit: July 09, 2011, 12:35:50 am by Inporylem »

Offline Ozwan

  • Knight
  • ***
  • Renown: 36
  • Infamy: 37
  • cRPG Player
    • View Profile
Re: Maximised Windowed
« Reply #16 on: July 09, 2011, 05:17:21 am »
0
Quote
- Get Autohotkey, install it (tiny program, extra useful)
- make a new txt file
- remember to set it run windowed mode
- past this code
Updated:
Code: [Select]

;Set your game path here
Run, D:\Games\Mount&Blade Warband\mb_warband.exe
;Set your desktop resolution here
w = 1680
h = 1050
;20 seconds delay before script makes game "fullscreen", you can set different amount, just see that you press play before time has run off
Sleep, 20000
WinMaximize, Mount&Blade Warband
WinGetPos, X, Y, Width, Height, Mount&Blade Warband
DllCall("SetMenu", uint, WinExist( "Mount&Blade Warband" ), uint, 0)
WinSet, Style, -0xC40000, Mount&Blade Warband
WinMove,Mount&Blade Warband,,0,0,w,h
ExitApp


- rename txt to ahk and doubleclick it
- dont forget to set your desktop resolution and game path


Now you can run this file instead of shortcut or make a shotcuts to this file instead of mb_warband.exe thus giving you a chance to put a mb_warband's icon to this shortcut to *.ahk file making it completely same as launching normal game but getting rid of crashes because of alt+tabbed fullscreen.

This script is launching a m&b loader and waiting 20 seconds then making it pseudo-full-screen, whats more you can browse internetnet or doing whatever you want while game is loading, script will affect only game's window.

http://forums.taleworlds.com/index.php/topic,163113.msg3944798.html#msg3944798

Works for me.
« Last Edit: July 09, 2011, 05:20:09 am by Ozwan »
In real life, when people insult me (and it happens very rare, cos I am a big guy), I often punch them in the face.