Questions to Text Files
Posted: Sat Aug 03, 2019 12:30 am
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:.
I think the following is correct.
Lines 512 and 513 of Text48.txt are as follows:.
I think the following is correct.
Are these my assumptions correct?
Thanks.
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",Code: Select all
IDS_MP_TOGGLECOOP,"Cooperative Matches",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",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",Thanks.