Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
The find string: ^(\s*<SimulationModifierDescriptor\s+TargetProperty=)"MaximumMovement"(.*/>)
The replace string: \1"MaximumMovementOnLand"\2\n\1"MaximumMovementOnWater"\2
I thought this wasn't working at first because the tooltip isn't properly generated in the trait selection menu, but it functions well enough in-game.
In order to fix it, you have to go into the mod folder
(\Steam\SteamApps\workshop\content\289130\630528471)
and edit the SimulationDescriptors[FactionTrait].xml in Simulation.
The "Tactician" trait is on row 62 and all you have to do is change TargetProperty="MaximumMovement" into
TargetProperty="MaximumMovementOnLand"
TargetProperty="MaximumMovementOnWater".
hope that helps.