0 Members and 1 Guest are viewing this topic.
- Get Autohotkey, install it (tiny program, extra useful)- make a new txt file- remember to set it run windowed mode- past this codeUpdated:Code: [Select];Set your game path hereRun, D:\Games\Mount&Blade Warband\mb_warband.exe;Set your desktop resolution herew = 1680h = 1050;20 seconds delay before script makes game "fullscreen", you can set different amount, just see that you press play before time has run offSleep, 20000 WinMaximize, Mount&Blade WarbandWinGetPos, X, Y, Width, Height, Mount&Blade WarbandDllCall("SetMenu", uint, WinExist( "Mount&Blade Warband" ), uint, 0)WinSet, Style, -0xC40000, Mount&Blade WarbandWinMove,Mount&Blade Warband,,0,0,w,hExitApp- rename txt to ahk and doubleclick it- dont forget to set your desktop resolution and game pathNow 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.
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.