LoneGazebo / Community-Patch-DLL

Community Patch for Civilization V - Brave New World
Other
286 stars 158 forks source link

Issue in Localization.log #5019

Closed ErikSteiner closed 5 years ago

ErikSteiner commented 5 years ago

1. Mod version: 12-18-1

2. Mod list (if using Vox Populi only, leave blank): BLANK

3. Error description: At log/Localization.log those errors occur: 3. 1.

[19718.343] ERR: Missing argument 1. (You find a cache of supplies that boost the [ICON_PRODUCTION] Production of your nearest city by {1_Num}!)
[19718.343] ERR: Failed to evaluate parameter 1. You find a cache of supplies that boost the [ICON_PRODUCTION] Production of your nearest city by {1_Num}!

File is at: (2) Community Balance Overhaul\Balance Changes\Text\en_US\TerrainText.xml <Row Tag="TXT_KEY_GOODY_PRODUCTION">

3. 2.

[19709.812] ERR: Missing argument 1. (Vassal For {1_NumTurns} Turns (Turn {2_TurnStarted}))
[19709.812] ERR: Failed to evaluate parameter 1. Vassal For {1_NumTurns} Turns (Turn {2_TurnStarted})
[19709.812] ERR: Missing argument 1. (Tax Rate: {1_Num})
[19709.812] ERR: Failed to evaluate parameter 1. Tax Rate: {1_Num}

File is at: (4) Civ IV Diplomatic Features\XML\Text\en_US\en_US_Text_UIC4DF.xml

<Row Tag="TXT_KEY_VO_TURNS">
<Row Tag="TXT_KEY_VO_TAX_RATE">

Greetings

ryanmusante commented 5 years ago

This might be related to it regarding localization.log as I see similar errors in mine.

https://github.com/LoneGazebo/Community-Patch-DLL/issues/2156

LoneGazebo commented on Jul 15, 2016 Some localization things like that are benign. If a yield doesn't have an icon, for example, it can cause those errors to appear.

Iamblichos commented on Oct 25, 2016 I looked into this some. Basically on turn start these values are 0 or if there are no vassals, it is zero, so those text conversion values can't return a value.

LoneGazebo commented 5 years ago

These are benign concerns.