Stellaris
Multiple Origins
Коментарів: 86
Yeti Hunters 7 черв. о 15:09 
Paradox change strings: Leader - trait events, all mods that have changed this or used basic event pages should be updated. According to another mod author, this is the issue.
Estellus 5 черв. о 7:41 
+1 report, same ID's, chased down to specifically this mod.
542650213 5 черв. о 6:10 
更新后不断弹窗
Baaarni 5 черв. о 5:30 
+1 report, empty events cstrom and distar ids
CMDR_Kai 5 черв. о 3:00 
I would also like to report daily empty event notifications. The debug menu revealed most of them as cstorms.1520, one as distar.154, and another as distar.174.
Talosh 5 черв. о 1:33 
Unfortunately I also have the same issue
Next Evolution 4 черв. о 16:43 
Yeah, like the others said. Daily empty notifications that make the game unplayable. It happens even if you didn't pick any extra origins, and the original origin doesn't seem to matter either.
Gabilard 4 черв. о 9:40 
I have the same problem as Bird is Crazy.
Main origin : Remnants
Added origin : Evolutionary predators

I don't know for Bird is Crazy.
Bird Is Crazy 4 черв. о 8:47 
This mod triggers empty event notifications daily.
masiyi9406 4 черв. о 5:46 
This mod seems to cause a bug to pop an empty event notification every day in 4.015
Панимаю 28 трав. о 13:35 
Combining Knights of The Toxic God and Under One Rule appears to be bugged with most of the Under One Rule events not firing, including the Imperial Proclamation. Knights of The Toxic God situations and events appear to work perfectly though.
Shadow Dragon 22 трав. о 8:25 
Okay thanks.
rolfey1328  [автор] 22 трав. о 8:22 
@Shadow dragon yes because you select them in the starting screen
Shadow Dragon 22 трав. о 4:11 
That´s what I meant. Do the traits work when under one rule is selected first?
rolfey1328  [автор] 22 трав. о 1:48 
@shadow dragon What bug? The only thing not working are the extra unique traits
FluffyPotato 21 трав. о 23:26 
Unfortunately it seems to not work on Linux. With just this mod enabled starting the game either crashes at 100% loaded or just stays at 100% loaded forever
Arathaea 21 трав. о 23:23 
Using this to combine The Chosen One from the Even More Origins mod and vanilla Mechanists works perfectly so far. Adding in Galactic Doorstep gives me the occasional crash, but I only really needed the first two.
霜糖大油条 21 трав. о 21:52 
Work like a charm! Thank you!
Shadow Dragon 21 трав. о 16:44 
If I select under one rule as base, will it still be bugged?
Ferrous 21 трав. о 1:19 
@King of Winter
Not a bug
That event fires 6 to 18 months in, it's deliberate design
King of Winter 21 трав. о 0:06 
Nevermind, It happeded about 3 month into year 2? Which is weird but not really a big problem.
King of Winter 20 трав. о 23:58 
tried to use the under one Rule thing and it didn't start the situation or add the trait to my leader.
It did add the trait to my species though so I'm not sure what's up. The other ones I used worked.
rolfey1328  [автор] 20 трав. о 15:01 
@Eudamon The situation? It shows for me
Cptn Toast 20 трав. о 12:06 
Arc welders would be amazing!
Eudamon 20 трав. о 10:15 
Choosing Evolutionary Predator seems to give me the Malleable Genes, but the progress bar does not appear. Will it show up later?
rolfey1328  [автор] 20 трав. о 1:29 
@Fro Fro this issue should be fixed now. @Hydra yeah should work
Ferrous 19 трав. о 20:23 
@hydra
it should but if the modded origin is too wacky things might go awry
hydra 19 трав. о 13:48 
does this work using a modded origin and then adding in vanilla origins?
rolfey1328  [автор] 19 трав. о 1:23 
Thanks guys i implemented the fix for mulori.7. Haven't had much tie to work on the mod so will try to fix the bigger issues soon
유판 18 трав. о 23:17 
@Skalitztroll that's right. I modified it, too :steamthumbsup:
He reads the comments well and responds, so will it be fixed in the next update? :VBCOOL:
Skalitztroll 18 трав. о 6:58 
@rolfey1328 in event code block mulori.7 there lost a "}" in the end of the code, it cause under one rule origin edict invaild, please correct it in the next update.
Fro Fro 18 трав. о 0:04 
So sadly I noticed a small problem with the Evolutionary Predators addition. It itself works perfectly! However the Deathless Dynasty Imperial Authority typically given after the Mutation tree doesn't work right. It gives the bonuses of just completing the traditions as a normal Imperial empire
King of Winter 17 трав. о 21:12 
for under one rule, you HAVE to add the Visionary trait first, then you can add the others but they're dependent on it.
xkuripuri 17 трав. о 15:47 
Looking at those bugs about Starlit Citadel, certainly does explain why when I used it with this mod I did end up making contact with basically every single AI at once when I learned to travel through wormholes, huh? Who'd thought!
ZCHE1998 17 трав. о 10:37 
talented!
吐酸泰坦 17 трав. о 10:10 
Dear brother, can you add the origin of synthetic reproduction.
rolfey1328  [автор] 17 трав. о 2:08 
Whoops sorry guys that was a pretty big oversight on my part. @유판 I incorporated your fix into the code, thanks a bunch!

