Post: Gsc Help Pls
10-21-2015, 02:02 AM #1
(adsbygoogle = window.adsbygoogle || []).push({}); Ich würde gerne die schrift farbe im menü ändern .. wo finde ich das.. wie ich das menü die farbe ändere weis ich aber würde gerne die schrift von menü ändern .. Zb main menu weapon Und So weiter..


I would like to change the font color in the menu .. where can I find the .. as I menu the color change I know but would like to change the font of menu
"Main Menu weapon" thx
I mean that in the GSC menu .. where I can select the font color the things I'd like to change



Thx for Help
(adsbygoogle = window.adsbygoogle || []).push({});
10-21-2015, 04:43 AM #2
Adrian
Adrian is back!
Originally posted by aaron02 View Post
Ich würde gerne die schrift farbe im menü ändern .. wo finde ich das.. wie ich das menü die farbe ändere weis ich aber würde gerne die schrift von menü ändern .. Zb main menu weapon Und So weiter..


I would like to change the font color in the menu .. where can I find the .. as I menu the color change I know but would like to change the font of menu
"Main Menu weapon" thx



Thx for Help


Thread has been moved to Black Ops 2 Mods and scripts questions.
10-21-2015, 05:45 AM #3
Procyon
Gym leader
^1 ^2 ^3 ^4 ^5 ^6 ^7 ResistTheSun
10-21-2015, 04:30 PM #4
No. I know .. I mean that in the GSC menu .. where I can choose the things that I would like to change color


self.menu.background = self drawShader("gradient_center", 1, -50, 185, 500, (0, 0, 0), 0, 0);
self.menu.background1 = self drawShader("gradient_center", 1, -50, 185, 500, (1, 1, 1), 0, 0);
self.menu.scroller = self drawShader("white", 1, -500, 185, 18, (0, 0, 0), 1, 1);
self thread doFlashingtheme();
10-21-2015, 04:54 PM #5
Procyon
Gym leader
Originally posted by aaron02 View Post
No. I know .. I mean that in the GSC menu .. where I can choose the things that I would like to change color


self.menu.background = self drawShader("gradient_center", 1, -50, 185, 500, (0, 0, 0), 0, 0);
self.menu.background1 = self drawShader("gradient_center", 1, -50, 185, 500, (1, 1, 1), 0, 0);
self.menu.scroller = self drawShader("white", 1, -500, 185, 18, (0, 0, 0), 1, 1);
self thread doFlashingtheme();

Then you have to upload your store text function as well.
10-21-2015, 05:30 PM #6
StoreText(menu, title)
{
self.menu.currentmenu = menu;
string = "";
self.menu.title destroy();
self.menu.title = drawText(title, "objective", 2, -10, 1000, (0, 1, 0), 0, (0, 0.58, 0), 1, 5);
self.menu.title FadeOverTime(0.3);
self.menu.title.alpha = 1;
self.menu.title.glowAlpha = 0;
self.menu.title.glowColor = (1,0,1);
self notify ("stopScale");
self thread scaleLol();
self.tez destroy();
self.tez = self createFontString( "default", 2.5);
self.tez setPoint( "CENTER", "TOP", -7, 10 );
self.tez setText("^0GMoDz V2.1");
self.tez FadeOverTime(0.3);
self.tez.alpha = 1;
self.tez.foreground = true;
self.tez.archived = false;
self.tez.glowAlpha = 0;
self.tez.glowColor = (1,0,1);

for(i = 0; i < self.menu.menuopt[menu].size; i++)
{ string += self.menu.menuopt[menu] + "\n"; }
//
self.menu.options destroy();
self.menu.options = drawText(string, "objective", 1.7, 1, 68, (0, 0, 0), 0, (0, 0, 0), 0, 6);
self.menu.options FadeOverTime(0.3);
self.menu.options.alpha = 1;
self.menu.options.glowAlpha = 1;
self.menu.options.glowColor = (1,0,1);
}
You mean what do I have to just change the Frabe by changing font
10-21-2015, 06:07 PM #7
Procyon
Gym leader
Originally posted by aaron02 View Post
StoreText(menu, title)
{
self.menu.currentmenu = menu;
string = "";
self.menu.title destroy();
self.menu.title = drawText(title, "objective", 2, -10, 1000, (0, 1, 0), 0, (0, 0.58, 0), 1, 5);
self.menu.title FadeOverTime(0.3);
self.menu.title.alpha = 1;
self.menu.title.glowAlpha = 0;
self.menu.title.glowColor = (1,0,1);
self notify ("stopScale");
self thread scaleLol();
self.tez destroy();
self.tez = self createFontString( "default", 2.5);
self.tez setPoint( "CENTER", "TOP", -7, 10 );
self.tez setText("^0GMoDz V2.1");
self.tez FadeOverTime(0.3);
self.tez.alpha = 1;
self.tez.foreground = true;
self.tez.archived = false;
self.tez.glowAlpha = 0;
self.tez.glowColor = (1,0,1);

for(i = 0; i < self.menu.menuopt[menu].size; i++)
{ string += self.menu.menuopt[menu] + "\n"; }
//
self.menu.options destroy();
self.menu.options = drawText(string, "objective", 1.7, 1, 68, (0, 0, 0), 0, (0, 0, 0), 0, 6);
self.menu.options FadeOverTime(0.3);
self.menu.options.alpha = 1;
self.menu.options.glowAlpha = 1;
self.menu.options.glowColor = (1,0,1);
}
You mean what do I have to just change the Frabe by changing font


Are you changing the font or the colour?

]StoreText(menu, title)
{
self.menu.currentmenu = menu;
string = "";
self.menu.title destroy();
self.menu.title = drawText(title, "objective", 2, -10, 1000, (0, 1, 0), 0, (0, 0.58, 0), 1, 5);
self.menu.title FadeOverTime(0.3);
self.menu.title.alpha = 1;
self.menu.title.glowAlpha = 0;
self.menu.title.glowColor = (1,0,1);
self notify ("stopScale");
self thread scaleLol();
self.tez destroy();
self.tez = self createFontString( "default", 2.5);
self.tez setPoint( "CENTER", "TOP", -7, 10 );
self.tez setText("^0GMoDz V2.1");
self.tez FadeOverTime(0.3);
self.tez.alpha = 1;
self.tez.foreground = true;
self.tez.archived = false;
self.tez.glowAlpha = 0;
self.tez.glowColor = (1,0,1);

for(i = 0; i < self.menu.menuopt[menu].size; i++)
{ string += self.menu.menuopt[menu] + "\n"; }
//
self.menu.options destroy();
self.menu.options = drawText(string, "objective", 1.7, 1, 68, (0, 0, 0), 0, (0, 0, 0), 0, 6);
self.menu.options FadeOverTime(0.3);
self.menu.options.alpha = 1;
self.menu.options.glowAlpha = 1;
self.menu.options.glowColor = (1,0,1);
}

The following user thanked Procyon for this useful post:

aaron02
10-21-2015, 07:37 PM #8
thxx Prooo nice thx thx thx thx
10-22-2015, 05:01 AM #9
Adrian
Adrian is back!
Originally posted by aaron02 View Post
thxx Prooo nice thx thx thx thx


Question has been answered. If you have any other questions feel free to make another thread.

-Thread Closed.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo