Jump to content
  • 0

The text is too dark ( opt and channel)


jtssi

Question

7 answers to this question

Recommended Posts

  • 0
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

  • 0

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

  • 0
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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...