Author Topic: Out of game options needed  (Read 419 times)

I have a problem.
I was on a server, and I noticed that the player names faded out at a close range. I toyed with some falloff dist things and hit "apply"
My monitor faded black and said "H.V. frequency out of range." This has happened before. I don't remember how to fix it except for this: Resolution.
The screen Blacked out when I set my BL resolution to 1200 x 700 or something, like my desktop. What I need is a way to change the options OUT OF THE GAME. Please reply. I will gives you Cake :D

Blockland\config\client\prefs.cs
Open in notepad
Change
Code: [Select]
$pref::Video::resolution = "[WHAT YOU SET IT TO HERE]";to
Code: [Select]
$pref::Video::resolution = "800 600 16 60";and
Code: [Select]
$pref::Video::fullScreen = "1";to
Code: [Select]
$pref::Video::fullScreen = "0";Start Blockland, choose a different resolution this time.

I'll try that. thanks, man,  :cookieMonster:

Sorreh for double post.
It worked, but i can't have it on full screen, it'll work, though.
Thanks man.