Gaming Underground Network

Come for the mods, stay for the community
 
HomePortalLatest imagesInterviewsRegisterLog in
Search
 
 

Display results as :
 

 


Rechercher Advanced Search
Info Panel
______________
MOD MASTER THREADS:
FALLOUT
THE ELDER SCROLLS

______________


______________


GUNinsider
Fallout Miami: Mika999
Stay Connected

GUNetwork
Keywords
ghost Reforged khan space Superpele Metal hunk boom Ryse commonwealth boomers clone leon Gear power Duty body ghoul marvel money dead vault Mask riot NPCs suit
Latest topics
» OICW Mod for New Vegas
MCM menu- change color of the font Emptyby DavidW75 Tue Oct 22, 2024 11:37 pm

» Looking for Gta 5 xbox one modded account
MCM menu- change color of the font Emptyby salman0786 Tue Oct 08, 2024 3:47 pm

» [FNV] Flickering Landscape Textures
MCM menu- change color of the font Emptyby zliu313 Fri Oct 04, 2024 1:33 pm

» Best Site Ever!
MCM menu- change color of the font Emptyby WasteNinja88 Sun Sep 29, 2024 4:38 am

» Weird bug or glitch with Console Command. [FNV]
MCM menu- change color of the font Emptyby nickenicole47 Tue Sep 24, 2024 6:11 pm

» Suggestions on npc mod that Blends with dragbodys mod?
MCM menu- change color of the font Emptyby ilovebees.com Sun Sep 22, 2024 5:31 am

» [FNV] Right Mouse Button Zoom/ADS Bug
MCM menu- change color of the font Emptyby Lankychazz2009 Sun Sep 22, 2024 3:20 am

» (FO4) FO76 BOS Objects
MCM menu- change color of the font Emptyby campesino.p Sat Sep 21, 2024 8:53 pm

» [FNV] Dragbody's FO4 Power Armors bug.
MCM menu- change color of the font Emptyby Lankychazz2009 Thu Sep 19, 2024 1:34 pm

» Fallout: New Vegas "Pizza Boy" Mod
MCM menu- change color of the font Emptyby MrMistyEyed2 Tue Sep 10, 2024 12:15 am

» Here Are Some Of The Best Mods From GunNetwork
MCM menu- change color of the font Emptyby Abyssfer Sun Sep 08, 2024 9:02 am

» Saying hi after two years
MCM menu- change color of the font Emptyby spiralsandspirals Wed Aug 28, 2024 11:39 pm

» Looking for an alternative to Nexus
MCM menu- change color of the font Emptyby freakoverse Fri Aug 23, 2024 9:50 am

» fallout 4 mods
MCM menu- change color of the font Emptyby salientguitar4 Mon Aug 19, 2024 4:47 pm

» [FNV] How to troubleshot infinite loading issues?
MCM menu- change color of the font Emptyby Abyssfer Wed Aug 14, 2024 4:28 pm

» Fnv Enable player control command
MCM menu- change color of the font Emptyby GenJohnWilliam Mon Aug 05, 2024 8:25 pm

» Problem with Dragbodies NCR overhaul
MCM menu- change color of the font Emptyby Lankychazz2009 Fri Aug 02, 2024 7:53 pm

» NCR Trooper Overhaul Armors with NCR Ultimate Overhaul
MCM menu- change color of the font Emptyby Abyssfer Thu Aug 01, 2024 7:29 pm

» Roland Deschain ist The Mysterious Stranger and other t
MCM menu- change color of the font Emptyby SpaceRanger Mon Jul 22, 2024 9:15 am

» Guns you want in Fallout
MCM menu- change color of the font Emptyby SpaceRanger Mon Jul 22, 2024 8:25 am

November 2024
MonTueWedThuFriSatSun
    123
45678910
11121314151617
18192021222324
252627282930 
CalendarCalendar
_
November 2024
MonTueWedThuFriSatSun
    123
45678910
11121314151617
18192021222324
252627282930 
CalendarCalendar

Share
 

 MCM menu- change color of the font

View previous topic View next topic Go down 
AuthorMessage
Lôke-khan K.B.

Lôke-khan K.B.

Posts : 1084
Join date : 2016-02-08
Age : 29
Location : Gdansk, Poland

Character sheet
Name: Bronx
Faction: NCR
Level: 77

MCM menu- change color of the font Empty
PostSubject: MCM menu- change color of the font   MCM menu- change color of the font EmptySat Mar 18, 2017 5:13 pm

Hello gunners! I have a problem with the change of font color MCM menu, I wanted to get the effect that font of MCM menu was the same color as the main menu of the game. Do you know which file I need to edit to achieve this effect? I'll be very grateful if someone step by step, explain to me how to do it, or send me a file with complete settings. Smile

_________________
MCM menu- change color of the font Szlach10
Back to top Go down
mikeee1111

mikeee1111

