Is there a mod that allows robots without Gestalt Consciousness?
I would love a Robot race that is a Xenophile...
I would love a Robot race that is a Xenophile...
possible = {
ethics = {
value = ethic_gestalt_consciousness
}
}
random_weight = {
modifier = {
factor = 0
NOT = { host_has_dlc = "Synthetic Dawn Story Pack" }
}
}
possible = {
# ethics = {
# value = ethic_gestalt_consciousness
# }
}
random_weight = {
modifier = {
factor = 0
NOT = { host_has_dlc = "Synthetic Dawn Story Pack" }
}
}
Yeah, I see the problem: The scripts don't recognize you as a Machine Empire, so Buildings and Districts are creating Jobs for Normal Empires as well as Machine Empires. That's because the scripted_trigger in common\Stellaris\common\scripted_triggers\00_scripted_triggers.txt that define whether you're a Machine Empire or a Regular Empire check for the Ethic (which you've changed to be non-machine empire ethics), not the Authority:Well right off the bat. My robot pops were very unhappy. Had to demolish an alloy plant to build a holo theater.
The major problem is that my machine assembly building is not building pops.
is_regular_empire = {
NOT = { has_ethic = ethic_gestalt_consciousness }
}
[...]
is_gestalt = {
has_ethic = ethic_gestalt_consciousness
}
is_regular_empire = {
NOR = {
has_ethic = ethic_gestalt_consciousness
has_authority = auth_machine_intelligence
has_authority = auth_ancient_machine_intelligence
}
}
[...]
is_gestalt = {
has_ethic = ethic_gestalt_consciousness
OR = {
has_ethic = ethic_gestalt_consciousness
has_authority = auth_machine_intelligence
has_authority = auth_ancient_machine_intelligence
}
}
Well right off the bat. My robot pops were very unhappy. Had to demolish an alloy plant to build a holo theater.
The major problem is that my machine assembly building is not building pops.
there is a mod: https://steamcommunity.com/sharedfiles/filedetails/?id=1762062219Is there a mod that allows robots without Gestalt Consciousness?
I would love a Robot race that is a Xenophile...