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.
< >
Zobrazeno 11 z 1 komentářů
I found the answer through experimenting.

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

Sewer Rat původně napsal:
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]

Sewer Rat původně napsal:
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.
Naposledy upravil SewerRat5150; 9. říj. 2017 v 6.37
< >
Zobrazeno 11 z 1 komentářů
Na stránku: 1530 50