• 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.

USAF_777

Messy Recipe
72 Badges
Jan 7, 2003
475
42
  • Stellaris: Galaxy Edition
  • Cities: Skylines Deluxe Edition
  • Europa Universalis IV: El Dorado
  • Europa Universalis IV: Pre-order
  • Crusader Kings II: Way of Life
  • Europa Universalis IV: Common Sense
  • Crusader Kings II: Horse Lords
  • Cities: Skylines - After Dark
  • Europa Universalis IV: Cossacks
  • Crusader Kings II: Conclave
  • Cities: Skylines - Snowfall
  • Europa Universalis IV: Mare Nostrum
  • Stellaris
  • Cities: Skylines
  • Stellaris: Galaxy Edition
  • Crusader Kings II: Reapers Due
  • Europa Universalis IV: Rights of Man
  • Stellaris: Digital Anniversary Edition
  • Stellaris: Leviathans Story Pack
  • Cities: Skylines - Natural Disasters
  • Crusader Kings II: Monks and Mystics
  • Stellaris - Path to Destruction bundle
  • Cities: Skylines - Mass Transit
  • Europa Universalis IV: Mandate of Heaven
  • Europa Universalis IV: Third Rome
  • Stellaris: Necroids
  • Europa Universalis IV: Call to arms event
  • Crusader Kings II: Charlemagne
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: Sword of Islam
  • Darkest Hour
  • Europa Universalis IV
  • Europa Universalis IV: Art of War
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Wealth of Nations
  • Crusader Kings II
  • For The Glory
  • For the Motherland
  • Hearts of Iron III
  • Hearts of Iron III: Their Finest Hour
  • Hearts of Iron III Collection
  • Magicka
  • Europa Universalis IV: Res Publica
  • Semper Fi
  • Victoria 2
  • Victoria 2: A House Divided
One line summary of your issue
2.8.2.1 [SAHQ] - WoL Business trade route not refreshing

Game Version
2.8.2.1 [SAHQ]

What expansions do you have installed?
All of the above

Do you have mods enabled?
No

Please explain your issue is in as much detail as possible.
I'm playing a game in the Duchy of Cherson and noticed my trade routes seemed to keep disappearing. I thought maybed I was misclicking the events to keep them running, but I finally had one where I checked immediately after paying the 200 to refresh the trade route, and it had still disappeared, so paying the 200 to keep it running did not actually work.

I think the difference is that these are land-based trade routes with the caravan, rather than sea-based ones where you buy a ship.

I checked the event files and there is in fact a difference between the two. In the sea-based event (WoL.10131), it does this:

Code:
hidden_tooltip = {
    remove_province_modifier = trade_route
}
add_province_modifier = {
    name = trade_route
    duration = 10950
}

Whereas the land-based event (WoL.10130) lacks the `remove_province_modifier` action. I believe the issue is that the old trade route with immediate expiration is not removed and the new one does not overwrite it. (Unless it's actually the sea-based which are screwing up, in which case the removal is removing the new one.)

Steps to reproduce the issue.
1. Select the Way of Life business focus.
2. Obtain a land-based (most likely) trade route in a province.
3. When it expires, select the "keep this trade route running" option on the even to refresh it.
4. Verify whether the trade route has refreshed.

Upload Attachment
 
Last edited:
Upvote 0