Space Engineers

Space Engineers

Taleden's Inventory Manager
TIM + Nanites
I'm having some trouble with TIM not pulling things from the Nanite Control Factory block from another mod. I'm wondering if this was intentional, or not. For instance, tools and such that it gathers when someone dies near one, or dropped components and whatnot.
< >
Showing 1-8 of 8 comments
TheMecanician 23 Apr, 2017 @ 2:07pm 
Im having this issue too, if anyone could help with this, that would be great!
Guran 15 May, 2017 @ 11:31am 
Same here, solved it by putting two sorters on the nanites, one for in, one for out. With a first timer block every two minutes i switch the sorters to pull everything out of the nanites and start a second timer block. The timer runs for 15 seconds, switches everything back to standard mode, and triggers the first timer again.
Taanshi 23 May, 2017 @ 8:04am 
@Guran I do something simular, but with a single timer block - one sorter=on the other =off. Timer swithces the sorters every 15 seconds. 'In' sorter set to allow componets only, out sorter takes everything. Don't really notice any slowdown with the nanites and the sorters flipping that frequently. I thought I'd heard someone in a youtube saying it was possible to add the Nanite mod to TIM's script any ideas on how, or, if its even possible?
Klistofklades 30 Jun, 2017 @ 7:46am 
Apparently the nanite factory is coded as an oxygen tank or generator, if that helps while looking through the script. I haven't looked at it in a little while.

EDIT: Fixed an auto correct issue.
Last edited by Klistofklades; 22 Aug, 2017 @ 12:10pm
SuHwak 26 Jul, 2017 @ 8:13am 
Please share if you found a solution for TIM not working with the factory anymore.
Szabkadi 10 Sep, 2017 @ 2:48pm 
Just insert ScanBlocks<IMyOxygenFarm>(); after the ScanBlocks<IMyCargoContainer>(); row. it's near the 2150 line. Somebody already done it, check workshopid 1122823065 .
Last edited by Szabkadi; 11 Sep, 2017 @ 12:58am
SewerRat5150 7 Oct, 2017 @ 2:25pm 
I found the answer through experimenting.
Instead of the standard TIM script, use this script and set your priority levels (the lower the whole number, the higher the priority 1-10)
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=1122823065&searchtext=

Originally posted by Sewer Rat:
USING NANITE CONTROL FACTORY
Example with quotas:
Nanite Control Factory [TIM Force:Component:P1:100]
Large Cargo Container [TIM Ingot:P10 Ore:P10 Component:P10 PhysicalGunObject:P10 Gas:P10]

* This example should automaticly enpty all items out of the storage of your Nanite Control Factory except for 100 of all components.
Last edited by SewerRat5150; 7 Oct, 2017 @ 2:26pm
Brunnenjunge 30 Dec, 2017 @ 4:21am 
Originally posted by Szabkadi:
Just insert ScanBlocks<IMyOxygenFarm>(); after the ScanBlocks<IMyCargoContainer>(); row. it's near the 2150 line. Somebody already done it, check workshopid 1122823065 .

That worked really well
Thank you!! :steamhappy:
< >
Showing 1-8 of 8 comments
Per page: 1530 50