安装 Steam						
					
				
				
									登录
											 | 
						语言
						
																																															繁體中文(繁体中文)
																													日本語(日语)
																													한국어(韩语)
																													ไทย(泰语)
																													български(保加利亚语)
																													Čeština(捷克语)
																													Dansk(丹麦语)
																													Deutsch(德语)
																													English(英语)
																													Español-España(西班牙语 - 西班牙)
																													Español - Latinoamérica(西班牙语 - 拉丁美洲)
																													Ελληνικά(希腊语)
																													Français(法语)
																													Italiano(意大利语)
																													Bahasa Indonesia(印度尼西亚语)
																													Magyar(匈牙利语)
																													Nederlands(荷兰语)
																													Norsk(挪威语)
																													Polski(波兰语)
																													Português(葡萄牙语 - 葡萄牙)
																													Português-Brasil(葡萄牙语 - 巴西)
																													Română(罗马尼亚语)
																													Русский(俄语)
																													Suomi(芬兰语)
																													Svenska(瑞典语)
																													Türkçe(土耳其语)
																													Tiếng Việt(越南语)
																													Українська(乌克兰语)
																									报告翻译问题
							
						
 
											 
													







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();
}
}