Menu color help
-
Ive already found 27 files:
interface/baseside:
-city_maneuvertab1.cmp
-city_maneuvertab2.cmp
-city_maneuvertab3.cmpinterface/intro/objects:
-front_button.cmp
-front_charactercreatebox.cmp
-front_characterselectbox.cmp
-front_characterselectbox_message.cmp
-front_infowindow.cmp
-front_loadingbar.cmp
-front_serverselect.cmp
-front_serverselect_info.cmp
-front_shipselectionbox.cmp
-multi_accountboxlong.cmp
-multi_accountboxshort.cmp
-multi_attentionreqâd.cmp
-multi_charactercreation.cmpinterface/loadsave:
-front_button.cmp
-front_infowindow.cmp
-Is_background.cmpinterface/neuronet/navmap/newnavmap:
-navmap_background.cmp
interface/neuronet/options:
-escapewindow.cmp
-escapewindow2.cmp
-gameover_loadquit.3db
-gameoverreasonbox.3db
-gameoverwindow.cmp
-missionfailed.cmpinterface/textoffer:
-coversationoffer.cmp
@DwnUndr
Can you tell me what are the 2 more files?Thanks in advance,
-
What were you searching for? INV_insideframecolor doesnât occur in the baseside files, nor in a couple of others. Here are the ones of those that arenât above:
interface/intro/objects:
front_characselectbox.cmp
interface/multiplayer/chat:
-chat_chat_textbox.cmp
interface/multiplayer/trade:
-trade_background.cmp
-trade_backgroundold.cmpinterface/neuronet:
-errorexplanation.cmp
interface/neuronet/chat:
-chat_background.cmp
interface/neuronet/inventory:
-char_infowindow.cmp
-front_options_box.cmp
-front_options_box2.cmp
-front_shortoptions_box.cmp
-front_shortoptions_box2.cmp
-hlp_window.cmp
-inv_biginforcard.cmp
-inv_biginforcard_center.cmp
-repair_bakgrnd.cmpinterface/neuronet/navmap/newnavmap:
-nav_navmap_left.cmp
-nav_navmap_right.cmpinterface/neuronet/options:
-alt-f4window.cmp
-
I still donât follow. Since you mentioned 29 files, I figured you were referring to âGot that figured out and fixed that line in 29 files.â which was about the INV_insideframecolor Dc adjustment.
That list was just the files that contained the INV line and finding that node for DwnUnder is all Iâve done. (BTW, in the interface directory and its subdirectories, there are 123 files containing a Dc node.)
-
Well hey, I know itâs a slight tangent but⌠Has anyone figured out how to change the text color in the game? Itâs really the last bit thatâd allow for totally different HUD colors. Oh, the yellow âhighlightâ would be nice too.
Adoxa?
-
FriendlyFire wrote:
Well hey, I know itâs a slight tangent but⌠Has anyone figured out how to change the text color in the game? Itâs really the last bit thatâd allow for totally different HUD colors. Oh, the yellow âhighlightâ would be nice too.Adoxa?
I dont want to write any stupid thing, but in the Fonts folder, there is a file called rich_fonts.ini.
It contains colors also, but i dont know if it is or not. -
That only controls very specific fonts, not the main UI ones.
-
The text of some dialogs (like bribes) can be changed by using STYLE_NN in rich_fonts.ini. Everything else is hardcoded into Freelancer.exe.
0bd8ec: 43 # R of tooltip background 0bd8f1: 61 # G 0bd8f6: 70 # B 0bd933: b9 # R of tooltip text 0bd938: f7 # G 0bd90b: ff # B (this is e0 of an unused color) 0bd92a: 0f # change it from 0e so above works 15b22c: ff # R of selected maneuver icon 15b231: ff # G 15b236: 00 # B 15b2cb: ff # R of selected neural net icon 15b2d0: ff # G 15b2d5: 00 # B 15b2f6: ff # A of both 161be6: 87 # R of main text color (aqua) 161bed: c3 # G 161bf4: e0 # B 161bfb: c0 # A 161c06: 87 # R of main color (aqua) 161c0d: c3 # G 161c14: e0 # B 161c1b: ff # A 161c66: f5 # R of selected color (yellow) 161c6d: ea # G 161c74: 52 # B 161c7b: ff # A 161ce1: 80 # RGB of disabled icons 161cf7: ff # A 199da6: 87 c3 e0 # RGB of some buttons 199dab: 87 c3 e0 # and again 199dc6: 80 80 80 # RGB of disabled buttons 199dcb: 80 80 80 # and again
Hereâs the list of styles I identified (including the existing ones) as part of Console development .
// The bits in brackets are the defaults, overridden by the definition in // DATA\FONTS\rich_fonts.ini. STYLE_SENDER = 0xd5ec, // white, font = 2 STYLE_CONSOLE = 0x73f7, // white (green, font = 2, iu) STYLE_UNIVERSE = 0xd681, // white STYLE_SYSTEM = 0xd801, // aqua STYLE_LOCAL = 0x1d9d, // green STYLE_PRIVATE = 0x8283, // green (i) STYLE_INFO = 0xe784, // white, b STYLE_NOTICE = 0x3ea8, // red, b STYLE_GROUP = 0xba28, // #FF7EFD (magenta) StyleBoldYellow = 0x66b7, // yellow, b (unused) STYLE_INVITE = 0x2b34, // yellow, iu STYLE_PLAYER = 0x66ac, // white STYLE_BUTTON = 0x828b, // aqua, font = 6 (1) STYLE_TITLE = 0x1df5, // aqua, font = 3, center STYLE_SUBTITLE = 0x43e0, // aqua, font = 3 STYLE_HEADER = 0xd824, // aqua, font = 1 STYLE_HEADER_ACTIVE = 0xd190, // yellow, font = 1 STYLE_TABLE = 0x69f5, // aqua STYLE_TABLE_SELECT = 0x3343, // yellow STYLE_TABLE_INACTIVE = 0xbb80, // #B6B6B6 (light grey) STYLE_LOCTABLE = 0x5203, // aqua (font = 1) STYLE_LOCTABLE_SELECT = 0x3dbc, // yellow (font = 1) STYLE_LOCTABLE_INACTIVE = 0x867f, // #B6B6B6 (font = 1) STYLE_NN = 0x9ca4, // aqua STYLE_DATA = 0x76ec, // aqua StyleSmallAqua = 0x686c, // aqua, font = 5 (unused) SYTLE_NN_BOLD = 0x0f64, // aqua, b STYLE_NN_SELECTED = 0x3d0a, // yellow STYLE_DIALOG = 0x5c12, // aqua, font = 1 STYLE_DIALOG_SMALL = 0xc9b7, // aqua, font = 5 STYLE_SMALL_HEADER = 0x3df7, // aqua, font = 5 STYLE_SMALL_HEADER_ACTIVE = 0xda80, // yellow, font = 5 STYLE_SUBSUBTITLE = 0xfaa9, // aqua, font = 1 STYLE_ERROR = 0x3363, // red STYLE_NN_AGENCY = 0x5724, // aqua, font = 5 STYLE_CONSOLE_SENDER = 0x6c0e, // #00FF00, font = 2 STYLE_LABEL = 0x4433 // aqua, font = 1 ```If you want to have a go at decoding those ones I've missed, use the attached stylehash program (command line).
-
Adoxa man, youve found something ive been wantin to change for YEARS. dies
major kudos for you!!!
-
Updated the style list. Got them all now, except for two which arenât used anyway.
Attached is a Tiny Hexer script to edit the hardcoded colors. Iâve completed the collection, so with this, the styles and cmp editing, you should pretty much have it all. Note that even if you cancel, patches are still made to allow individual component selection and to separate reused colors (e.g. the same red is used for hostile reputation, missile/trail/radiation/lag alerts, targetâs hull status and a slow ping).
-
Davis wrote:
Ive already found 27 files:@DwnUndr
Can you tell me what are the 2 more files?Here are the 29 cmp files which contain the phrase âINV_insideframecolorâ.
INTRO\OBJECTS\front_characselectbox.cmp
INTRO\OBJECTS\front_charactercreatebox.cmp
INTRO\OBJECTS\front_serverselect.cmp
INTRO\OBJECTS\front_shipselectionbox.cmp
INTRO\OBJECTS\multi_accountboxlong.cmp
INTRO\OBJECTS\multi_accountboxshort.cmp
INTRO\OBJECTS\multi_attentionreqâd.cmp
INTRO\OBJECTS\multi_charactercreation.cmp
LOADSAVE\ls_background.cmp
MULTIPLAYER\CHAT\chat_chat_textbox.cmp
MULTIPLAYER\TRADE\trade_background.cmp
MULTIPLAYER\TRADE\trade_backgroundold.cmp
NEURONET\errorexplanation.cmp
NEURONET\CHAT\chat_background.cmp
NEURONET\INVENTORY\char_infowindow.cmp
NEURONET\INVENTORY\front_options_box2.cmp
NEURONET\INVENTORY\front_options_box.cmp
NEURONET\INVENTORY\front_shortoptions_box2.cmp
NEURONET\INVENTORY\front_shortoptions_box.cmp
NEURONET\INVENTORY\hlp_window.cmp
NEURONET\INVENTORY\inv_biginforcard.cmp
NEURONET\INVENTORY\inv_biginforcard_center.cmp
NEURONET\INVENTORY\repair_bakgrnd.cmp
NEURONET\NAVMAP\NEWNAVMAP\nav_navmap_left.cmp
NEURONET\NAVMAP\NEWNAVMAP\nav_navmap_right.cmp
NEURONET\NAVMAP\NEWNAVMAP\navmap_background.cmp
NEURONET\OPTIONS\alt-f4window.cmp
NEURONET\OPTIONS\escapewindow2.cmp
NEURONET\OPTIONS\missionfailed.cmpThere are many other additional files that contain colors that can be edited as well but I didnât write them down. Do a search inside each xml file for the phrase âRGBâ to find them.
-
EDIT:
just a bit amendment to those ppl who want to repaint this default dark blue color in the game too, what DwnUndr mentioned at his first post:INTERFACE/HUD:
hud_nnbox5.cmp
hud_nnbox6.cmp
hud_nnbox7.cmpsearch for Material#24âŚâŚâ>Dc
This is the right upper box which conatins the navmap, info, player status, inventory.hud_maneuverbox2.cmp
hud_maneuverbox3.cmp
hud_maneuverbox4.cmp
hud_maneuverbox5.cmp
hud_maneuverbox6.cmpsearch for Material#24âŚâ>Dc
This is the middle upper box, which contains the goto, dock, formation.hud_numberboxes.cmp
hud_shipinfo.cmp
hud_shipinfo_min.cmp
hud_target.cmp
hud_target_min.cmpsearch for Material#24âŚâ>Dc
These are the bottom left, right, middle windows contain the ship, station, etc⌠status (left), shield weapon status (middle), and the shipâs weapons, bots and batteries status (right).and:
all front_button.cmp files in all folder:
search for Material#4âŚâ>Dc
INTERFACE/INTRO/OBJECTS:
front_loadingbar.cmp
search for Material#4021220115007â->Dc
If you modify this files with same color you modified the INV_insideframecolor materials you get same result in the game.
-
I tried editing the value for NN_GROUP and there seems to be a problem; the colour of the text that I am typing into group chat has changed in colour whereas the group chat text that has already been sent or received from other group members is still magenta. Is there any fix for this or am I just missing something?
EDIT: I am trying to change the colour of group chat. And yes, it does work, but as I mentioned above, only for the text I am currently typing.