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
commonwealth wolfenstein machine power riot vault Call hunk boomers Mask ghoul Reforged body Superpele dead khan Overhaul marvel Gear mandalorian boom gauss daryl NPCs Ryse money
Latest topics
» [FNV] Menu and cursor doesnt show up
MCM menu- change color of the font Emptyby Anesthatic Today at 4:20 am

» Just a tired engineer with too little free time
MCM menu- change color of the font Emptyby Allthis Yesterday at 2:20 pm

» Afterlife discord
MCM menu- change color of the font Emptyby fil0000 Yesterday at 5:57 am

» The Next fallout
MCM menu- change color of the font Emptyby Velken Thu May 09, 2024 11:13 pm

» (FO4) FO76 BOS Objects
MCM menu- change color of the font Emptyby Velken Thu May 09, 2024 11:08 pm

» Announcement: The Winds of Change
MCM menu- change color of the font Emptyby Luke Priefer Thu May 09, 2024 5:16 pm

» The Fallout TV show destroyed NV. I'm done with Todd.
MCM menu- change color of the font Emptyby Luke Priefer Thu May 09, 2024 2:43 pm

» Starfield
MCM menu- change color of the font Emptyby Velken Wed May 08, 2024 10:34 pm

» Not new, but been a long time
MCM menu- change color of the font Emptyby john96 Fri May 03, 2024 11:31 pm

» Hey everyone, I've missed this place so much.
MCM menu- change color of the font Emptyby Xehonort Wed May 01, 2024 12:33 pm

» Hello, can anyone help me with the load order?
MCM menu- change color of the font Emptyby Elean Tue Apr 30, 2024 8:21 am

» Hey guys!!!
MCM menu- change color of the font Emptyby SilverInc Sun Apr 28, 2024 11:39 am

» The Legion are fascists, let's discuss it.
MCM menu- change color of the font Emptyby monke gaming Sat Apr 27, 2024 1:56 am

» A long overdue introduction
MCM menu- change color of the font Emptyby Athallah Akbar Thu Apr 25, 2024 10:46 am

» (Fo4) fo76 Steel Dawn Weapons and Armor ports
MCM menu- change color of the font Emptyby Nicward Sat Apr 20, 2024 3:50 pm

» Howdy from grandmastoes
MCM menu- change color of the font Emptyby Apoc Tue Apr 16, 2024 5:06 pm

» armor slot changing in creation kit
MCM menu- change color of the font Emptyby Meno Tue Apr 16, 2024 7:22 am

» {Multi Choice POLL} Fallout 3 or Fallout NV music?
MCM menu- change color of the font Emptyby HardComma Wed Apr 10, 2024 6:42 pm

» Hello from nexus
MCM menu- change color of the font Emptyby noacctname1 Wed Apr 10, 2024 12:54 am

» Who Would Win: Ulysses or Joshua Graham?
MCM menu- change color of the font Emptyby BellToadTall Wed Apr 03, 2024 3:06 pm

May 2024
MonTueWedThuFriSatSun
  12345
6789101112
13141516171819
20212223242526
2728293031  
CalendarCalendar
_
May 2024
MonTueWedThuFriSatSun
  12345
6789101112
13141516171819
20212223242526
2728293031  
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 : 28
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 12: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-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 8: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 : 28
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 7: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 12: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-