WB Coding Colored Faction Messages

正在查看此主题的用户

Hello, does anyone have the mod that changes the colors of the factions in messages in the left lower corner? I've used some mods and they have it, but they didn't credit anyone or put anything on how did they do it or where did they get it. Does anyone have this mod or can teach me how to do it? I would really like to have this is my mod collection.
 
解决方案
Well, there's no "solution". What you need to do, to have coloured messages is go through the whole module system (edit files like dialogues, scripts, menus, mission tempaltes and I think those are all) and search for display_message. Then, open your header_operations and search for this operation. You will see that you can input any colour you want, as the last parameter of this operation. Example:
(display_message, "str_s1_joined_battle_enemy", 0xYOURHEXCOLOUR),
Well, there's no "solution". What you need to do, to have coloured messages is go through the whole module system (edit files like dialogues, scripts, menus, mission tempaltes and I think those are all) and search for display_message. Then, open your header_operations and search for this operation. You will see that you can input any colour you want, as the last parameter of this operation. Example:
(display_message, "str_s1_joined_battle_enemy", 0xYOURHEXCOLOUR),
 
点赞 0
解决方案
Well, there's no "solution". What you need to do, to have coloured messages is go through the whole module system (edit files like dialogues, scripts, menus, mission tempaltes and I think those are all) and search for display_message. Then, open your header_operations and search for this operation. You will see that you can input any colour you want, as the last parameter of this operation. Example:
(display_message, "str_s1_joined_battle_enemy", 0xYOURHEXCOLOUR),
Alright, thanks for the answer.

I'm just going to use the latest test version of the diplomacy which already includes this.
 
点赞 0
后退
顶部 底部