Change map name color?

In this forum you will find and post information regarding the modding of Star Wars Battlefront 2. DO NOT POST MOD IDEAS/REQUESTS.

Moderator: Moderators

Post Reply
User avatar
Delta-1035
Sith Master
Sith Master
Posts: 2651
Joined: Mon Aug 04, 2008 10:32 am
Projects :: TOR GCWII GCW1035 BF1035
xbox live or psn: Johnny_Sciroppo
Location: Pizza Land

Change map name color?

Post by Delta-1035 »

I can't find the topic that explained how to change the map color - not just from orange to white but actually choose the color you want.

I know it's somewhere but I must have searched for wrong words...
User avatar
GAB
1st Lieutenant
1st Lieutenant
Posts: 431
Joined: Sun Jul 03, 2011 8:56 pm
Location: Somewhere around the world
Contact:

Re: Change map name color?

Post by GAB »

Here you have it: viewtopic.php?f=27&t=25108
User avatar
Delta-1035
Sith Master
Sith Master
Posts: 2651
Joined: Mon Aug 04, 2008 10:32 am
Projects :: TOR GCWII GCW1035 BF1035
xbox live or psn: Johnny_Sciroppo
Location: Pizza Land

Re: Change map name color?

Post by Delta-1035 »

Thanks, I've tried with 2 different colors but it did not work.
Marth8880
Resistance Leader
Posts: 5042
Joined: Tue Feb 09, 2010 8:43 pm
Projects :: DI2 + Psychosis
Games I'm Playing :: Silent Hill 2
xbox live or psn: Marth8880
Location: Edinburgh, UK
Contact:

Re: Change map name color?

Post by Marth8880 »

Could you please show us the code snippets from what you've tried?
User avatar
Delta-1035
Sith Master
Sith Master
Posts: 2651
Joined: Mon Aug 04, 2008 10:32 am
Projects :: TOR GCWII GCW1035 BF1035
xbox live or psn: Johnny_Sciroppo
Location: Pizza Land

Re: Change map name color?

Post by Delta-1035 »

I can't remeber the colors I've tried before, but I tried a 3rd time with this one and it did not work - the map name is still orange.

Code: Select all

sp_n = table.getn(sp_missionselect_listbox_contents)
sp_missionselect_listbox_contents[sp_n+1] = { red = 50, blue = 215, green = 175, isModLevel = 1, mapluafile = "JA1%s_%s",era_f = 1,mode_con_f = 1,change = {era_f = { name="Galactic Civil War II (D35)", icon2="firstorder_logo" },},}
mp_n = table.getn(mp_missionselect_listbox_contents)
mp_missionselect_listbox_contents[mp_n+1] = sp_missionselect_listbox_contents[sp_n+1]
CdtFox
2nd Lieutenant
2nd Lieutenant
Posts: 379
Joined: Wed Feb 17, 2016 8:51 am
Projects :: BUC and Designated Days
Games I'm Playing :: SWBF2+EAW+Subnautica
xbox live or psn: No gamertag set
Location: France
Contact:

Re: Change map name color?

Post by CdtFox »

Make sure you have the "nocolor.txt" file from the 1.3 patch removed :D

It should be located in C:\Program Files (x86)\Steam\steamapps\common\Star Wars Battlefront II\GameData\addon\AAA-v1.3patch\settings
Post Reply