| Blockland Forums > Help |
| Blockland On full screen NOT WORKING? |
| << < (2/3) > >> |
| Mrmii21:
I have more info! I found a console log, and here's what it said: http://pastebin.com/XgGRSesd |
| phflack:
you could open the BL folder and look for obvious things kind of like blockland\config\client\prefs.cs i'll break it down for you all files for game\files to configure the game to what you want\client or server, you are the client\the file |
| K3k0m@n:
first, what is your screen resulution. |
| segfault314:
Try manually editing your prefs.cs. Go to your Documents directory, and open the Blockland directory. Once you're there, navigate to config, then client, and open prefs.cs in your text editor of choice (e.g. notepad). Look for a line that looks like this: --- Code: ---$pref::Video::fullScreen = "0"; --- End code --- and change it to this: --- Code: ---$pref::Video::fullScreen = "1"; --- End code --- Now, look for a line that starts with this: --- Code: ---$pref::Video::resolution = "[some numbers should be here]"; --- End code --- And edit it so it looks like this: --- Code: ---$pref::Video::resolution = "1024 768 32 60"; --- End code --- Save the file, close it, run Blockland, report back. BTW the button for toggling fullscreen/windowed mode in practically anything is Alt+Enter. |
| Mrmii21:
--- Quote from: segfault314 on July 19, 2012, 02:45:47 PM ---Try manually editing your prefs.cs. Go to your Documents directory, and open the Blockland directory. Once you're there, navigate to config, then client, and open prefs.cs in your text editor of choice (e.g. notepad). Look for a line that looks like this: --- Code: ---$pref::Video::fullScreen = "0"; --- End code --- and change it to this: --- Code: ---$pref::Video::fullScreen = "1"; --- End code --- Now, look for a line that starts with this: --- Code: ---$pref::Video::resolution = "[some numbers should be here]"; --- End code --- And edit it so it looks like this: --- Code: ---$pref::Video::resolution = "1024 768 32 60"; --- End code --- Save the file, close it, run Blockland, report back. BTW the button for toggling fullscreen/windowed mode in practically anything is Alt+Enter. --- End quote --- Well, The fullscreen thing was already at 1. And the numbers for resolution were "1024 768 32 75", so I only had to change the last number to 60. I'll try it now... |
| Navigation |
| Message Index |
| Next page |
| Previous page |