Extended Vanilla: Personal Roboports


A complete overhaul to the ordinary personal vanilla equipment, this mod(pack) adds four brand new tiers of Roboports that will allow you to command hordes of drones!

Content
2 years ago
0.15 - 1.1
26.0K
Armor

g Could there be a starter setup?

5 years ago

Just noticed your mod here and something like this could be a good solution for what I've been using.
At the moment, I begin games with a Quick Start scenario that includes 50 construction bots and some personal roboports, along with a portable fusion and a power armor 1. The problem with this is that the power armor 1 is too strong for the early game, but my main goal is to have these 50 slow bots available at the very start of the game.

Would there be any way you could provide such a solution that didn't compromise the armor progression?

5 years ago
(updated 5 years ago)

Well,
when i've created this mod i've not considered a compatibility with Quick Start mod, but yes, i could do something for this problem if i have time;

Thank you for the idea,
_DiegoPro77

5 years ago

Awesome.
Here's what I added to my local copy of QuickStart:
It gets the job done but isn't ideal.

kits["bots only"] = {}
kits["bots only"]["quickbar"] = {
}
kits["bots only"]["items"] = {
    {"burner-mining-drill", 1},
    {"stone-furnace", 1},
    {"iron-plate", 8},
    {"construction-robot", 50},
    {"power-armor", 1}
}
kits["bots only"]["armorItems"] = {
    {"fusion-reactor-equipment"},
    {"personal-roboport-equipment"},
    {"personal-roboport-equipment"},
    {"personal-roboport-equipment"},
    {"personal-roboport-equipment"},
    {"personal-roboport-equipment"},
    {"battery-equipment"},
    {"battery-equipment"},
    {"battery-equipment"}
}

New response