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
This is not compatible with the Space Out DLC, is there a replacement?
Hope this is fixable as it's a great idea, alas currently unusable unless you want to delete *all* of an item (including already stored materials of that type).
这个mod添加了一个存储压缩程序,删除你放入它的任何内容。目标不是添加任何有游戏价值的东西,而是删除游戏必须跟踪的项目。这是一个很受欢迎的功能,为那些在游戏后期遭受低帧率的人。
已知问题:自定义颜色偶尔会消失。下次删除内容时会返回(每4秒一次)。直到Klei增加更多的修改支持才可修复。
In the back, gas flow is also a big reason for Carton!
The thing that makes this game 'easy' is the lack of maintenance costs. In the real world, everything breaks over time and that is what stops us from having maintenance 'free energy'.
In ONI... there are a number of methods of creating closed loop 'infinite' water and power systems allowing for infinite cooling. (Searching YouTube turns up a few)
Sure, they could add maintenance costs (and maybe someday a mod will), but that adds a lot of levels of frustration to a game that already has plenty (especially for a new player).
With all of that said, your work on the mod is appreciated. More options are always better. Thanks.
Keeping the heat is more overpowered than deleting it.
I like your idea, although I'm still hoping that someone makes a rail gun so I feel like there is a trade-off for 'easily' deleting all of the excess heat from my asteroid.
It's possibly the fastest to write and smallest ONI mod. It's copy paste of a storage compactor with the following code added. Nothing else.
public void Sim4000ms(float dt)
{
this.UpdateColor();
foreach (GameObject current in storage.items)
{
current.DeleteObject();
}
}