Stellaris

Stellaris

All Caravaneers
32 条留言
Darko 2024 年 4 月 30 日 下午 1:52 
Could you add a way to have the Caravans respawn after they get destroyed? Maybe paying Energy to have them respawn?
shimmer 2024 年 1 月 2 日 上午 6:44 
The extra Caravaneer seems idle, No movement at all, just stay at base.
Flashmeister 2023 年 8 月 8 日 下午 9:22 
still works alright
T145 2022 年 9 月 22 日 下午 7:22 
Nice, thanks a lot! :steamthumbsup: If you send me your GitHub account username I can add you as a contributor to the main repository.
WeatheredAngel  [作者] 2022 年 9 月 22 日 下午 5:05 
Many types of things can be replaced on an individual basis, though the file needs to come before/after the original in ancii order (which way depends on what it is we're talking about)... though I haven't touched any modding for Stellaris since 3.0, so I have to get back in to know which, especially as some things used to require whole file replacement (jobs and research used to. need to find out firsthand if that's still the case or if it's been fixed).
With that, components that aren't touched wouldn't need to be included, and voila -- smaller codebase to manage and fewer concerns about mod conflicts (by fewer false positives), which is always a good thing.

Rolling back to 3.4.5 so I can save the scripts to run a diff on them -- I can at least help with the caravaneer event file for your fork, since I focus on mods for that anyways.
T145 2022 年 9 月 22 日 上午 11:30 
@davfrs If you'd like to work on making the Ariphaos changes more compatible in 3.4, I've forked the initial project since the 3.5 crashes the game in 3.4. The fork is open to contributions and I'm open to learning, as there are some more bugfixes I'd like to incorporate. If these changes can avoid overwriting a whole vanilla file, then I'm sure there are more. Check out the project here [github.com]!
WeatheredAngel  [作者] 2022 年 9 月 20 日 下午 1:43 
I took a look through their code... they really shouldn't be including whole files when they don't need to, as that will lead to false-positives when looking for other mod conflicts.
They are changing Chor's Compass system initialization code only ever so slightly: in theirs it cannot be a 'bottleneck' system (vanilla marks as such, but that doesn't check many jumps). That's it for Chor's Compass, and is 4 of the 6 line additions they made to the file -- they could have easily, and should have, done what I'm doing in only including what components they actually change.
T145 2022 年 9 月 20 日 上午 12:57 
Note that this mod overwrites a fix from the Ariphaos patch collection (https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=1995601384) , so it may be a good idea to work in the features by using that file as a base.
Flashmeister 2022 年 9 月 17 日 下午 11:38 
aa thx for updating
WeatheredAngel  [作者] 2022 年 9 月 17 日 下午 10:49 
not that I know of, though it would be trivial to make them not head out as "early"
Neverminder 2022 年 9 月 17 日 下午 9:03 
is there a mod to delay these guys from spawning until like 100 years pass or something, mid-game maybe? even 50 years would be great
Flashmeister 2022 年 7 月 11 日 下午 1:26 
@★★☆☆☆ There's a console command to force spawn caravans again
DONT crime ( ,'' w'' ) slime 2021 年 7 月 2 日 下午 3:41 
Can this be used to respawn dead Caravans?
WeatheredAngel  [作者] 2021 年 5 月 5 日 上午 11:17 
I'll quickly look into it and see what may be happening
Psycho_Laughs 2021 年 5 月 5 日 上午 11:08 
The new 3.0 way. I started a new game after 3.0. Caravans spawned, all 3 left chor's compass. I went through the first contact encounter with 2 of them, but never with the 3rd, even though I have taken refugees from them, and they have had caravan events passing through my territory (caravan thieves, caravan garbage).
WeatheredAngel  [作者] 2021 年 5 月 4 日 下午 9:06 
yes, though if there wasn't anything the first time, there shouldn't be after that, either... by "first contact", are you meaning the way that they used to; or do you mean in the new way where you need to have an envoy study their signals?
Psycho_Laughs 2021 年 5 月 4 日 下午 8:18 
One of the caravans moves through my territory but it has never triggered first contact. Is there anyway to add an event command that sends the caravans back to chor's compass and reset them?
WeatheredAngel  [作者] 2021 年 4 月 22 日 下午 10:36 
I'll put out an update by this weekend for this and my other Caravaneer mod (removal of reliquary buying limits)
Friedrich 2021 年 4 月 22 日 上午 6:43 
So this mod it broke, but is pretty based. So... wen updoot?
WeatheredAngel  [作者] 2021 年 1 月 20 日 下午 3:32 
Added an event to the mod to let existing games get the 3rd fleet. Something changed in how events are done, it seems (or I just forgot how to write them, plus how to read the modding wiki...?), so the event is only being triggered via the console atm. "event allcaravaneers.0" will start a short script that will check which of the fleets are missing, spawn it(/them), and have vanilla start the randomized movements.
Neverminder 2020 年 12 月 18 日 下午 2:20 
oo that would be sick!
WeatheredAngel  [作者] 2020 年 12 月 17 日 下午 7:13 
I should be able to, yeah! In fact, I'll add that to this mod once I'm done with that.
Dominula Local 2020 年 12 月 15 日 下午 4:11 
Any chance you can make a mod that spawns them in an existing savegame
Neverminder 2020 年 12 月 14 日 下午 1:53 
ty davfrs
WeatheredAngel  [作者] 2020 年 12 月 13 日 下午 2:49 
This mod is technically only doing anything at galaxy generation (specifically the solar system initialization). As such, it is save compatible... it just won't do anything on galaxies that are already generated.
WeatheredAngel  [作者] 2020 年 12 月 13 日 下午 2:47 
The base game's code did not change for the one tiny component this mod replaces -- this mod is now "updated" by me swapping a 7 for an 8 ("2.7.*" to "2.8.*). Old version would still work just the same. No actual content update - this is usually how tiny mods like this work for game updates.
Neverminder 2020 年 12 月 11 日 上午 5:43 
im assuming this isnt save compatible?
Durasteel 2020 年 11 月 21 日 下午 4:44 
needs an update
Scyobi_Empire 2020 年 10 月 18 日 上午 3:48 
I have a fix, but it requires cheats. 'debugtooltip' 'play [Caravan ID]' then make a flight path for the caravan, as the ai never changes it (it will return to Chor's if it goes stationary or if it completes its flight plan)
shimmer 2020 年 8 月 20 日 上午 1:37 
Do you know a mod that fix the bug? As far as I know there is no mods fix this bug currently.
WeatheredAngel  [作者] 2020 年 8 月 20 日 上午 12:02 
This small mod modifies the "megacorp_caravaneer_init" system initializer to always spawn all three of the fleets and assign all three of them randomish movement start times (just like vanilla). Vanilla code then deals with the rest.
The Caravaneer fleet movements you are talking about are not handled by this solar system initializer, and therefore are not at part of this mod. Mods that do fix such would not modify this system initializer, and therefore are compatible.
shimmer 2020 年 8 月 19 日 下午 8:02 
Is this mod fix the Caravaneer stay at home bug?
Currently Caravaneer will go to nearest Capital after game start, then they return and stay home forever. If this bug in not fixed then this mod is pointless.