You are viewing our Forum Archives. To view or take place in current topics click here.
How to change the scroll bar color in a modmenu
Posted:

How to change the scroll bar color in a modmenuPosted:

DarkVoid
  • Ladder Climber
Status: Offline
Joined: Jul 24, 201013Year Member
Posts: 314
Reputation Power: 12
Status: Offline
Joined: Jul 24, 201013Year Member
Posts: 314
Reputation Power: 12
Hello TTG! Probably some of you been curious how to change a Mod Menu's scroll bar color?
Well I will explain how to do this and what to change!

Step 1:
Open the common.ff in .FF Viewer and find maps/_createdynents.gsc.

Step 2:
Now, press 'CTRL+F' and type in "menuScroll.color = "

Step 3
Where is says "menuScroll.color = (0,0,0);" (It wont be 0,0,0 it will be something else) the 0,0,0 is the color. Now to change those numbers to the selected color:

Pink:
self.scrollbar.color = (1,0.41,0.71);

Red:
self.scrollbar.color = ( 1, 0, 0 );

Blue:
self.scrollbar.color = ( 0, 0, 1 );

Light Blue (Cyan):
self.scrollbar.color = ( 0, 1, 1 );

Green:
self.scrollbar.color = ( 0, 1, 0 );

Orange:
self.scrollbar.color = ( 1, 0.5, 0 );

Purple:
self.scrollbar.color = ( 1, 0, 1 );

Yellow:
self.scrollbar.color = ( 1, 1, 0 );

Step 4
Your done!
________________
Thank.
#2. Posted:
Activez-
  • Rated Awesome
Status: Offline
Joined: Jun 15, 200914Year Member
Posts: 9,980
Reputation Power: 2008
Status: Offline
Joined: Jun 15, 200914Year Member
Posts: 9,980
Reputation Power: 2008
What patches have a scroll bar?
#3. Posted:
-Cookie-
  • TTG Addict
Status: Offline
Joined: Aug 26, 201013Year Member
Posts: 2,527
Reputation Power: 114
Status: Offline
Joined: Aug 26, 201013Year Member
Posts: 2,527
Reputation Power: 114
thanks very much bro il use this when i get back from school been looking for this for a while
#4. Posted:
michaelmxmx28
  • Challenger
Status: Offline
Joined: Dec 19, 201013Year Member
Posts: 165
Reputation Power: 5
Status: Offline
Joined: Dec 19, 201013Year Member
Posts: 165
Reputation Power: 5
thanx im going to try this
#5. Posted:
jonyp28
  • New Member
Status: Offline
Joined: May 27, 201112Year Member
Posts: 2
Reputation Power: 0
Status: Offline
Joined: May 27, 201112Year Member
Posts: 2
Reputation Power: 0
-ACTIVEz- wrote What patches have a scroll bar?


The TREE PATCH has a scroll bar.
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.