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.
Renaming an Era
Moderator: Moderators
-
ARCTroopaNate
- Jedi

- Posts: 1161
- Joined: Mon Mar 21, 2011 8:12 pm
- Projects :: Star Wars Battlefront - Tides of War
- xbox live or psn: I have ps4
- Location: STALKER!
- Contact:
-
SkinnyODST
- Lieutenant Colonel

- Posts: 545
- Joined: Mon Jul 04, 2016 10:56 pm
- Location: My other account
- Contact:
Re: Renaming an Era
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" },

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" },
-
ARCTroopaNate
- Jedi

- Posts: 1161
- Joined: Mon Mar 21, 2011 8:12 pm
- Projects :: Star Wars Battlefront - Tides of War
- xbox live or psn: I have ps4
- Location: STALKER!
- Contact:
Re: Renaming an Era
Thank you SkinnyODST, I appreciate it.
-
SkinnyODST
- Lieutenant Colonel

- Posts: 545
- Joined: Mon Jul 04, 2016 10:56 pm
- Location: My other account
- Contact:
Re: Renaming an Era
No problem
