Renaming an Era

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
ARCTroopaNate
Jedi
Jedi
Posts: 1161
Joined: Mon Mar 21, 2011 8:12 pm
Projects :: Star Wars Battlefront - Tides of War
Games I'm Playing :: SWBF2 RC EAW
xbox live or psn: I have ps4
Location: STALKER!
Contact:

Renaming an Era

Post by ARCTroopaNate »

Hello friends, it's been a while.

Trying to jump back into things, I knew this at what point but I seem to have forgotten. What do I add to the addme file to rename an era?

Thank you.
SkinnyODST
Lieutenant Colonel
Lieutenant Colonel
Posts: 545
Joined: Mon Jul 04, 2016 10:56 pm
Location: My other account
Contact:

Re: Renaming an Era

Post by SkinnyODST »

sp_missionselect_listbox_contents[sp_n+1] = {
isModLevel = 1,
mapluafile = "ABC%s_%s",
era_c = 1, era_g = 1,
mode_con_c = 1, mode_con_g = 1,
change = {
era_c = { name="Your new name" },
era_g = { name="Your new name" },
:D
ARCTroopaNate
Jedi
Jedi
Posts: 1161
Joined: Mon Mar 21, 2011 8:12 pm
Projects :: Star Wars Battlefront - Tides of War
Games I'm Playing :: SWBF2 RC EAW
xbox live or psn: I have ps4
Location: STALKER!
Contact:

Re: Renaming an Era

Post by ARCTroopaNate »

Thank you SkinnyODST, I appreciate it.
SkinnyODST
Lieutenant Colonel
Lieutenant Colonel
Posts: 545
Joined: Mon Jul 04, 2016 10:56 pm
Location: My other account
Contact:

Re: Renaming an Era

Post by SkinnyODST »

No problem
Post Reply