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






1. go to the mod file. it's listed as "workshop-1507179401"
2. enter the file and click on the file "modmain"
3. copy and paste the text listed below.
STRINGS.RECIPE_DESC.TWIGS = "A pile of small twigs."
Recipe( "twigs", { Ingredient("log", 1) }, RECIPETABS.REFINE, TECH.SCIENCE_ONE, nil, nil, nil, 5, nil, nil, nil)
4.change the text above to something similar to what I did below.
STRINGS.RECIPE_DESC.LOG = "It's a dam log"
Recipe( "Log", { Ingredient("twigs", 20) }, RECIPETABS.REFINE, TECH.SCIENCE_ONE, nil, nil, nil, 5, nil, nil, nil)
5. And that's all to it!!
P.S. this is a very useful mod if you have the friendly skeleton mod. they pick up so many twigs 0.o)
░░░░░▐▀█▀▌░░░░▀█▄░░░
░░░░░▐ ▄▌░░░░░▀█▄░░
░░░░░░▀▄▀░░░▄▄▄▄▄▀▀░░
░░░░▄▄▄██▀▀▀▀░░░░░░░
░░░█▀ ▄▄▄█░▀▀░░
░░░▌ ░▄▄▄▐▌▀▀░░ THIS IS YOUR BULLY FROM 3RD GRADE!
▄░▐░ ░▄▄░█░▀▀░░
▀█▌░ ░▄░▀█▀░ ░░ COPY AND PASTE HIM,
░░░░░░▄▄▐▌▄▄░░░ SO, HE CAN BE PUNISHED WITH THE PRICE OF HIS SOUL!
░░░░░░▀███▀█░▄░░
░░░░░░▐▌▀▄▀▄▀▐▄░░
░░░░░░▐▀░░░░░░▐▌░░
░░░░░░█░░░░░░░░█░░░
这个换的只有一个树枝
Ba-dum tss!
(Sorry, couldn't resist)
shipwrecked_compatible = true
To make it sw compatible, in case it's not.