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
Also Minotaur Cannons https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=388580965
Many thanks in advance :3
Could I also request these 2?
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=321272610
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=320968123
On the technical side both C.R.U.S.H! and Automatic Disassembler are refineries, so the script treats them like other kinds of refineries.
Resource Exchanger is able to process all reactors, oxygen generators, refineries, drills and turrets in generic way. Look at Balancing algorithm's details for more details about the algorithm.
Mods require a special support only in two cases:
1. When the mod introduces new items (Magmatite from Stone and Gravel to Metal Ingots, or Minotaur Ammo from Minotaur Cannon)
2. When the mod introduces new blocks that can share items with blocks of another subtype (eg. XL Refinery and Refinery or XL Blast Furnace and Blast Furnace or Azimuth Reactors, XPAR Wedge Reactors and other reactors)
For the second case there is an exception for drills and oxygen generators, because this are the only two kinds of blocks for which dividing by subtype is skipped. So all drills and oxygen generators can share items regardless of their subtype and from which mod they come.
Thanks in advance :)
But give me some time, I'm a bit busy these days.
Thinking of weapon mods, almost all of them use special ammo.
Would it be possible to balance inventories of grouped turrets regardless of their content, so you do not have to add all the different ammo types?
Balancing inventories regardless of their content is still not possible due to limitations of ingame scripts.
Currently for any item in inventory I can find out only its amount, I cannot read weight or volume. But the script knows only how much volume it have to move, so I have to calculate amount from volume. To do this I need a ratio between amount and volume, but now there's no possibility to receive it in game. The only way is to put the ratio value in code for every new item.
can you add support for
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=481012219&searchtext=industrial+sized
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=465220761
Thanks >)
Advanced Refinery from Industrial Sized now can share items with other refineries.
Industrial Centrifuge and High Performance Centrifuge also can share items.
I cannot do anything with Advanced Assembler and Factory because this script does nothing with assemblers.