Posts : 358
Join date : 2017-01-17
Age : 38
Location : From Vancouver/at Montreal right now (temporary)

Character sheet
Name: Character
Faction:
Level:

MCM menu- change color of the font Empty
PostSubject: Re: MCM menu- change color of the font   MCM menu- change color of the font EmptyMon Mar 20, 2017 1:44 am

Could you tell me exactly what is it that you want to modify?
That would help a lot, is it the black font, or the the lines and text?

I'm not totally sure, but you should give a look at the file MCM.xml which can be found in data/menus/prefabs/MCM

Then you got " <systemcolor> &mainmenu; </systemcolor>
<height> 675 </height> "

You can change the height with that specific line, about the color, i'm not too sure, there are lot of "color" lines for specific things, i'm not sure what is it that you want to change the color of, so go and give a look at it, using notepad, you can search using the word "color".

For example, if you scroll down, you got

<rect name="MCM_BG">
<locus> &true; </locus>
<systemcolor> &nosystemcolor; </systemcolor>
<visible> <copy src="parent()" trait="_Menu"/> </visible>
<x> <copy src="parent()" trait="x"/> </x>
<y> <copy src="parent()" trait="y"/> </y>"

It may have something to do with what you want.
If you scroll down again, you'll have this:

<text name="MCM_PressControl">
<blue> 255 </blue>
<brightness> 255 </brightness>
<depth> 13 </depth>
<font> <copy src="sibling(MCM_Font)" trait="_PressControl"/> </font>
<green> 255 </green>
<justify> &left; </justify>
<red> 255 </red>
<string> &-sPressControl; </string>
<systemcolor> &nosystemcolor; </systemcolor>
<visible> &false; </visible>
<x>


I guess it's trial and error, awhile, i'll try to check it by myself, doing tests to see if it works, let me know if it works on your side, good luck!

_________________
"All we have to decide is what to do with the time that is given to us"

- Gandalf the Bla- I mean the white.
MCM menu- change color of the font Source
Back to top Go down
Lôke-khan K.B.

Lôke-khan K.B.

Posts : 1084
Join date : 2016-02-08
Age : 29
Location : Gdansk, Poland

Character sheet
Name: Bronx
Faction: NCR
Level: 77

MCM menu- change color of the font Empty
PostSubject: Re: MCM menu- change color of the font   MCM menu- change color of the font EmptyMon Mar 20, 2017 12:19 pm

Thank you so much @mikeee1111 ! cheers I thought that no one can help me with this problem, but I was wrong Smile I wanted to change the font of MCM menu in such a way that this font was the same color as the main menu. I use a mod that changes the font color of the main menu on the color of the game interface, which can be changed freely. I really like to play with the white color fonts and HUD in my game and I did not like that MCM menu that stands out from the main menu of the game. I will try to do exactly what you wrote in your reply, I hope this works and if not ever find a solution to the problem Smile Thank you again for your help, +1 rep for the simple fact that whatever you decide to write below this post. Smile

_________________
MCM menu- change color of the font Szlach10
Back to top Go down
mikeee1111

mikeee1111

Posts : 358
Join date : 2017-01-17
Age : 38
Location : From Vancouver/at Montreal right now (temporary)

Character sheet
Name: Character
Faction:
Level:

MCM menu- change color of the font Empty
PostSubject: Re: MCM menu- change color of the font   MCM menu- change color of the font EmptyTue Mar 21, 2017 5:58 pm

karolbr95 wrote:
Thank you so much @mikeee1111 ! cheers I thought that no one can help me with this problem, but I was wrong Smile I wanted to change the font of MCM menu in such a way that this font was the same color as the main menu. I use a mod that changes the font color of the main menu on the color of the game interface, which can be changed freely. I really like to play with the white color fonts and HUD in my game and I did not like that MCM menu that stands out from the main menu of the game. I will try to do exactly what you wrote in your reply, I hope this works and if not ever find a solution to the problem Smile Thank you again for your help, +1 rep for the simple fact that whatever you decide to write below this post. Smile

You're welcome, always happy to help people.
Let me know if it works, i will probably try it when i will have some free time, since i am also interested in changing it since you've talked about it.

_________________
"All we have to decide is what to do with the time that is given to us"

- Gandalf the Bla- I mean the white.
MCM menu- change color of the font Source
Back to top Go down
Sponsored content




MCM menu- change color of the font Empty
PostSubject: Re: MCM menu- change color of the font   MCM menu- change color of the font Empty

Back to top Go down
 

MCM menu- change color of the font

View previous topic View next topic Back to top 
Page 1 of 1

 Similar topics

-
» How do I change my name color?
» HUD Color bug
» The "color" of pip-boy games
» Vault 81 Color Glitch
» Favourite Font?

Permissions in this forum:You cannot reply to topics in this forum
Gaming Underground Network :: Fallout :: Troubleshooting-