Author Topic: Fullscreen resolution not working right?  (Read 470 times)

After installing v20 of Blockland, I open up my client to change to fullscreen on 1366 768. However, when I tried doing so, things weren't quite right.




It has never done this to me before. Could somebody help me with this problem?

Camera Stuff by Jookia causes this. Uninstall that client add-on and it will go back to regular.

Try putting it in fullscreen and clicking apply. Then go back and change the resolution.

If that doesn't work:
 - In your Blockland folder (found in your Documents), go to "config/client"
 - Open the file called "prefs.cs" in Notepad.
 - Add this to the end of the file:
Code: [Select]
$Pref::Video::fullScreen = "1";
$Pref::Video::resolution = "1366 768 32 60";

Or just do what Munkey said, he posted while I was typing.

Try putting it in fullscreen and clicking apply. Then go back and change the resolution.

If that doesn't work:
 - In your Blockland folder (found in your Documents), go to "config/client"
 - Open the file called "prefs.cs" in Notepad.
 - Add this to the end of the file:
Code: [Select]
$Pref::Video::fullScreen = "1";
$Pref::Video::resolution = "1366 768 32 60";
Thank you very much for this, Greek2me. Problem solved. Topic locked.