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.
< >
1-1 / 1 のコメントを表示
I found the answer through experimenting.

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

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]

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.
最近の変更はSewerRat5150が行いました; 2017年10月9日 6時37分
< >
1-1 / 1 のコメントを表示
ページ毎: 1530 50