@Ferrous generally I try to keep the code as similar to the vanilla version - I'm not a programmer so if I change too much it tends to break :steamfacepalm: in this case though I forgot the limit condition
유판 16 трав. о 23:28 
@Ferrous I'm curious, too
I think it probably keeps the configuration similar because it uses the contents of the existing mode as written in the body. :steamhappy:
Ferrous 16 трав. о 19:28 
@유판
just editing the immediate block into
immediate = {
starlit_citadel_start_effect = yes
}
will do
I have to day this is an extremely convoluted way of doing this, is there any reason why you couldn't just call the start effect in the edict itself? @rolfey1328?
Goot 16 трав. о 19:22 
Nevermind. Was conflicting with some random machine portait mod I had installed and causing the issue. Keep up the good work!
유판 16 трав. о 16:42 
event = {
id = mulori.7
hide_window = yes
is_triggered_only = yes

immediate = {
every_country = {
limit = {
has_country_flag = decision_starlit_citadel
}

starlit_citadel_start_effect = yes
}
}
}

I changed this as below and solved it.
It looks like a code modification is needed.

event = {
id = mulori.7
hide_window = yes
is_triggered_only = yes

immediate = {
every_country = {
limit = {
has_country_flag = decision_starlit_citadel
}

starlit_citadel_start_effect = yes
}
}
}
유판 16 трав. о 16:26 
If you select, starlit_citadel
capitaldel and wormhole appear in all of the AI.
Therefore, adding this origin leads to shocking consequences, with all empires continuing beyond the wormhole. :steammocking:
rolfey1328  [автор] 16 трав. о 12:31 
Still working for me. @Goot and @Mysterywisc can you describe your system/which origins you picked/anything else that could be relevant?
Goot 16 трав. о 10:32 
when I pick an origin, game repeatedly creates an empty text box that immediately reopens after I close it out. Can get past 4th day without encountering this.
marco.medina 16 трав. о 9:06 
Everything is working fine for me
Ferrous 16 трав. о 5:34 
Ok, i'm pretty sure it's Gigastructural Engineering that is contributing to the crash on the 5th day.
This mod is most likely blameless.
Gigastructural is very bloated anyways iono why i even bothered with it.
Ferrous 16 трав. о 4:36 
it's working for me
I can only assume you had a conflicting mod, or one of the edicts i didn't use is firing a bugged event on day 4.
Try to figure out which edict-event caused it
Mysterywisc 16 трав. о 4:24 
As of 4.0.10 no origins appear to work. The game CTDs on day 4, no matter what origin I pick.
rolfey1328  [автор] 15 трав. о 6:34 
damnn thats weird i have no idea where that's coming from. I'll try and fix it