I only had a few minutes right now..... end goal.... hopefully the "current lineup panel" are red font color
notes below and see attachment .... will try to find that one panel this weekend, but some pointers if you find it first
----------------------------
album notes (very important): https://ibb.co/album/6JHZDVncaa scoreboard that i made has a specific unique black that only is found in the scoreboard panels i changed.
like ff ff ff ff (white) and 00 00 00 ff (black) can be all sorts of hex locations ....
but 49 39 23 ff (unique black/unique hex) is only my font colors so that i can find the tested font colors quicker.
49 39 23 ff ---- original flyout color
replace with custom red (r=240, g=62, b=34 .... hex f0 3e 23
flip the hex from RGB to BGR (most 2k14 font colors are BGR; a few are RGB)
23 3e f0 ff ---- custom red (easy search; unique numbers)
----- search original NCAAA FOR FIRST font color change and last font color change
first font color is at hex loaction 00002f3c
last font color is at hex location 000a123c
copy the ncaa scoreboard to desktop and do replace all .... 49 39 23 ff with 23 3e f0 ff (red)..... now fonts are red.
---- other font colors may be before or after can't remember if i tested all the font colors, but they are in the sameish location block all next to each other if i remember correctly -----
use desktop scorebard (red font) and replace large portions of game folder scoreboard (black font)... copy/paste... trying to find red font in the correct panel.
so, i would replace large portions of ncaa original (black color) with ncaa red color hex (copy/paste from one scoreboard to the other scoreboard)
if the hex is identical (ncaa original black VS ncaa red font) and only font has changed... then can replace hex from one scoreboard to another without breaking anything else.
looking for range where your panel is red... then shrink that range smaller and smaller until panel font is located.
so replace from hex 00002f3c -> 00054237 .... replace all hex within that range ..... then check in game if the specific panel has changed color.
if it is in the hex range.... the shrink hex range smaller and smaller until only your panel is red font color.
if not between {0002f3c -> 00054237} then try the other half range {00054237 ->000a123c}
looking for font color of your panel will lead to other pointers.
You do not have the required permissions to view the files attached to this post.