* Hyperplanes are now correctly colored on OSX
When fixing the Totalitarian faction issue with robots it would have helped if, in instead of splitting up the living standards from the citizenships, the coder had fixed the actual problem which is that citizenship_ai_servitude is not a citizen type at all - it is called: citizenship_robot_servitude
Change:
Code:trigger = { owner = { OR = { NOT = { any_owned_pop = { NOR = { has_living_standard = { type = living_standard_stratified } has_living_standard = { type = living_standard_academic_privilege } } } } any_owned_pop = { OR = { has_citizenship_type = { type = citizenship_slavery } has_citizenship_type = { type = citizenship_purge } has_citizenship_type = { type = citizenship_ai_servitude } } } } } }
To:
Code:trigger = { owner = { OR = { NOT = { any_owned_pop = { NOR = { has_living_standard = { type = living_standard_stratified } has_living_standard = { type = living_standard_academic_privilege } } } } any_owned_pop = { OR = { has_citizenship_type = { type = citizenship_slavery } has_citizenship_type = { type = citizenship_purge } has_citizenship_type = { type = citizenship_robot_servitude} } } } } }
In 00_totalitarian.txt and this should be fixed for good![]()
Awesome! Can I fix it myself by editing this? im a total noob when it comes to this
Yes, the hard part is finding the file. If you use steam go to something like C:\program files\Steam\steamapps\common\Stellaris\common\pop_faction_types and open the file 00_totalitarian.txt in notepad and do a search/replace with citizenship_ai_servitude/citizenship_robot_servitude and save the file.
This will change the checksum and will be unfortunately reset if they push another patch in the future where this issue was still not fixed.
So the bug which causes Liberation 7 Vassalization wars to Whitepeace when you status quo still exists?
Yeah it seemed like a nice mechanic. All that was really needed was to still have scavenger drones count as unemployed for the purposes the outliner icon. So you immediately see planets with scavenger jobs and can do something else with them
On the other hand hive minds already have other advantages, so maybe they don't need more
Anyone else getting spammed with empty Contact pop-ups like in the pic attached? I get 5 of these for every day that ticks by. I let 10 days tick by and sure enough, I had 50 of these things pop up.
Now, I can maybe close an eye on new content being buggy, but what we here is a mess with new features and old, working features that got screwed up. This update looks like the work of amateurs.
Sooo.... Why just the OSX has access to hyperPlanes? Would love, to build them as well...Hyperplanes are now correctly colored on OSX
I disagree, given it should be pretty easy to fix and that it has been working for ages. A vast number of govs use elected leaders, add to this that the first leader disappears (again), all this stuff was working like a charm before the update and shouldn't take more than a day to fix, while it's been over a week now.
To be completely fair, such bugs shouldn't even make it into a game update 2 years after release. We've been thrown back into beta with a content update of 20€. Now, I can maybe close an eye on new content being buggy, but what we here is a mess with new features and old, working features that got screwed up. This update looks like the work of amateurs.