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
Thanks for making this thing and keeping it updated, I like the additional use for tristeel, and making it silly expensive was excellent practice in how to structure a basic data-only mod without being too much to get started with!
Now has it's foldable icon in editor, looks kinda neat.
You mod would have 10 ops to replace cost (one per piece) with a higher cost.
Its a single node in /Part/Resources that needs to be altered :)
I have my own mod for Large Crew Quarters to add +1 toon per bed and it looks something like this:
Actions
[
{
Action = Replace
Replace = "<../../../workshop/content/799600/2883177284/ships/crew_3x1/crew_3x1.rules>/Part/Components/CrewSource/Crew"
IgnoreIfNotExisting = false
With = 6
}
]
I'm in the middle of something else right now, but feel free to make such a mod and publish it for people and your friends to have easy access to for multiplayer purposes :)
Also if you do, let me know I'll link it here as derivate for other people who would love it.