Author Topic: Invisible Chat  (Read 2772 times)

I'm having a very big problem on Blockland. I cannot see the chat. :P I re-installed Blockland,
and in the options I also changed the size of the chat and applied it, but I still cannot see the chat.
If I re-installed Blockland, my console errors should've been fixed, I'm guessing, which they weren't, but if the problem has to do with
my console, I attached the console.log... Please tell me what I could do to fix this error. Thank-you for those who are willing to
help.

There should be an option in the option menu to enable/disable safe chat, which is the ability to see chat.  Just look around a little bit and you should find it.

There should be an option in the option menu to enable/disable safe chat, which is the ability to see chat.  Just look around a little bit and you should find it.
Okay, I'll try that. I'll tell you if it doesn't work.

There should be an option in the option menu to enable/disable safe chat, which is the ability to see chat.  Just look around a little bit and you should find it.
I'm pretty sure this isn't an option. This could be new, but I highly doubt it.

Anyway,

Options -> Advanced -> Scroll down to Gui Options
Make sure Chat Line Time is something reasonable (default value is 6500)
and Max Chat Lines is 6 - 12 or so (default value is 8)

I'm pretty sure this isn't an option. This could be new, but I highly doubt it.

Anyway,

Options -> Advanced -> Scroll down to Gui Options
Make sure Chat Line Time is something reasonable (default value is 6500)
and Max Chat Lines is 6 - 12 or so (default value is 8)
Nope, didn't work.

There should be an option in the option menu to enable/disable safe chat, which is the ability to see chat.  Just look around a little bit and you should find it.
This too, did not work.

Edit for above^
Didn't work cause there was no option for safe chat. If I'm incorrect, specify
where exactly where to enable/disable it.

Post your prefs.cs in Blockland/config/client

Post your prefs.cs in Blockland/config/client
I'll try that. Hang on.

I checked inside it, it's already there. Please check and see if I'm missing something.

$Pref::Chat::ShowAllLines = 0;
$pref::Chat::ChatRepeat = 0;
????

$Pref::Chat::ShowAllLines = 0;
$pref::Chat::ChatRepeat = 0;
????
Lol, thanks for showing wdf happened. lol

Ehh, I changed both of them to 1, which should've made it work, but nope.
Was it supposed to be something else, and not 1?

Ehh, I changed both of them to 1, which should've made it work, but nope.
Was it supposed to be something else, and not 1?

Code: [Select]
$pref::Chat::ChatRepeat = 0;
Don't change that to 1

My Chat prefs;

Code: [Select]
$Pref::Chat::CacheLines = 1000;
$pref::Chat::ChatBufferSize = "200.000000";
$pref::Chat::ChatRepeat = 0;
$Pref::Chat::CurseFilter = 1;
$Pref::Chat::CurseList = "bitch,stuff,forget,fuk,cunt,monday,niglet,starfish, ass ,friend, cigarette , cigarettes ,suck my, richard, rooster , kike ,";
$Pref::Chat::FontSize = "14.000000";
$Pref::Chat::LineTime = "6500";
$Pref::Chat::MaxDisplayLines = "8";
$Pref::Chat::ShowAllLines = 0;
$pref::ChatHudLength = 1;


$Pref::Gui::ChatSize = "10";

Hm, it just suddenly started working fine. Weird. Ty though, for those who tried helping