Page 1 of 1

Editor bug

Posted: Wed Oct 22, 2014 5:05 pm
by NickDirlewanger
After copying campaign I gave it another folder name (AltItalian, folder really got this name now) and another map for campaign list (Alt Italian Wars) but in the list is is shown as Italian Wars, so I have two campaigns with same name in it.

Re: Editor bug

Posted: Wed Oct 22, 2014 5:30 pm
by rbodleyscott
NickDirlewanger wrote:After copying campaign I gave it another folder name (AltItalian, folder really got this name now) and another map for campaign list (Alt Italian Wars) but in the list is is shown as Italian Wars, so I have two campaigns with same name in it.
That isn't a bug.

The campaign contains a file called text1.txt containing various string definitions.

Amongst these is

IDS_CAMPAIGN_NAME,"Italian Wars",

which defines the campaign name shown in the list.

So change "Italian Wars" to whatever you like and your campaign will appear in the list as that.

Re: Editor bug

Posted: Wed Oct 22, 2014 5:36 pm
by NickDirlewanger
rbodleyscott wrote:
NickDirlewanger wrote:After copying campaign I gave it another folder name (AltItalian, folder really got this name now) and another map for campaign list (Alt Italian Wars) but in the list is is shown as Italian Wars, so I have two campaigns with same name in it.
That isn't a bug.

The campaign contains a file called text1.txt containing various string definitions.

Amongst these is

IDS_CAMPAIGN_NAME,"Italian Wars",

which defines the campaign name shown in the list.

So change "Italian Wars" to whatever you like and your campaign will appear in the list as that.
Thank you!