Nainstalovat Steam
přihlásit se
|
jazyk
简体中文 (Zjednodušená čínština)
繁體中文 (Tradiční čínština)
日本語 (Japonština)
한국어 (Korejština)
ไทย (Thajština)
български (Bulharština)
Dansk (Dánština)
Deutsch (Němčina)
English (Angličtina)
Español-España (Evropská španělština)
Español-Latinoamérica (Latin. španělština)
Ελληνικά (Řečtina)
Français (Francouzština)
Italiano (Italština)
Bahasa Indonesia (Indonéština)
Magyar (Maďarština)
Nederlands (Nizozemština)
Norsk (Norština)
Polski (Polština)
Português (Evropská portugalština)
Português-Brasil (Brazilská portugalština)
Română (Rumunština)
Русский (Ruština)
Suomi (Finština)
Svenska (Švédština)
Türkçe (Turečtina)
Tiếng Việt (Vietnamština)
Українська (Ukrajinština)
Nahlásit problém s překladem
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.