Space Engineers

Space Engineers

Not enough ratings
TIM - Auto Deploy
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
12.468 KB
21 Jan, 2017 @ 6:27pm
30 Oct, 2018 @ 11:56am
5 Change Notes ( view )

Subscribe to download
TIM - Auto Deploy

Description
UPDATE: 10/30/2018

Github Link:
https://github.com/Therianulf/TIM-auto-deploy
New Version of Taleden's Inventory Manager updated by Therian:
https://gtm.steamproxy.vip/workshop/filedetails/?id=1552258272
original deprecated version Taleden's Inventory Manager:
https://gtm.steamproxy.vip/sharedfiles/filedetails/?id=546825757

Quick Summary:
TIM is a fantasic inventory manager, Taleden wrote a super effective tool. The only thing that isn't quick about it is the setup, This takes care of all of that. It automatically applies tim values to a lot of common blocks.

Script Name: TIM Auto-Deploy script
Author: Therian
Version: 0.3
Purpose: To automatically setup TIM on new grids, without having to do 100 lines of data entry.
Dependancies: Taleden's Inventory Manager [TIM]
Before You Start:
This script was designed to be ran when a ship is first built, and you want to install TIM.
If you just want to save yourself some time, you should be able to run this completely default and save yourself quite a bit of typing.
Make sure you don't have any connector or merge blocks attached if you don't want this to effect that grid as well.
MAKE SURE YOU/FACTION OWN ALL THE BLOCKS ON THE GRID.
Usage:
1. Load the script into your Programming block
2. Alter the config variables to your preference.
3. Click Check code, if you're Configuration is acceptable it should compile successfully.
4. Click Remember and Exit
5. Click Run on the Programming block
6. If you assigned the assemblers, you still need to go to every assembler in the Production tab, and assign it the appropiate component, and then turn on repeat mode. (This is a space engineers limitation)
Planned Features: setting cargo container groups, changing that cargo container group, changing cargo groups over antenna
19 Comments
kinngrimm 9 Mar, 2023 @ 10:59am 
ok thx
Therian  [author] 9 Mar, 2023 @ 7:52am 
@kinngrimm, i havent play space engineers in a while, but I am assuming as long as TIM kept the same naming scheme, it should work.

There may be code errors since it was last updated 5 years ago.
kinngrimm 6 Mar, 2023 @ 9:51am 
does this still work with the 2022 update version of TIM?
Urdim 7 Sep, 2019 @ 12:12pm 
Does this still work?
Therian  [author] 12 Dec, 2018 @ 10:47am 
@kodi4444 sorry to get back to you so late. I am using this tool to do so. https://github.com/malware-dev/MDK-SE
Kodi4444 16 Nov, 2018 @ 10:03pm 
@[82DK] Therian
im not sure how to turn the source code from the GitHub into a script I can copy and paste into a program block. im not familiar with C#.
Kodi4444 15 Nov, 2018 @ 7:34am 
@[82DK] Therian cool I could test it out later when im free.
Therian  [author] 14 Nov, 2018 @ 9:16pm 
@kodi4444 check out https://github.com/Therianulf/TIM-auto-deploy ive been making some of those changes but havent released it yet. still need to test
Kodi4444 14 Nov, 2018 @ 8:00am 
possibly you could make it so there is a config section where you could set custom Tim settings
example
//name to set to reactors
Reacor_name = "[TIM URANIUM:p1:100]";
//name to set to O2/H2
O2_H2_name = "[TIM ICE:P1:10]";
//name to set to Refinery
Refinery_name = "[TIM ORE:P2]";
because that would be awesome.
because then I can change the config depending on what kind of ship it's to be run it on.
Therian  [author] 13 Nov, 2018 @ 5:43pm 
@kodi4444
set the config to change how much reactors get.
Ill consider adding an option for setting assemblers to auto

//this is how much uranium to give to each reactor, make sure to have the trailing F if you change it, since thats what makes it a float in C# land
public float ReactorUraniumCount = 100.0F;