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:
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
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