Page 1 of 1
Need help fixing odd ## {IDS_Moving} nomenclature showing up in the game.
Posted: Wed Feb 10, 2016 9:37 am
by Jean Lafitte
## {IDS_Moving} is what I see instead of simply Moving in the game text.
If the unit is Rallying, it will show ##{IDS_Rallying}.
The odd nomenclature show up on the mini map and the Details button.
This is not a major issue, but, it is annoying. Is there an easy fix?
Thanks.
Re: Need help fixing odd ## {IDS_Moving} nomenclature showing up in the game.
Posted: Wed Feb 10, 2016 1:07 pm
by RebBugler
I'm not finding these issues. Maybe it's been fixed since I'm playing and testing the next patch version. Can someone else on the team confirm this?
Re: Need help fixing odd ## {IDS_Moving} nomenclature showing up in the game.
Posted: Thu Feb 11, 2016 2:13 am
by Jean Lafitte
I have the KS mod installed correctly, along with the Grog Toolbar.
I mention this but I don't think that there's any way that a mod would have this affect.
Re: Need help fixing odd ## {IDS_Moving} nomenclature showing up in the game.
Posted: Thu Feb 11, 2016 3:38 am
by RebBugler
It's not a mod issue, it's an initial release oversight. It will be addressed in the next patch. It's a pretty easy edit if you're up to it...
Go to: \Waterloo SOW\Base\Layout\Media\Language\LanguageEnglish.xml
Open LanguageEnglish.xml and add the following lines, then Save (make a copy first in case there's a screw up)
<Tag name="IDS_Rallying">Rallying</Tag>
<Tag name="IDS_Moving">Moving</Tag>
Use the same format if you find any more such IDS names.
If you're uncomfortable editing xml files I suggest you just wait for the next patch.
Re: Need help fixing odd ## {IDS_Moving} nomenclature showing up in the game.
Posted: Thu Feb 11, 2016 10:06 pm
by Jean Lafitte
I'll give it a try!
. . . because fools rush in where angels fear to tread!
UPDATE: I did successfully edit the file in question but with no change in results. The code nomenclature appears in the mini map and on the main information bar.
Re: Need help fixing odd ## {IDS_Moving} nomenclature showing up in the game.
Posted: Fri Feb 12, 2016 10:54 am
by RebBugler
OK, one last try...
Since you're using the grog toolbar, replace this attached file with the same named file here:
\Waterloo SOW\Mods\Expanded Toolbar - Grog\Layout\Media\Language
Unzip after downloading...
The attachment LanguageEnglishMod.zip is no longer available
Remember to copy the original just in case.
Re: Need help fixing odd ## {IDS_Moving} nomenclature showing up in the game.
Posted: Fri Feb 12, 2016 1:57 pm
by Saddletank
Yes, the file in the game's base folder will be ignored if the same file is activated in a mod so you'd need to edit the file in your mods folder as Reb says.
Re: Need help fixing odd ## {IDS_Moving} nomenclature showing up in the game.
Posted: Fri Feb 12, 2016 11:26 pm
by Jean Lafitte
This appears to be the fix.
I no longer see the extra nomenclature anywhere -- neither in mini map on on the main game screen.
So, this can be added to the next patch. I'll follow up in this thread if anything changes, but, this does appear at this point to be fixed.
Thanks!
Re: Need help fixing odd ## {IDS_Moving} nomenclature showing up in the game.
Posted: Fri Feb 26, 2016 8:10 pm
by Jace11
Its a mod issue, the lines for the status effects that are missing from the mod can be found at the bottom of the default LanguageEnglish.xml
<Tag name="IDS_Trouble">In Trouble</Tag>
<Tag name="IDS_Engaged">Engaged</Tag>
<Tag name="IDS_Moving">Moving</Tag>
<Tag name="IDS_Resting">Resting</Tag>
<Tag name="IDS_Running">Running</Tag>
<Tag name="IDS_Limbered">Limbered</Tag>
<Tag name="IDS_Unlimbered">Unlimbered</Tag>
<Tag name="IDS_Detached">Detached</Tag>
<Tag name="IDS_Captured">Captured</Tag>
<Tag name="IDS_Rallying">Rallying</Tag>
<Tag name="IDS_Retreating">Retreating</Tag>
<Tag name="IDS_Deceased">Deceased</Tag>
<Tag name="IDS_Lost">Lost</Tag>
<Tag name="IDS_Taking_Cover">Taking Cover</Tag> etc
these arent in the current version of the mod