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:
Status: Offline
Joined: Jul 24, 201014Year Member
Posts: 314
Reputation Power: 12
Status: Offline
Joined: Jul 24, 201014Year 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.
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:
Status: Offline
Joined: Jun 15, 200915Year Member
Posts: 9,983
Reputation Power: 2015
Status: Offline
Joined: Jun 15, 200915Year Member
Posts: 9,983
Reputation Power: 2015
What patches have a scroll bar?
- 0useful
- 0not useful
#3. Posted:
Status: Offline
Joined: Aug 26, 201014Year Member
Posts: 2,527
Reputation Power: 114
Status: Offline
Joined: Aug 26, 201014Year 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
- 0useful
- 0not useful
#4. Posted:
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
- 0useful
- 0not useful
#5. Posted:
Status: Offline
Joined: May 27, 201113Year Member
Posts: 2
Reputation Power: 0
-ACTIVEz- wrote What patches have a scroll bar?
The TREE PATCH has a scroll bar.
- 0useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.