jtssi Posted July 6, 2019 Share Posted July 6, 2019 Hello, the text framed in red is too dark, can we change the color of the text to white for example? thank you. Â Â Link to comment Share on other sites More sharing options...
0 hiroman Posted July 6, 2019 Share Posted July 6, 2019 You can use colors.json in the server folder to recolor chat strings. Also you can use .json in gui/layouts to do same with other strings. Zetasis 1 Link to comment Share on other sites More sharing options...
0 jtssi Posted July 6, 2019 Author Share Posted July 6, 2019 I don't know which file to modify and where, there are so many of them Link to comment Share on other sites More sharing options...
0 hiroman Posted July 6, 2019 Share Posted July 6, 2019 3 minutes ago, jtssi said: I don't know which file to modify and where, there are so many of them To modify the FPS numbers go to resources/gui/layouts/game/options.json and edit the color of the text, for chat the file is chatbox.json Link to comment Share on other sites More sharing options...
0 jtssi Posted July 6, 2019 Author Share Posted July 6, 2019 Its this? Â "ChatChannelCombobox": { Â Â Â Â Â "Bounds": "272,143,64,16", Â Â Â Â Â "Padding": "3,3,3,3", Â Â Â Â Â "AlignmentEdgeDistances": "0,0,0,0", Â Â Â Â Â "Margin": "3,0,0,0", Â Â Â Â Â "RenderColor": "255,255,255,255", Â Â Â Â Â "Alignments": "", Â Â Â Â Â "DrawBackground": false, Â Â Â Â Â "MinimumSize": "1,1", Â Â Â Â Â "MaximumSize": "4096,4096", Â Â Â Â Â "Disabled": false, Â Â Â Â Â "Hidden": false, Â Â Â Â Â "RestrictToParent": false, Â Â Â Â Â "MouseInputEnabled": true, Â Â Â Â Â "HideToolTip": false, Â Â Â Â Â "TextColor": "255,200,200,200", Â I can change the color but nothing changes I don't understand why there are 4 values, it takes 3 to make a color, right? Link to comment Share on other sites More sharing options...
0 Gibier Posted July 6, 2019 Share Posted July 6, 2019 20 minutes ago, jtssi said: Its this? Â "ChatChannelCombobox": { Â Â Â Â Â "Bounds": "272,143,64,16", Â Â Â Â Â "Padding": "3,3,3,3", Â Â Â Â Â "AlignmentEdgeDistances": "0,0,0,0", Â Â Â Â Â "Margin": "3,0,0,0", Â Â Â Â Â "RenderColor": "255,255,255,255", Â Â Â Â Â "Alignments": "", Â Â Â Â Â "DrawBackground": false, Â Â Â Â Â "MinimumSize": "1,1", Â Â Â Â Â "MaximumSize": "4096,4096", Â Â Â Â Â "Disabled": false, Â Â Â Â Â "Hidden": false, Â Â Â Â Â "RestrictToParent": false, Â Â Â Â Â "MouseInputEnabled": true, Â Â Â Â Â "HideToolTip": false, Â Â Â Â Â "TextColor": "255,200,200,200", Â I can change the color but nothing changes I don't understand why there are 4 values, it takes 3 to make a color, right? Â 255 is the alpha number, the optacity of the text, 255 is have the full color, 0 would make the text disapear. Link to comment Share on other sites More sharing options...
0 jtssi Posted July 6, 2019 Author Share Posted July 6, 2019 so if I want a blank text, I put: 255,0,0,0? Link to comment Share on other sites More sharing options...
0 hiroman Posted July 6, 2019 Share Posted July 6, 2019 1 hour ago, jtssi said: so if I want a blank text, I put: 255,0,0,0? No, you should make 0,any,any,any Gibier 1 Link to comment Share on other sites More sharing options...
Question
jtssi
Hello, the text framed in red is too dark, can we change the color of the text to white for example?
thank you.
Â
Â
Link to comment
Share on other sites
7 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now