• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.
Showing developer posts only. Show all posts in this thread.
Status
Not open for further replies.
This will be fixed in the first update for the patch.

The same with the Polish version, all texts including the map names of provinces are totally messed and mixed up.

We do not translate the Polish version, so I have no idea what could have happened there. Cenega handles the Polish version themselves.
 
Yes. All you have to do to fix the Spanish text is to remove one newline in "localization/SwordOfIslam.csv":

Around line 1018 it looks like this:

Code:
EVTOPTB105253;The poison did not even make [From.GetTitledFirstName] sick!;Le poison n'a eu aucun effet sur la santé de [From.GetTitledFirstName] !;[From.GetTitledFirstName] wurde durch das Gift nicht einmal krank! 
;;¡El veneno ni siquiera hizo enfermar a [From.GetTitledFirstName]!;;;;;;;;;x;
EVTOPTC105253;I fear the poison made [From.GetTitledFirstName] mad;Je crains que le poison n'ait fait sombrer [From.GetTitledFirstName] dans la folie;Ich fürchte, das Essen hat [From.GetTitledFirstName] verrückt werden lassen;;Me temo que el veneno hizo enloquecer a [From.GetTitledFirstName];;;;;;;;;x;

It should read:

Code:
EVTOPTB105253;The poison did not even make [From.GetTitledFirstName] sick!;Le poison n'a eu aucun effet sur la santé de [From.GetTitledFirstName] !;[From.GetTitledFirstName] wurde durch das Gift nicht einmal krank! ;;¡El veneno ni siquiera hizo enfermar a [From.GetTitledFirstName]!;;;;;;;;;x;
EVTOPTC105253;I fear the poison made [From.GetTitledFirstName] mad;Je crains que le poison n'ait fait sombrer [From.GetTitledFirstName] dans la folie;Ich fürchte, das Essen hat [From.GetTitledFirstName] verrückt werden lassen;;Me temo que el veneno hizo enloquecer a [From.GetTitledFirstName];;;;;;;;;x;

We will of course address this ASAP in a patch.
 
Hi, Doomdark

The issue is the same without the Sword of Islam DLC installed, and there is no error in SwordofIslam.csv file, and the game is messed up.

Thanks.

The file SwordOfIslam.csv is there for everyone regardless of whether they have the DLC or not. One error in that file is enough to cause the total FUBAR.
 
Hi, I`m Steam client and spanish, I bought SoI DLC and had the same problem. I changed that line you said and it didn`t work for me, the problem with spanish traduction remains the same.

Also now I can`t select any mod or dlc on the main menu, the white boxes are empty, and when I execute the game don`t recognize my dlc, all of them not only SoI, so I can`t play with any of my dlc and I have bought all of them.

You need to be sure you are only deleting that newline. If you don't know what this means or how to do it, I can only suggest waiting for the patch.
 
Status
Not open for further replies.