Change default chat colors
I am trying to customize the default chat colors in toribash, but I think I'm missing an option in my shader file. I can change the color of server messages, popup messages, and various HUD elements. Generic chat messages seem to be stuck black.
Oddly, if a chat message is 2 lines long, I can change the color of the second line. First is still black for me though.
Running Toribash 3.99 under wine 1.5.6-1 on arch linux (multiarch). If this is a wine-specific problem, I will stfu.
Here is my shader file. I have all the text entries set to 1 1 1 (white):
background_color 0 0 0
mirror_color 1 1 1
floor_color 0 .3 .3
sunshine_color 1 1 1
ambient_color 1 1 1
fog_distance 10
sharp_shadow 0
sky_on 0
ambient_light_dir 1 1 1
sun_light_dir 0.00 0.97 0.25
sunbeam_color 0.00 0.50 1.00
sun_color 2.00 2.00 2.00
sky_color 0.60 0.30 0.10
polar_light_color 0.00 0.00 0.00
polar_light_dir 0.00 0.00 0.00
sky_blend_power 0
text 1 1 1
text_bg 1 1 1
text_sel 1 1 1
text_disabled 1 1 1
menu_text 1 1 1
menu_text_bg 1 1 1
menu_text_sel 1 1 1
menu_text_disabled 1 1 1
msg_notype 1 1 1
msg_whisper 1 1 1
msg_server 1 1 1
msg_urlserver 1 1 1
msg_ingame 1 1 1
msg_gamurl 1 1 1
msg_user 1 1 1
msg_player 1 1 1
msg_url 1 1 1
msg_urlsel 1 1 1
Here is a picture of the black text I would like to change.
Found a thread
here that says simply loading the inverted.inc will give white text, but I still experience the same issue.
Found a tutorial
here for customizing shaders, but I have the same problem with the sample *.inc file.
Thanks in advance!
Edit: Issue appears to be a bug. Check out Box's workaround below, and the new thread I posted in the support forum
Last edited by FreshTasty; Jul 24, 2012 at 07:43 AM.
Reason: Posted link to bug report in support forums