Surviving Mars

Surviving Mars

29 ratings
Distributed Drone Assembly 2
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
49.308 KB
18 Oct, 2021 @ 8:54pm
14 Aug, 2022 @ 3:55pm
5 Change Notes ( view )

Subscribe to download
Distributed Drone Assembly 2

In 1 collection by ChoGGi
ChoGGi's Mods: QoL
176 items
Description
Distributed Drone Assembly is a simple mod that does one thing: spreads out drone prefab construction (and biorobot construction) across all your Drone Assemblers.
Original mod: Distributed Drone Assembly


Mod Options:
Auto Prefab Drones: If less than this amount of prefabs, then queue up more to build (0 to disable).
Override Ctrl Biorobot/Drone: Queue up more than five biorobots/drones when holding down Ctrl.


Crysm isn't updating it anymore.
All I did was update it to Picard (and cleaned up the code to match mine).
15 Comments
ChoGGi  [author] 7 Sep, 2023 @ 4:47pm 
It's not my code (mostly), but it seems to use 2s to spread the queued up drones/biorobots over each factory? I think the issue is it uses GetCityLabels(), which'll return the factories in the same order each time. I could add a mod option to randomise the list?
FlyinDoomMonkey 7 Sep, 2023 @ 1:10pm 
heya Choggi! TY so much for all the amazing mods you've made. They make the game so much better on so many levels. I have a suggestion for this mod however (unless I'm missing something obvious) One thing I've noticed is that with biorobots they seem to spawn at the dome where you first created assemblers regardless of which assembler you choose IE another assembler on the opposite end of the map. When you have a new dome and you're trying to fill it with biorobots it turns into a situation where you have a bunch of unemployed homeless bio robots and it takes a few cycles for them to figure out their lives and move to the new dome. Would it be possible so they spawn from which ever assembler you selected when you created the build request or set a specific assembler as a spawn point? Thanks again for all you hard work!
ChoGGi  [author] 21 Mar, 2022 @ 3:51pm 
Someone should make a shared drone prefab mod so packing works for any map instead of having to use elevator.
hinoron1 21 Mar, 2022 @ 3:46pm 
>>Transferring Drones to the elevator~
>The Mod causes this?
No, I don't think so (at least not this mod) I was actually trying to suggest adding a drone control interface to the Elevator (so we can assign/pack up drones the same way we do on drone hubs and RC commanders).
Additionally, if drones transported from the surface were delivered "packed" instead of automatically assigned to said elevator, that would be better.
Perhaps this isn't the best spot to ask. Pardon me.

>v0.3 Underground should be working now.
I'll assume that means the drones qued up in the underground will be built in the underground now. Thanks very much!
ChoGGi  [author] 19 Mar, 2022 @ 12:36pm 
v0.3
Underground should be working now.
ChoGGi  [author] 18 Mar, 2022 @ 8:05pm 
1. I don't think I ever tested it on B&B? I'll take a look.

> Transferring drones via the Elevator assigns those drones TO the elevator building on the arriving map
The mod causes this?
hinoron1 18 Mar, 2022 @ 8:02pm 
I have two related issues:

1. Trying to build drones from Assemblers Underground only builds the first two "scheduled" drones, while the rest go into the que... and are built by Assemblers on the Mars Surface map.

2. Transferring drones via the Elevator assigns those drones TO the elevator building on the arriving map, like it was a drone hub. That would be fine except that the elevator doesn't have the interface for packing up or unpacking drones, so they're stuck assigned to that building forever.

For a workaround, I've resorted to loading up RC Commanders with their maximum drone load of 20, sending them down the elevator, driving them over to my pair of Medium Domes and their Drone Hubs, and unassigning all the drones from the RC Commanders so that the Hubs can claim them. This seems... inefficient. :(
ChoGGi  [author] 2 Nov, 2021 @ 6:20am 
You can make that mod quite a bit smaller by adding this to metadata.lua
"ignore_files", {
"auto1.png",
"auto2.png",
"auto3.png",
"auto4.png",
"auto5.png",
},
Like so: https://github.com/ChoGGi/SurvivingMars_CheatMods/blob/master/ChoGGi's%20Library/metadata.lua#L19

I'll add a check for your AutomaticDronePlant
essell 2 Nov, 2021 @ 3:51am 
My Mod!
Automatic Brand Buildings.
ChoGGi  [author] 1 Nov, 2021 @ 4:26pm 
Probably not, what mod?