Stellaris

Stellaris

Gender Politics (Ever Universe)
 This topic has been pinned, so it's probably important
Ever Universe  [developer] May 17 @ 11:10am
Bug Reports
Please report any encountered bugs here.
Last edited by Ever Universe; May 17 @ 11:11am
< >
Showing 1-12 of 12 comments
Moxie Jun 12 @ 5:59pm 
I have both the "Herculeans" trait and the "Corporate Misogyny" civic and have noticed there is no "Herculean" trait on my leaders, nor a "Homemakers" job on my homeworld after starting the game. is the mod currently bugged?
Ever Universe  [developer] Jun 13 @ 8:07am 
Those issues should be fixed now.
Moxie Jun 13 @ 11:23am 
thank you! the "Herculean" trait is showing up on my leaders. however the "Homemakers" job is still missing from the economy tab where I believe it should be displayed? please correct me if i'm wrong. thank you!
Ever Universe  [developer] Jun 13 @ 11:49am 
Corporate gender civics don't spawn Homemaker jobs. That is by design. Only the regular ones do.
Moxie Jun 13 @ 2:55pm 
Apologies then, I believe the description may be wrong or i've misunderstood what it says. as the civic describes Homemaker jobs, and how the slave pops can only work as homemakers. does this mean they can only be civilians in the current system? apologies if I misunderstood the text, and thank you.
Ever Universe  [developer] Jun 18 @ 1:42pm 
I gotta take a look at that system a bit. If I find a solution I'll bring back Homemakers for the Corporate gender civics.
Moxie Jun 18 @ 1:51pm 
thank you for looking, apologies for any trouble.
Nikal Jun 20 @ 4:56am 
Getting some wrong scope errors with the "homemaker" jobs (don't mind the zzz_000 file it's IMM).

[13:45:40][trigger_impl.cpp:1193]: Script Error: Invalid context switch [species] from PLANET [planet], common/scripted_triggers/01_scripted_triggers_jobs.txt:221 @ in scripted trigger is_lithoid at file: common/pop_jobs/zzz_00000002homemaker_02.txt line: 74, Scope: type=planet

EDIT: On closer inspection, it's all the pop_jobs triggers with is_lithoid that are affected. They need to be called on the species scope with ROOT.

EDIT#2: Same about "has_trait = *_*" called on triggered_planet_modifier. Primer:
[16:06:31][trigger.cpp:479]: Wrong scope for trigger 'has_trait' at file: common/pop_jobs/zzz_00000001homemaker_01.txt line: 131 Current Scope: planet


Also, some civic/trait icons are blurry. To quote the author of the Blurry Fixes mod.
Icons should always be saved in format dds 32bit-A8R8G8B8 without MipMaps!
Mainly MipMaps are the main problem for the blurry icons. MipMaps are not necessary for the icons in this game.
Last edited by Nikal; Jun 20 @ 7:14am
Ever Universe  [developer] Jun 20 @ 5:04am 
I will look into the scope errors and deploy a fix if necessary, however I can't do anything about the icons since I didn't make them and i'm not specialized on icons and other artwork. I only write scripts.
Nikal Jun 20 @ 5:36am 
Originally posted by Ever Universe:
can't do anything about the icons since I didn't make them and i'm not specialized on icons and other artwork.
Basically: You'd need to use an image editing program (like GIMP[www.gimp.org]) to open each dds file in gfx/interface/icons and delete all the layers called "mipmap", then overwrite.

Or you could ask the blurry-fixes author to help out. 😛

