Closed jahodovykolac closed 3 years ago
What's a speech window? As far as I know Unciv has no speech recognition or -output.
I believe he means the large wall of flavor text that appears when starting a new game, describing the civ: "Oh, Julius Caesar, emperor of Rome blah blah blah will you create an empire that will stand the test of time?" etc.
Yes, I mean this thing, I don't know how is it called.
This is already the case in code - this seems to be a mod issue. I see for example that Medieval Civilizations and Ancient Civilizations mods have this, please contact the author of the mod you're using
Well, it is filtered on it.nation.startIntroPart1.isNotEmpty()
, so I wonder how it could ever pop up a non-existing Start Intro... GameStarter.kt Line 80
This is how it can pop up.
~Also, I don't understand how these things work, but just a thought, couldn't it be caused by "part 1" being specified there?~ nope a stupid idea
Ah, literal "TBD" -> definitely a mod error. The mod does contain "speech text", and it is "TBD", twice - so you see how your original "Describe the solution you'd like" doesn't really apply. Unless we special case the "TBD" string and then - where do we stop? "WIP"? "Not yet ready"? Analogous strings in the modder's native tongue? No thanks.
Ok, thanks for explaining :)
Is your feature request related to a problem? Please describe. When playing a modded civilization older than starting speech, it shows only TBD TBD
Describe the solution you'd like The speech window would not show up if mod doesn't contain the speech text.