Stellaris
Multiple Origins
86 件のコメント
Yeti Hunters 6月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 6月5日 7時41分 
+1 report, same ID's, chased down to specifically this mod.
542650213 6月5日 6時10分 
更新后不断弹窗
Baaarni 6月5日 5時30分 
+1 report, empty events cstrom and distar ids
CMDR_Kai 6月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 6月5日 1時33分 
Unfortunately I also have the same issue
Next Evolution 6月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 6月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 6月4日 8時47分 
This mod triggers empty event notifications daily.
masiyi9406 6月4日 5時46分 
This mod seems to cause a bug to pop an empty event notification every day in 4.015
Панимаю 5月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 5月22日 8時25分 
Okay thanks.
rolfey1328  [作成者] 5月22日 8時22分 
@Shadow dragon yes because you select them in the starting screen
Shadow Dragon 5月22日 4時11分 
That´s what I meant. Do the traits work when under one rule is selected first?
rolfey1328  [作成者] 5月22日 1時48分 
@shadow dragon What bug? The only thing not working are the extra unique traits
FluffyPotato 5月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 5月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.
霜糖大油条 5月21日 21時52分 
Work like a charm! Thank you!
Shadow Dragon 5月21日 16時44分 
If I select under one rule as base, will it still be bugged?
Ferrous 5月21日 1時19分 
@King of Winter
Not a bug
That event fires 6 to 18 months in, it's deliberate design
King of Winter 5月21日 0時06分 
Nevermind, It happeded about 3 month into year 2? Which is weird but not really a big problem.
King of Winter 5月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  [作成者] 5月20日 15時01分 
@Eudamon The situation? It shows for me
Cptn Toast 5月20日 12時06分 
Arc welders would be amazing!
Eudamon 5月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  [作成者] 5月20日 1時29分 
@Fro Fro this issue should be fixed now. @Hydra yeah should work
Ferrous 5月19日 20時23分 
@hydra
it should but if the modded origin is too wacky things might go awry
hydra 5月19日 13時48分 
does this work using a modded origin and then adding in vanilla origins?
rolfey1328  [作成者] 5月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
유판 5月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 5月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 5月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 5月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 5月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 5月17日 10時37分 
talented!
吐酸泰坦 5月17日 10時10分 
Dear brother, can you add the origin of synthetic reproduction.
rolfey1328  [作成者] 5月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
유판 5月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 5月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 5月16日 19時22分 
Nevermind. Was conflicting with some random machine portait mod I had installed and causing the issue. Keep up the good work!
유판 5月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
}
}
}
유판 5月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  [作成者] 5月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 5月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 5月16日 9時06分 
Everything is working fine for me
Ferrous 5月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 5月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 5月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  [作成者] 5月15日 6時34分 
damnn thats weird i have no idea where that's coming from. I'll try and fix it