EDIT: Also this code needs to be updated to align with the latest leader trait changes:
[18:31:46][effect.cpp:441]: Expected "add_trait = {", but got "add_trait = leader_trait_feminist_inspiration" at common/scripted_effects/00_genderpolitics_scripted_effects.txt:55 @ scripted effect generate_feminist_icon_leader at file: events/genderpolitics_events.txt line: 821 [18:31:46][effect.cpp:475]: Error: "Unexpected token: last_created_leader, near line: 42 " in file: "scripted effect generate_feminist_icon_leader at file: events/genderpolitics_events.txt line: 821" near line: 46 [18:31:46][effect.cpp:441]: Expected "add_trait = {", but got "add_trait = leader_trait_feminist_inspiration" at common/scripted_effects/00_genderpolitics_scripted_effects.txt:55 @ scripted effect generate_feminist_icon_leader at file: events/genderpolitics_events.txt line: 835 [18:31:46][effect.cpp:475]: Error: "Unexpected token: last_created_leader, near line: 42 " in file: "scripted effect generate_feminist_icon_leader at file: events/genderpolitics_events.txt line: 835" near line: 46 [18:31:46][effect.cpp:441]: Expected "add_trait = {", but got "add_trait = leader_trait_feminist_inspiration" at common/scripted_effects/00_genderpolitics_scripted_effects.txt:55 @ scripted effect generate_feminist_icon_leader at file: events/genderpolitics_events.txt line: 882 [18:31:46][effect.cpp:475]: Error: "Unexpected token: last_created_leader, near line: 42 " in file: "scripted effect generate_feminist_icon_leader at file: events/genderpolitics_events.txt line: 882" near line: 46 [18:31:46][effect.cpp:441]: Expected "add_trait = {", but got "add_trait = leader_trait_feminist_inspiration" at common/scripted_effects/00_genderpolitics_scripted_effects.txt:55 @ scripted effect generate_feminist_icon_leader at file: events/genderpolitics_events.txt line: 890 [18:31:46][effect.cpp:475]: Error: "Unexpected token: last_created_leader, near line: 42 " in file: "scripted effect generate_feminist_icon_leader at file: events/genderpolitics_events.txt line: 890" near line: 46 [18:31:46][effect.cpp:441]: Expected "add_trait = {", but got "add_trait = leader_trait_feminist_inspiration" at common/scripted_effects/00_genderpolitics_scripted_effects.txt:55 @ scripted effect generate_feminist_icon_leader at file: events/genderpolitics_events.txt line: 907 [18:31:46][effect.cpp:475]: Error: "Unexpected token: last_created_leader, near line: 42 " in file: "scripted effect generate_feminist_icon_leader at file: events/genderpolitics_events.txt line: 907" near line: 46 [18:31:46][effect.cpp:441]: Expected "add_trait = {", but got "add_trait = leader_trait_feminist_inspiration" at common/scripted_effects/00_genderpolitics_scripted_effects.txt:55 @ scripted effect generate_feminist_icon_leader at file: events/genderpolitics_events.txt line: 954 [18:31:46][effect.cpp:475]: Error: "Unexpected token: last_created_leader, near line: 42 " in file: "scripted effect generate_feminist_icon_leader at file: events/genderpolitics_events.txt line: 954" near line: 46 [18:31:46][effect.cpp:441]: Expected "add_trait = {", but got "add_trait = leader_trait_feminist_inspiration" at common/scripted_effects/00_genderpolitics_scripted_effects.txt:55 @ scripted effect generate_feminist_icon_leader at file: events/genderpolitics_events.txt line: 995 [18:31:46][effect.cpp:475]: Error: "Unexpected token: last_created_leader, near line: 42 " in file: "scripted effect generate_feminist_icon_leader at file: events/genderpolitics_events.txt line: 995" near line: 46 [18:31:46][effect.cpp:441]: Expected "add_trait = {", but got "add_trait = leader_trait_feminist_inspiration" at common/scripted_effects/00_genderpolitics_scripted_effects.txt:55 @ scripted effect generate_feminist_icon_leader at file: events/genderpolitics_events.txt line: 1013 [18:31:46][effect.cpp:475]: Error: "Unexpected token: last_created_leader, near line: 42 " in file: "scripted effect generate_feminist_icon_leader at file: events/genderpolitics_events.txt line: 1013" near line: 46 [18:31:46][effect.cpp:441]: Expected "add_trait = {", but got "add_trait = leader_trait_feminist_inspiration" at common/scripted_effects/00_genderpolitics_scripted_effects.txt:55 @ scripted effect generate_feminist_icon_leader at file: events/genderpolitics_events.txt line: 1237 [18:31:46][effect.cpp:475]: Error: "Unexpected token: last_created_leader, near line: 42 " in file: "scripted effect generate_feminist_icon_leader at file: events/genderpolitics_events.txt line: 1237" near line: 46
Last edited by Nikal; Jun 20 @ 9:45am
eqN 15 hours ago 
I went ahead and requested the Blurry Fixes mod to include this mod's icons. It seems the creator has done so now!
Ever Universe  [developer] 13 hours ago 
The script issues should be fixed now.
< >
Showing 1-12 of 12 comments
Per page: 1530 50