Page 1 of 1
full screen mode
Posted: Wed Jun 12, 2019 5:41 pm
by Cookcae2018
hi everyone how do i make the game play in full screen mode 1080x1920?
RE: full screen mode
Posted: Wed Jun 12, 2019 5:55 pm
by Telemecus
AFAIK it is only windowed ...
RE: full screen mode
Posted: Sun Jun 16, 2019 8:37 pm
by Edorf
I just maximize the game window and then I use this:
https://github.com/Codeusa/Borderless-G ... /tag/9.5.5
Edit: The download link to Borderless Gaming 9.5.5 is at the bottom on the github page. Ignore the link to the Steam version.
RE: full screen mode
Posted: Tue Oct 13, 2020 10:35 am
by AlexSF
+1
Very useful little programm. I couldnt see the HQ color line on my HQs for instance. I had to full-screen the game to see it. It was driving me crazy.
RE: full screen mode
Posted: Sun Oct 18, 2020 12:11 am
by Technopiper
Can someone enlighten me on how to create a batch file so that, when I launch it, Boderless Gaming runs before WitE starts, then quits after I exit WitE?
RE: full screen mode
Posted: Sun Oct 18, 2020 12:40 am
by Technopiper
Alright I got it, edit to suit your setup:
@echo off
C:
cd "C:\Program Files (x86)\BorderlessGaming"
start /HIGH BorderlessGaming.exe
C:
cd "C:\Program Files (x86)\War in the East"
start /wait WarInTheEast.exe
taskkill /IM BorderlessGaming.exe /F
exit