Hi.
I have an big event problem:
In the last days I finished my New-Order Mod, and wanted to make him bilingual (english and german).
So I transformed all the Event-text into the new_text.csv, so that it looks like this:
The Event:
And when I start the Event, it looks like this:
One half is corrected, the other half not (and this is problem in nearly every of my events).
Can someone help me????
I have an big event problem:
In the last days I finished my New-Order Mod, and wanted to make him bilingual (english and german).
So I transformed all the Event-text into the new_text.csv, so that it looks like this:
Code:
EVT_1999996_NAME;english;;;;NO - EAST;;;;x
EVT_1999996_DESC;english;;;;Wir können uns jetzt entscheiden ob wir die Gebiete östlich des Urals direkt ans Reich anschließen, und damit weniger Rohstoffe und mehr Revolten bekommen, oder diese Gebiete einem Protektorat 'Ostland' angliedern.;;;;x
EVT_1999996_ACTIONA;english;;;;Ostland erstellen!;;;;x
EVT_1999996_ACTIONB;english;;;;Alles ans Reich!;;;;x
The Event:
Code:
event = {
id = 1999996
random = no
country = GER
trigger = {
}
name = "EVT_1999996_NAME"
desc = "EVT_1999996_DESC"
style = 0
picture = "constitutional"
action_a = {
name = "EVT_1999996_ACTIONA"
command = { type = trigger which = 2000002 }
}
action_b = {
name = "EVT_1999996_ACTIONB"
command = { type = trigger which = 1999997 }
}
}
And when I start the Event, it looks like this:
One half is corrected, the other half not (and this is problem in nearly every of my events).
Can someone help me????