Space Engineers

Space Engineers

Construction Component Production Time
20 条留言
arreclain 2017 年 6 月 6 日 下午 12:21 
Thanks. I do not mind that I might need to have a large station to produce components in a timely fashion, but construction components just seemed too time intensive for how ubiquitous they were. I'd even set them to build when I didn't have a project in mind just to save time later.

TL;DR thanks.
Kristov Keen 2015 年 7 月 28 日 下午 1:25 
Fantastic, really glad you made this mod, I can constantly build in survival without having to go afk to let a load of construction components stockpile! Thank you
Doctor_Redstone 2015 年 2 月 28 日 上午 4:44 
keen should add a special slider in the world options just for the production time of construction components
Grumpy Auld Git 2015 年 2 月 21 日 上午 10:21 
Perhaps the blueprint was based on Escher's work ;)
Skarllath  [作者] 2015 年 2 月 21 日 上午 9:50 
Hundreds of nuts and Bolts?
NightLight0x07CC 2015 年 2 月 21 日 上午 8:28 
I really wish they would make this a vanilla feature. The only thing that has ever backed up production is construction components. My question though, is what did they put in that tool box that is so complicated to build? O.o
Katrik357 2014 年 11 月 14 日 下午 6:40 
OMG yes... have absolutely hated dealing with this thing in mass quantities. Jammed up all my assemblers even on max efficiency. Thank you!
Grumpy Auld Git 2014 年 8 月 29 日 下午 4:11 
You the man ;)
Skarllath  [作者] 2014 年 8 月 29 日 下午 3:22 
Yeah they added a new line with name and icon in it. It's fixed now.
Skarllath  [作者] 2014 年 8 月 29 日 下午 3:15 
Thnks for the heads up. Though I could still make them, the assembler Icon was missing. Probably a change in Keen's formating. Should have a fix soon enough.
Grumpy Auld Git 2014 年 8 月 29 日 下午 1:36 
Hi mate. Love this mod. The latest update seems to have broken it for me. It makes it impossible to make construction components by removing them from the assembler build list and even from full item blueprints. Removing this mod fixes it. Just thought I'd flag it up for you ;)
Dark_453 2014 年 8 月 12 日 下午 7:24 
Good to know, Thanks for this.
Chev Chelios [SVK] 2014 年 8 月 11 日 上午 7:55 
Yeah, helped. Thanks :first_star::first_star::first_star::first_star::first_star:
Skarllath  [作者] 2014 年 8 月 10 日 下午 10:05 
In this one, copy
[code]<?xml version="1.0"?>
<Definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Blueprints>
<Blueprint>
<Id>
<TypeId>BlueprintDefinition</TypeId>
<SubtypeId>ConstructionComponent</SubtypeId>
</Id>
<Prerequisites>
<Item Amount="9" TypeId="Ingot" SubtypeId="Iron" />
</Prerequisites>
<Result Amount="1" TypeId="Component" SubtypeId="Construction" />
<BaseProductionTimeInSeconds>10</BaseProductionTimeInSeconds>
</Blueprint>
</Blueprints>
</Definitions>[/code]
Hope this helps. :KOh:
Skarllath  [作者] 2014 年 8 月 10 日 下午 10:05 
So It's a modification of the Blueprints.sbc found in SpaceEngineers/Content/Data. The specific line of code is about halfway down. Looks like the code down the page.
BaseProductionTimeInSeconds is the value you will want to change, for 50% put 5.
Now, you could just modify the main Blueprints.sbc, but it would be overwritten every week.
instead you could make a new folder in
C:/Users/(your user name)/AppData/Roaming/SpaceEngineers/Mods
name it whatever, create in it a folder called Data, and in it save a file called Blueprints.sbc (using notepad or something).
Chev Chelios [SVK] 2014 年 8 月 10 日 下午 9:28 
Would be nice to tell it here, so everybody could tweak it the way they want to :first_star::first_star::first_star::first_star:
Skarllath  [作者] 2014 年 8 月 10 日 下午 8:52 
I currently have it so that it is in balance with the other components, but I could show you how to make the change yourself. It's pretty simple.
Chev Chelios [SVK] 2014 年 8 月 10 日 下午 7:44 
Could you do it but only with 50% speed change? I want them to be produced faster, but not extremly fast.
Skarllath  [作者] 2014 年 8 月 10 日 下午 4:32 
No problem.
Varlun 2014 年 8 月 10 日 下午 4:21 
This is amazing, thank you. I had been running at 3x speed just because construction components were killing me.