Author Topic: UI Question  (Read 1185 times)

Offline xaXo

  • Antweight
  • Posts: 15
  • Rep: 0
    • View Profile
    • Axe Gaming ;)
    • Awards
UI Question
« on: June 23, 2010, 07:42:03 AM »
Hey, so i wanna change the text color in the options window.
Or add black background to the text.
From where in the gib file i can do that ?
Thanks ^^

Offline xaXo

  • Antweight
  • Posts: 15
  • Rep: 0
    • View Profile
    • Axe Gaming ;)
    • Awards
Re: UI Question
« Reply #1 on: June 23, 2010, 10:15:28 AM »
In the red, there is text, but its white.I want to change the text color with the .gib file :)
tralala.png

Offline JoeBlo

Re: UI Question
« Reply #2 on: June 23, 2010, 10:57:30 AM »
well we finally got there in the end, please ensure you provide full details for your intentions next time you ask a question

open up the file

UI/Teamhq/teamhq.gib in notepad

search for this line...

Code: [Select]
_Text TEAM BOT-SMASHERS
just below is a line called

Code: [Select]
_ForeColor 1 1 1 1
change it to

Code: [Select]
_ForeColor 0 0 0 1
and you will have black text

Offline Madiaba

Re: UI Question
« Reply #3 on: June 23, 2010, 10:59:47 AM »
I gots it, Joe.  I'm know 'gibberish'.

X, Use Notepad++ to go into the 'teamhq.gib' and goto line 1037.
The first 3 parameters are R,G,B, respectively (leave the 4th alone).
 
 
Edit: ok, NP.

Input is appreciated. :)
-Arrogance is a quantity devoid of quality...
-As a client once told me "This is my story, and it's sticking to me!"
-Relationships these days are like the 'Arrival' section of the airport: a lot of baggage is being revealed in one place, and not a lot of it is being correlated to its real owners...

Offline JoeBlo

Re: UI Question
« Reply #4 on: June 23, 2010, 11:04:58 AM »
The first 3 parameters are R,G,B, respectively (leave the 4th alone).

woah total stab in the dark.. im more awesome then I thought lol.. I guessed it was R, G, B, percentages and the last is opacity ? at least I know if you set them all to 0 it goes transparent

Offline Madiaba

Re: UI Question
« Reply #5 on: June 23, 2010, 11:09:13 AM »
Nice job, Joe.  You should be promot.....    ...NVM.

BTW:
This line only affects the text you type.
You can also change the font size too.
 

 
Input is appreciated. :)
-Arrogance is a quantity devoid of quality...
-As a client once told me "This is my story, and it's sticking to me!"
-Relationships these days are like the 'Arrival' section of the airport: a lot of baggage is being revealed in one place, and not a lot of it is being correlated to its real owners...

Offline xaXo

  • Antweight
  • Posts: 15
  • Rep: 0
    • View Profile
    • Axe Gaming ;)
    • Awards
Re: UI Question
« Reply #6 on: June 23, 2010, 11:11:10 AM »
well we finally got there in the end, please ensure you provide full details for your intentions next time you ask a question

open up the file

UI/Teamhq/teamhq.gib in notepad

search for this line...

Code: [Select]
_Text TEAM BOT-SMASHERS
just below is a line called

Code: [Select]
_ForeColor 1 1 1 1
change it to

Code: [Select]
_ForeColor 0 0 0 1
and you will have black text

Thank you!
I searched only for the code for black :D