Stellaris

Stellaris

Ethics and Civics Alternative 2.8
Misterwheatley 12. nov. 2020 kl. 9:34
Pops won't work
2.8 seems to have caused a bug where pops will either only be workers or enforcers, and refuse to do any job even if prioritized
< >
Viser 1-15 af 21 kommentarer
Lotussy 16. nov. 2020 kl. 8:42 
+1
Deagroth 17. nov. 2020 kl. 7:54 
I've run into this as well, they'll vacate ruler positions and won't promote to fill specialist or ruler jobs, so they just sit as unemployed workers.

I've tried changing priorities, including disabling all worker jobs and they still didn't try to promote.
ReanuKeeves 17. nov. 2020 kl. 9:14 
Same here
ReanuKeeves 18. nov. 2020 kl. 4:04 
Fellas, I just found a solution for anyone interested, used the fixed version of this mod Dagon posted in the comments: https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=2280945168&searchtext=

Worked perfect for me :)
Spartan A291 23. nov. 2020 kl. 10:23 
Will that work with compatibility patches? If not it's a no sell. I'm running something like 80+ mods that've been locked into a stable load order, but there's enough codependency between them that if the "Restored" version of the mod doesn't work with compatibility patches it's a no sell. Anyone able to confirm that it'll function?
Допуэрился 1. dec. 2020 kl. 10:55 
Oprindeligt skrevet af Spartan A291:
Will that work with compatibility patches? If not it's a no sell. I'm running something like 80+ mods that've been locked into a stable load order, but there's enough codependency between them that if the "Restored" version of the mod doesn't work with compatibility patches it's a no sell. Anyone able to confirm that it'll function?
As far as I can see no.
minecon2 3. dec. 2020 kl. 3:05 
That's the issue, they make a fixed version but the compatibility is basically sh*t. I want to be able to play with a fixed version and not have to kick out my ENTIRE MODLIST just to prevent something from breaking.
StormtrooperTrish 21. dec. 2020 kl. 21:44 
Another confirmation of this bug right here. Love this mod, please fix dev. Love you, G.
eidolon089 29. dec. 2020 kl. 18:13 
2
OK, think I've figured out what's going wrong.

Go to Steam\steamapps\workshop\content\281990\1790861374 for the mod files.

In the common/scripted_triggers/ethics_rebuild_scripted_triggers.txt, find:

"divinity_right_to_work_job_check_trigger_ruler = yes"
"divinity_right_to_work_job_check_trigger_specialist = yes"

Delete or put a # in front of these comment.

The pops should now be working ruler/specialist jobs.

Don't be afraid to delete it, this scripted trigger only appears in this file. I would guess it was an additional check which petruxa intended to implement but never did, or a holdover from E&C Classic.

The compatibility mod isn't necessary, since it overwrites a lot of E&C Alternative with E&C Classic, which can produce unintended behavior (in particular, most unique governments never show up because they require ethics found in that mod).
Darkbentley 1. jan. 2021 kl. 19:20 
Oprindeligt skrevet af eidolon089:
OK, think I've figured out what's going wrong.

Go to Steam\steamapps\workshop\content\281990\1790861374 for the mod files.

In the common/scripted_triggers/ethics_rebuild_scripted_triggers.txt, find:

"divinity_right_to_work_job_check_trigger_ruler = yes"
"divinity_right_to_work_job_check_trigger_specialist = yes"

Delete or put a # in front of these comment.

The pops should now be working ruler/specialist jobs.

Don't be afraid to delete it, this scripted trigger only appears in this file. I would guess it was an additional check which petruxa intended to implement but never did, or a holdover from E&C Classic.

The compatibility mod isn't necessary, since it overwrites a lot of E&C Alternative with E&C Classic, which can produce unintended behavior (in particular, most unique governments never show up because they require ethics found in that mod).
doubel checked and that worked.
Abu Hajar 2. jan. 2021 kl. 23:14 
Oprindeligt skrevet af eidolon089:
OK, think I've figured out what's going wrong.

Go to Steam\steamapps\workshop\content\281990\1790861374 for the mod files.

In the common/scripted_triggers/ethics_rebuild_scripted_triggers.txt, find:

"divinity_right_to_work_job_check_trigger_ruler = yes"
"divinity_right_to_work_job_check_trigger_specialist = yes"

Delete or put a # in front of these comment.

The pops should now be working ruler/specialist jobs.

Don't be afraid to delete it, this scripted trigger only appears in this file. I would guess it was an additional check which petruxa intended to implement but never did, or a holdover from E&C Classic.

The compatibility mod isn't necessary, since it overwrites a lot of E&C Alternative with E&C Classic, which can produce unintended behavior (in particular, most unique governments never show up because they require ethics found in that mod).
The fix doesn't seem to fix entertainer specialist jobs? Is there any particular reason why this could be the case?

Edit: solved, there's a separate entertainer job check under the specialist job check. Deleting it solved the problem.
Sidst redigeret af Abu Hajar; 5. jan. 2021 kl. 15:04
papa nurgle's pizza 5. jan. 2021 kl. 14:29 
Some more information on the glitch:
-Occurs when a new pop grows/is assembled.
-Every pop (aside from Enforcers) demotes to the worker class, but adding and removing job slots can temporarily fix the issue.
-Once you have more pops than worker jobs, you're SOL until you get fewer pops, as no amount of job shuffling can save you at that point.
ereb 10. jan. 2021 kl. 3:11 
There is no need to delete, but to change it
divinity_right_to_work_job_check_trigger_ruler = yes
on
if = { limit = {divinity_right_to_work_job_check_trigger_exempt = no} divinity_right_to_work_job_check_trigger_ruler = yes }

Sidst redigeret af ereb; 10. jan. 2021 kl. 3:12
entactogen_gaming 15. jan. 2021 kl. 6:05 
Can also confirm that I experienced this glitch while running this mod exclusively and it was fixed once deleting those 3 lines in ethic_rebuild_scripted_triggers.txt

Still don't know if this impacts compatibility or not though so I'll test that.
Xaepherine 6. feb. 2021 kl. 22:55 
Oprindeligt skrevet af eidolon089:
OK, think I've figured out what's going wrong.

Go to Steam\steamapps\workshop\content\281990\1790861374 for the mod files.

In the common/scripted_triggers/ethics_rebuild_scripted_triggers.txt, find:

"divinity_right_to_work_job_check_trigger_ruler = yes"
"divinity_right_to_work_job_check_trigger_specialist = yes"

Delete or put a # in front of these comment.

The pops should now be working ruler/specialist jobs.

Don't be afraid to delete it, this scripted trigger only appears in this file. I would guess it was an additional check which petruxa intended to implement but never did, or a holdover from E&C Classic.

The compatibility mod isn't necessary, since it overwrites a lot of E&C Alternative with E&C Classic, which can produce unintended behavior (in particular, most unique governments never show up because they require ethics found in that mod).

I ♥♥♥♥♥♥♥ love you
< >
Viser 1-15 af 21 kommentarer
Per side: 1530 50