@ cicero:
Your latest version of MPMPM does not work. At least not the multi language thing
Since today I just used my version of multi language. But I wanted to test your latest version
You use the Civ5_Dialog_Adolphus.xml file twice. One time for german translation and one time for AudioMiscName.
I fixed this by changing the textfile list to:
Code:
local textFileNameList = {
"CIV5Units_Mongol.xml",
"Civ5_Dialog_Alexander.xml",
"Civ5_Dialog_alMansur.xml",
"Civ5_Dialog_Ashurbanipal.xml",
"Civ5_Dialog_Askia.xml",
"Civ5_Dialog_Attila.xml",
"Civ5_Dialog_Augustus.xml",
"Civ5_Dialog_Bismarck.xml",
"Civ5_Dialog_Boudicca.xml",
"Civ5_Dialog_Casimir.xml"
}
(so deleted Adolphus and added Casimir)
Now all the german texts are added to Civ5_Dialog_Alexander.xml correctly, but unfortunately they are not used ingame. When I start with the created modpack, all mods are english. The game is still german.
First I thought it is because you use "DE_DE" instead of "de_DE"... but changing this did not help =/
So for now I'm not able to say, why it still does not work. You?
edit:
not a problem of latest version, but of all versions I know:
Some mods are not copied into the modpack. They are not in the modfolder, but I in the Overrides. I have to manually add them. Why?
(one mod is neither in mods nor in overrides -> was because of an error in xml file)