• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.

Stonewall

NRA Lifetime Member
75 Badges
May 4, 2001
4.416
608
  • BATTLETECH
  • Europa Universalis IV: Mare Nostrum
  • Stellaris
  • Hearts of Iron IV: Cadet
  • Europa Universalis IV: Rights of Man
  • Stellaris: Digital Anniversary Edition
  • Stellaris: Leviathans Story Pack
  • Cities: Skylines - Natural Disasters
  • Hearts of Iron IV: Together for Victory
  • Stellaris - Path to Destruction bundle
  • Cities: Skylines - Mass Transit
  • Europa Universalis IV: Mandate of Heaven
  • Europa Universalis IV: Third Rome
  • Cities: Skylines - Snowfall
  • Surviving Mars
  • Hearts of Iron IV: Death or Dishonor
  • Stellaris: Synthetic Dawn
  • Cities: Skylines - Green Cities
  • Europa Universalis IV: Cradle of Civilization
  • Hearts of Iron IV: Expansion Pass
  • Stellaris: Humanoids Species Pack
  • Stellaris: Apocalypse
  • Europa Universalis IV: Rule Britannia
  • Surviving Mars: Digital Deluxe Edition
  • BATTLETECH - Digital Deluxe Edition
  • Hearts of Iron IV: No Step Back
  • 500k Club
  • Europa Universalis III
  • Europa Universalis III Complete
  • Divine Wind
  • Europa Universalis IV
  • Europa Universalis IV: Art of War
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Wealth of Nations
  • Heir to the Throne
  • Europa Universalis III Complete
  • Europa Universalis III Complete
  • Europa Universalis IV: Res Publica
  • Victoria 2
  • Crusader Kings II
  • Cities: Skylines
  • Cities: Skylines Deluxe Edition
  • Europa Universalis III: Collection
  • Europa Universalis IV: El Dorado
  • Hearts of Iron II: Beta
  • Pride of Nations
  • Rise of Prussia
  • Mount & Blade: Warband
  • Europa Universalis IV: Common Sense
  • Cities: Skylines - After Dark
In the April 21st beta, for some reason troops can not move from Olonets and Kexholm into Karelia. They can however move from Karelia into those two provinces. Additionally, troops from Savolaks and Kola can move into Karelia, and vice versa.

The problem is isolated to Olonets and Kexholm's movement to Karelia.

EDIT: This was originally brought to my attention by Saskganesh.
 
Upvote 0
it probably has *something* to do with the following lines in adj-defs.csv

Code:
1470;266;normal;0;Bugfixing
1470;267;normal;0;Bugfixing
1470 is Karelia, and 266 and 267 are Kexholm and Olonets
 
ForzaA: I agree. However, that entry was also in the April 12th betapatch. Did anyone notice this problem in the April 12 patch?

Either way, I found a fix, but the red lines reappear with it.

At the botton of the adj-defs.csv file, there are two lines that look like this:

1470;266;normal;0;Bugfixing
1470;267;normal;0;Bugfixing

You need to reverse the 1470 and the following number.

So, a corrected file will read:

266;1470;normal;0;Bugfixing
267;1470;normal;0;Bugfixing

This will allow troops to move freely into and out of Karelia, but the nasty red line is back. I tried removing the entries altogether, but it did not good. Hope this can suffice as a quick fix until the problem is corrected.
 
Stonewall said:
ForzaA: I agree. However, that entry was also in the April 12th betapatch. Did anyone notice this problem in the April 12 patch?
Yes, this problem also exists in the Apr 12 patch.