Space Engineers

Space Engineers

Taleden's Inventory Manager
Adding materials to TIM script from other mods
I love TIM, and I use the "Hunting and Food Mechanics (Complex)" mod and the "Nanite Control Factory - Automated Construction" mod, but up to this point I can't get either of the two, to work with TIM, let alone both. I don't know C# and I find TIM's script far too advanced for me to learn at this point. I have tried to add the items from the hunting mod to TIM's script without success. Please help.
< >
Showing 1-1 of 1 comments
SewerRat5150 7 Oct, 2017 @ 1:56pm 
I found the answer through experimenting.

Set your priority levels (the lower the whole number. the higher the priority 1-10)

Originally posted by Sewer Rat:
USING VANILLA BLOCKS
Example with no quotas:
{Name of block} [TIM {Itemname} : {Priority Level} ]

on your big ship -
Large Cargo Container [TIM SteelPlate:P2 InteriorPlate:P2]

on your small ship -
Large Cargo Container [TIM SteelPlate:P1 InteriorPlate:P1]

Example with quotas:
{Name of block} [TIM {Itemname} : {Priority Level} : {Desired Quantity} ]

on your big ship -
Large Cargo Container [TIM SteelPlate:P2:22000 InteriorPlate:P2:11000]

on your small ship -
Large Cargo Container [TIM SteelPlate:P1:15000 InteriorPlate:P1:6000]

Originally posted by Sewer Rat:
USING MODDED BLOCKS (ex. Nanite Control Factory)
Example with no quotas:
{Name of block} [TIM {Itemname} : {Priority Level} ]

on your big ship -
Nanite Control Factory [TIM SteelPlate:P2 InteriorPlate:P2]

on your small ship -
Mega Cargo Container [TIM Force:SteelPlate:P1 Force:InteriorPlate:P1]

Example with quotas:
{Name of block} [TIM Force: {Itemname} : {Priority Level} : {Desired Quantity} ]

on your big ship -
Nanite Control Factory [TIM SteelPlate:P2:22000 InteriorPlate:P2:11000]

on your small ship -
Mega Cargo Container [TIM Force:SteelPlate:P1:15000 Force:InteriorPlate:P1:6000]

* In all cases when transferring between grids, make sure that all associated (collectors, connectors, ejectors, etc...) are set to transfer desired items, or the transfer may not happen.
Last edited by SewerRat5150; 9 Oct, 2017 @ 6:37am
< >
Showing 1-1 of 1 comments
Per page: 1530 50