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
Superpele leon NPCs power machine vault commonwealth Ryse ghoul boom body Gear riot Metal hunk brotherhood marvel dead port Reforged money boomers khan wolfenstein mandalorian Mask
Latest topics
» Roland Deschain ist The Mysterious Stranger and other t
MCM menu- change color of the font Emptyby SpaceRanger Mon Jul 22, 2024 2:15 am

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

» [FO4] Doom 2016 models as replecement.
MCM menu- change color of the font Emptyby SpaceRanger Sun Jul 21, 2024 1:12 am

» [FO4] Secret Service armor, helmet headlamp
MCM menu- change color of the font Emptyby fossaceca17 Sat Jul 20, 2024 8:19 pm

» The Legion are fascists, let's discuss it.
MCM menu- change color of the font Emptyby Cipher22 Thu Jul 11, 2024 9:28 pm

» The Next fallout
MCM menu- change color of the font Emptyby Cipher22 Thu Jul 11, 2024 9:25 pm

» Your favorite mods for F:NV
MCM menu- change color of the font Emptyby Cipher22 Thu Jul 11, 2024 9:21 pm

» Afterlife discord
MCM menu- change color of the font Emptyby Willaemann Tue Jul 09, 2024 11:44 am

» What happened to Outlawer's pack 1?
MCM menu- change color of the font Emptyby Trappy82 Sun Jun 16, 2024 10:17 pm

» Greetings
MCM menu- change color of the font Emptyby septron Fri Jun 14, 2024 6:49 am

» Starfield
MCM menu- change color of the font Emptyby jaypak Mon Jun 10, 2024 1:56 am

» (Fo4) fo76 Steel Dawn Weapons and Armor ports
MCM menu- change color of the font Emptyby RockstarAC16 Mon Jun 03, 2024 3:19 am

» Just a tired engineer with too little free time
MCM menu- change color of the font Emptyby Lonesome_Wanderer Thu May 30, 2024 9:02 pm

» Hello everyone. Looking to add classic Fallout in FO4
MCM menu- change color of the font Emptyby Lonesome_Wanderer Thu May 30, 2024 8:53 pm

» The Fallout TV show destroyed NV. I'm done with Todd.
MCM menu- change color of the font Emptyby SpookyGeist Wed May 29, 2024 6:39 am

» XHX Discord server.
MCM menu- change color of the font Emptyby TheGoodKoosh Sat May 25, 2024 3:25 pm

» Weird bug or glitch with Console Command. [FNV]
MCM menu- change color of the font Emptyby nickenicole47 Sat May 25, 2024 1:05 am

» What's your favorite weapon in the Fallout Series
MCM menu- change color of the font Emptyby FellowHumanOfOutpost31 Thu May 23, 2024 9:32 am

» (FO4) FO76 BOS Objects
MCM menu- change color of the font Emptyby keelordd Wed May 22, 2024 12:53 am

» How to change the UI sound fx placed by a mod?
MCM menu- change color of the font Emptyby immortallegion Sun May 12, 2024 4:40 pm

July 2024
MonTueWedThuFriSatSun
1234567
891011121314
15161718192021
22232425262728
293031    
CalendarCalendar
_
July 2024
MonTueWedThuFriSatSun
1234567
891011121314
15161718192021
22232425262728
293031    
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 10:13 am

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-16
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 EmptySun Mar 19, 2017 6:44 pm

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 5:19 am

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-16
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 10:58 am

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-