Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
TL;DR thanks.
[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.
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).