Blockland Forums > Help
Full Screen! Help I'm Froze!
Pages: (1/1)
WaterSpear:
So long story short, I put blockland into full screen mode and it doesn't show anything at all, but I can hear in the background the noises when you put your mouse over the the words at the main menu. My main question is, is it possible to change the default preference of using full screen or not but changong file or something. I don'y care about fixing the full screen problem just changing back to non-full-screen while not being in-game.
Thx in advanced!
Awdax:
Blockland/config/client/prefs.cs
Open it with notepad and change
--- Code: ---$pref::Video::fullScreen = "1";
--- End code ---
to
--- Code: ---$pref::Video::fullScreen = "0";
--- End code ---
WaterSpear:
--- Quote from: Awdax on August 13, 2011, 07:03:13 PM ---Blockland/config/client/prefs.cs
Open it with notepad and change
--- Code: ---$pref::Video::fullScreen = "1";
--- End code ---
to
--- Code: ---$pref::Video::fullScreen = "0";
--- End code ---
--- End quote ---
THANK YOU IT WORKS NOW! THX RHX THX THX THX
Pages: (1/1)