Please tell me how I can disable the storage of produced Drones at the factory
hello!
I have no idea what you are talking about. what storage and what factory? do you mean the end of the month production from the combat / survey / salvage robot factory's? or do you mean the something more on the lines of the item stockpiles that appear in your colony whenever it starts to produce or demand something?
for the end of the month production you can do the following:
-in the AI-Retrofits mod folder, open the data/config.json file.
-search for 'AIRetrofit_robotManufactury_'
-there should be a bunch of values with this name. you want values like:
"AIRetrofit_robotManufactury_combat_OS1Min": 25,#base
"AIRetrofit_robotManufactury_combat_OS1Max": 40,
"AIRetrofit_robotManufactury_combat_OS2Min": 12,#2.5X power 2.5 * 1.2 = 2.5 + 0.4 + 0.1 = 3.
"AIRetrofit_robotManufactury_combat_OS2Max": 24,
"AIRetrofit_robotManufactury_combat_OS3Min": 6,#10X power 10 * 1.2 = 10 + 2 = 12.
"AIRetrofit_robotManufactury_combat_OS3Max": 11,
-(there should be ones for _salvage_ and _survey_ in addition to the _combat_ ones)
-set all the values here to 0. so it looks something like:
"AIRetrofit_robotManufactury_combat_OS1Min": 0,#base
"AIRetrofit_robotManufactury_combat_OS1Max": 0,
"AIRetrofit_robotManufactury_combat_OS2Min": 0,#2.5X power 2.5 * 1.2 = 2.5 + 0.4 + 0.1 = 3.
"AIRetrofit_robotManufactury_combat_OS2Max": 0,
"AIRetrofit_robotManufactury_combat_OS3Min": 0,#10X power 10 * 1.2 = 10 + 2 = 12.
"AIRetrofit_robotManufactury_combat_OS3Max": 0,
for the colony stockpiles you can do nothing, I'm afraid.
if you meant something else, you will need to share more details, but I do you hope this helps someone at some point regardless.