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
That said, this was really just a proof of concept build, and doesn't include any special models. If anyone wanted to take this concept and make their own version of it (maybe with their own version of the BS science fiction reasoning behind how it works), I'd gladly welcome that.
all files inside Data folder
-find-
<?xml version="1.0"?>
-change to-
<?xml version="1.0" encoding="utf-8"?>
-in-
BluePrints.sbc
-find-
<Result Amount="0.03666" TypeId="Ingot" SubtypeId="Uranium" />
-change to-
<Results>
<Item Amount="0.03666" TypeId="Ingot" SubtypeId="Uranium" />
</Results>
-find-
<Result Amount="0.0109331" TypeId="Ingot" SubtypeId="Uranium" />
-change to-
<Results>
<Item Amount="0.0109331" TypeId="Ingot" SubtypeId="Uranium" />
</Results>
-in-
Data folder
-rename-
add _Uranium_Synthesizer to the end of all 3 files.
-example-
BluePrints_Uranium_Synthesizer.sbc