Europa Universalis IV

Europa Universalis IV

Elder Scrolls Universalis
Soulstenance Nov 29, 2021 @ 6:18pm
Poor poor Winterhold
Seems most of Tamriel, half of the Daedric realms, and some overseas countries suddenly have it out for Winterhold. Not sure if this is a bug or not but there's no way I'm accepting all those lol. 😵🤯
https://steamcommunity.com/sharedfiles/filedetails/?id=2668708704
< >
Showing 1-14 of 14 comments
Aetherum  [developer] Nov 29, 2021 @ 9:57pm 
Do you have the save game before this?
Aetherum  [developer] Nov 29, 2021 @ 9:58pm 
btw, what about the Whiterun, does he has something similar?
Aetherum  [developer] Nov 29, 2021 @ 10:00pm 
Maybe something is wrong with the War Declaration in the 11th Scenario... but does this mean you have managed to pas the crash point?
Soulstenance Nov 30, 2021 @ 5:34am 
Yeah no crashes so far but framerate is low presumably to worldwide troop movements. All of these appear to be supremacy wars. I was helping Winterhold against Whiterun and Pale just prior to this.
Aetherum  [developer] Nov 30, 2021 @ 5:36am 
Originally posted by Soulstenance:
Yeah no crashes so far but framerate is low presumably to worldwide troop movements. All of these appear to be supremacy wars. I was helping Winterhold against Whiterun and Pale just prior to this.

yes, I have noticed during observering old save files, that duering large wars, FPS drops. It may be sometimes better to just lower the speed of the game to 4 for example, so the game could have more time for calculations.
Soulstenance Nov 30, 2021 @ 5:38am 
4 is standard for me, I had to lower to 2 or 3. I've noticed even at 4, sometimes it goes the same speed as 2 due to all the calculations.
Soulstenance Nov 30, 2021 @ 6:05am 
Originally posted by Aetherum:
Do you have the save game before this?
Sadly no I didn't make a copy right before this.
Soulstenance Nov 30, 2021 @ 12:46pm 
Originally posted by Aetherum:
btw, what about the Whiterun, does he has something similar?
Actually, looking at it again, Whiterun does have a similar thing going on.
Aetherum  [developer] Nov 30, 2021 @ 1:59pm 
Then something went wrong during the Skyrim Succession War, but idk what without looking at the save...
Soulstenance Nov 30, 2021 @ 3:57pm 
Originally posted by Aetherum:
Then something went wrong during the Skyrim Succession War, but idk what without looking at the save...
Dammm... Well Skyrim keeps coming back as a 1 or 2 province minor but for the most part, it doesn't even exist. They were annexed at least twice, once by me. Maybe play as an observer right before the succession war should start? It could be all the janky stuff I had to do to get my save working that it just broke more stuff. Hopefully that's all it is.
Aetherum  [developer] Nov 30, 2021 @ 10:23pm 
Originally posted by Soulstenance:
Originally posted by Aetherum:
Then something went wrong during the Skyrim Succession War, but idk what without looking at the save...
Dammm... Well Skyrim keeps coming back as a 1 or 2 province minor but for the most part, it doesn't even exist. They were annexed at least twice, once by me. Maybe play as an observer right before the succession war should start? It could be all the janky stuff I had to do to get my save working that it just broke more stuff. Hopefully that's all it is.

Well, we know about the issue with Skyrim... we need to create a bunch of new states to avoid it from spawning. But I have so much other work to do, so idk when will work with it.
Aetherum  [developer] Nov 30, 2021 @ 10:57pm 
Okay, I maybe have found this:

every_country = {
limit = {
NOT = { has_country_flag = supports_olaf_flag }
NOT = { has_country_flag = supports_hense_flag }
NOT = { has_country_flag = windhelm_owns_cities_flag }
NOT = { owns = 1275 }
NOT = { owns = 1299 }
NOT = { owns = 1319 }
}
country_event = { id = es_11_scenario.16 days = 3750 }
}

as you see, it just checks, that you do not own Whiterun for example and do not participate in the Succession war... guess what countries can be conscripted by this event.

So I added this:

every_country = {
limit = {
NOT = { has_country_flag = supports_olaf_flag }
NOT = { has_country_flag = supports_hense_flag }
NOT = { has_country_flag = windhelm_owns_cities_flag }
NOT = { owns = 1275 }
NOT = { owns = 1299 }
NOT = { owns = 1319 }
NOT = { is_free_or_tributary_trigger = yes }
overlord = {
OR = {
has_country_flag = supports_hense_flag
has_country_flag = supports_olaf_flag
has_country_flag = windhelm_owns_cities_flag
}
}
}
country_event = { id = es_11_scenario.16 days = 3750 }
}
Soulstenance Dec 1, 2021 @ 6:19am 
Originally posted by Aetherum:
Well, we know about the issue with Skyrim... we need to create a bunch of new states to avoid it from spawning. But I have so much other work to do, so idk when will work with it.
Understandable, take your time. :)
Soulstenance Dec 1, 2021 @ 6:22am 
Originally posted by Aetherum:
Okay, I maybe have found this:

every_country = {
limit = {
NOT = { has_country_flag = supports_olaf_flag }
NOT = { has_country_flag = supports_hense_flag }
NOT = { has_country_flag = windhelm_owns_cities_flag }
NOT = { owns = 1275 }
NOT = { owns = 1299 }
NOT = { owns = 1319 }
}
country_event = { id = es_11_scenario.16 days = 3750 }
}

as you see, it just checks, that you do not own Whiterun for example and do not participate in the Succession war... guess what countries can be conscripted by this event.

So I added this:

every_country = {
limit = {
NOT = { has_country_flag = supports_olaf_flag }
NOT = { has_country_flag = supports_hense_flag }
NOT = { has_country_flag = windhelm_owns_cities_flag }
NOT = { owns = 1275 }
NOT = { owns = 1299 }
NOT = { owns = 1319 }
NOT = { is_free_or_tributary_trigger = yes }
overlord = {
OR = {
has_country_flag = supports_hense_flag
has_country_flag = supports_olaf_flag
has_country_flag = windhelm_owns_cities_flag
}
}
}
country_event = { id = es_11_scenario.16 days = 3750 }
}
I don't fully understand this but good work. :D
< >
Showing 1-14 of 14 comments
Per page: 1530 50