Questions to Text Files

Moderator: Pocus

Post Reply
Nekomessiah
Private First Class - Opel Blitz
Private First Class - Opel Blitz
Posts: 2
Joined: Wed Nov 27, 2013 11:02 pm

Questions to Text Files

Post by Nekomessiah »

I'm trying to create a Language Mod.
I was looking at the text file for that and had some questions.
In Text2.txt, line 72 looks like this:.

Code: Select all

IDS_MP_TOGGLECOOP,IDS_MP_TOGGLECOOP,"Cooperative Matches",
I think the following is correct.

Code: Select all

IDS_MP_TOGGLECOOP,"Cooperative Matches",
Lines 512 and 513 of Text48.txt are as follows:.

Code: Select all

IDS_DEC_MILITARY_REFORM_HC_TEXT, "With this decision, all Heavy Cavalry types available to your nation, if they have a possible upgrade, will be improved. You have two possible options, one which is slow but cheaper, one is immediate but costlier. The second option also costs a bit more experience for the upgraded units.", IDS_DEC_MILITARY_REFORM_HC_MSGTEXT, "Military Reform: Improve Heavy Cavalry units",
IDS_DEC_MILITARY_REFORM_HC_MSGTEXT, "Military Reform: Improve Heavy Cavalry units",
I think the following is correct.

Code: Select all

IDS_DEC_MILITARY_REFORM_HC_TEXT, "With this decision, all Heavy Cavalry types available to your nation, if they have a possible upgrade, will be improved. You have two possible options, one which is slow but cheaper, one is immediate but costlier. The second option also costs a bit more experience for the upgraded units.",
IDS_DEC_MILITARY_REFORM_HC_MSGTEXT, "Military Reform: Improve Heavy Cavalry units",
Are these my assumptions correct?
Thanks.
AndrewGardner
Slitherine
Slitherine
Posts: 535
Joined: Tue Nov 13, 2012 6:24 pm

Re: Questions to Text Files

Post by AndrewGardner »

Yes, those look like errors in the file.
Nekomessiah
Private First Class - Opel Blitz
Private First Class - Opel Blitz
Posts: 2
Joined: Wed Nov 27, 2013 11:02 pm

Re: Questions to Text Files

Post by Nekomessiah »

Thank you for your reply.
I have another question.

Lines 87 and 88 of Text28.txt are as follows:

Code: Select all

IDS_EFFECT315,"Golden Age duration increased by %{0}u% turns.",
IDS_EFFECT320,"Golden Age duration decreased by %{0}u% turns.",
For this part, is "%{0}u" correct or is "%{0}%%" correct?

thanks.
Pocus
Ageod
Ageod
Posts: 6994
Joined: Tue Oct 02, 2012 3:05 pm

Re: Questions to Text Files

Post by Pocus »

Thanks, errors fixed.

For effects, it should be

IDS_EFFECT315,"Golden Age duration increased by %{0}u turns.",
IDS_EFFECT320,"Golden Age duration decreased by %{0}u turns.",

%% is to use a percentage. Here that's just a number of extra turns.
AGEOD Team - Makers of Kingdoms, Empires, ACW2, WON, EAW, PON, AJE, RUS, ROP, WIA.
Post Reply

Return to “Field of Glory: Empires - Tech Support”