Same Stone behavior for Survival Kit and refineries (2024)

Replies (8)

Same Stone behavior for Survival Kit and refineries (1)

2

Valenorious

5 years ago

Have you compared the conversion rates for stone to Fe,Si,Ni,Gravel in the survivalkit and basic refinery? Once there is a basic refinery aside from the survivalkit in the grid you'd want the basic one to have priority. Havent tested the large refinery yet.

Have you compared the conversion rates for stone to Fe,Si,Ni,Gravel in the survivalkit and basic refinery? Once there is a basic refinery aside from the survivalkit in the grid you'd want the basic one to have priority. Havent tested the large refinery yet.

Reply URL

Same Stone behavior for Survival Kit and refineries (2)

Same Stone behavior for Survival Kit and refineries (3)

1

Robert Barbarino

5 years ago

No denying the basic and regular refinery have greater conversion rates, but since the survival kit is available for small grids I can see having one on a deep heavy haul miner and it would be beneficial to put it to work refining stone enroute.

No denying the basic and regular refinery have greater conversion rates, but since the survival kit is available for small grids I can see having one on a deep heavy haul miner and it would be beneficial to put it to work refining stone enroute.

Reply URL

Same Stone behavior for Survival Kit and refineries (4)

Same Stone behavior for Survival Kit and refineries (5)

1

Valenorious

5 years ago

That is exactly what I turned my moon spawn pod into. A 6-wheeler with 1 survival kit and 2 medium cargo modules. And surprisingly sturdy. I don't know why Keen chose this stone-ingot menu either. But it's easy to cue up ten-thousands of 500kg stone batches so it's semi-automatic. As soon as there is more than 500 stone in the conveyor system it will continue to count that down.

That is exactly what I turned my moon spawn pod into. A 6-wheeler with 1 survival kit and 2 medium cargo modules. And surprisingly sturdy. I don't know why Keen chose this stone-ingot menu either. But it's easy to cue up ten-thousands of 500kg stone batches so it's semi-automatic. As soon as there is more than 500 stone in the conveyor system it will continue to count that down.

Reply URL

Same Stone behavior for Survival Kit and refineries (6)

Same Stone behavior for Survival Kit and refineries (7)

3

Mia R

5 years ago

I'm pretty sure Keen chose to make things that way because the Survival Kit acts like an Assembler, not a Refinery. It has to act like an Assembler to produce components for building basic blocks. To then mix in the Refinery's behavior of continuous ore conversion would be a bit tricky since the block would then have to act off of two sets of blueprints (one for behaving like an Assembler and another for behaving like a Refinery) on the same block and the same two slots of inventory. That then requires also modifying the code that filters what you can place into those inventories. And I'm sure the problems go on. The engine was designed with the concept in mind that a given block does only one thing. There are only a few exceptions to this (the Medical Bay, the Remote Control and now the Survival Kit are the only ones that I can think of) and those work by combining behaviors that don't compete.

I'm pretty sure Keen chose to make things that way because the Survival Kit acts like an Assembler, not a Refinery. It has to act like an Assembler to produce components for building basic blocks. To then mix in the Refinery's behavior of continuous ore conversion would be a bit tricky since the block would then have to act off of two sets of blueprints (one for behaving like an Assembler and another for behaving like a Refinery) on the same block and the same two slots of inventory. That then requires also modifying the code that filters what you can place into those inventories. And I'm sure the problems go on. The engine was designed with the concept in mind that a given block does only one thing. There are only a few exceptions to this (the Medical Bay, the Remote Control and now the Survival Kit are the only ones that I can think of) and those work by combining behaviors that don't compete.

Reply URL

Same Stone behavior for Survival Kit and refineries (8)

3

DranKof

5 years ago

Actually there are mods that have been doing this for years, it's pretty easy. If they really desire to separate the "refinery" aspect of it from the "assembler" aspect of it, they could just slice the block into thirds, have a survival refinery, survival assembler, survival medbay. They may as well since that would be 100% more customizable and cool for new respawn or exploratory ships.

Actually there are mods that have been doing this for years, it's pretty easy. If they really desire to separate the "refinery" aspect of it from the "assembler" aspect of it, they could just slice the block into thirds, have a survival refinery, survival assembler, survival medbay. They may as well since that would be 100% more customizable and cool for new respawn or exploratory ships.

URL

Same Stone behavior for Survival Kit and refineries (9)

1

Mia R

5 years ago

I actually like the idea of splitting it into several blocks.

As for the mods, I didn't say that it couldn't be done. To do it, I imagine you'd take the code for the assembler and add a feature to it (maybe as a separate game logic component) that simply removed some amount of stone from one inventory slot and added some amount of the appropriate ingots to the other. But then to do it properly, you'd also have to update the filters for what could go in those slots, add the game logic for determining power usage and it'd probably be a good idea to make it so it could only act as either an Assembler or a Refinery and not both at the same time, which then brings up the question of which has priority, os maybe add a control to toggle that and... those are just the things that I can think of off the top of my head. It's not that it can't be done, it's that it's more work than a simple examination will reveal. I'm sure once you got into doing all that you'd encounter more problems as well (I work as a developer... believe me when I say that that is the way of things).

In fact, the easiest solution would be to make it so that the Survival Kit could repeat its queue like the regular assembler can. Then you queue up the stone placed appropriately along other items and you're done.

I actually like the idea of splitting it into several blocks.

As for the mods, I didn't say that it couldn't be done. To do it, I imagine you'd take the code for the assembler and add a feature to it (maybe as a separate game logic component) that simply removed some amount of stone from one inventory slot and added some amount of the appropriate ingots to the other. But then to do it properly, you'd also have to update the filters for what could go in those slots, add the game logic for determining power usage and it'd probably be a good idea to make it so it could only act as either an Assembler or a Refinery and not both at the same time, which then brings up the question of which has priority, os maybe add a control to toggle that and... those are just the things that I can think of off the top of my head. It's not that it can't be done, it's that it's more work than a simple examination will reveal. I'm sure once you got into doing all that you'd encounter more problems as well (I work as a developer... believe me when I say that that is the way of things).

In fact, the easiest solution would be to make it so that the Survival Kit could repeat its queue like the regular assembler can. Then you queue up the stone placed appropriately along other items and you're done.

URL

Same Stone behavior for Survival Kit and refineries (10)

Same Stone behavior for Survival Kit and refineries (11)

1

Robert Barbarino

5 years ago

There could be a simple button in the control panel of the survival kit that is “Stone to Ingot On/Off”

In my testing the survival kit will still pull stone in automatically but it’s small capacity means most of the recessing was still done by the Refineries.

The code for the varied inventory of refineries is already in place otherwise the survival kit wouldn’t function properly... stone goes into the inventory above the ingots output just like refineries and the assembler portion just draws from the output of the refinery inventory unlike the normal assemblers which use that upper portion for ingots and the lower for components.

There could be a simple button in the control panel of the survival kit that is “Stone to Ingot On/Off”

In my testing the survival kit will still pull stone in automatically but it’s small capacity means most of the recessing was still done by the Refineries.

The code for the varied inventory of refineries is already in place otherwise the survival kit wouldn’t function properly... stone goes into the inventory above the ingots output just like refineries and the assembler portion just draws from the output of the refinery inventory unlike the normal assemblers which use that upper portion for ingots and the lower for components.

Reply URL

Same Stone behavior for Survival Kit and refineries (12)

1

Geneticus0

5 years ago

The issue is much deeper than that. The blueprint classes filter and restrict what can go into what inventory. Having assembler functionality at all means you can only place items into the block that are in or outputs of the recipes tied to it. The entire underlying structure of how production works would have to be rewritten from scratch which would break every mod that adds any items to the game.

The issue is much deeper than that. The blueprint classes filter and restrict what can go into what inventory. Having assembler functionality at all means you can only place items into the block that are in or outputs of the recipes tied to it. The entire underlying structure of how production works would have to be rewritten from scratch which would break every mod that adds any items to the game.

URL

Same Stone behavior for Survival Kit and refineries (13)

Same Stone behavior for Survival Kit and refineries (14)

2

Hypogriph Qc

5 years ago

If you combine both assembler and refinery in the survival block, will it start by refining stone or assembling components? That is a problem, priorities.

The survival block is perfect as it is and also pull in stone when there is "ingots" queued. (It should be called "Refine Stone") Changing any of its behavior is calling for clang or other unwanted entities.

If you answered both the question above, keep in mind the electricity consumption. 500-600 kw is a lot for a starter block.

If you combine both assembler and refinery in the survival block, will it start by refining stone or assembling components? That is a problem, priorities.

The survival block is perfect as it is and also pull in stone when there is "ingots" queued. (It should be called "Refine Stone") Changing any of its behavior is calling for clang or other unwanted entities.

If you answered both the question above, keep in mind the electricity consumption. 500-600 kw is a lot for a starter block.

Reply URL

Same Stone behavior for Survival Kit and refineries (15)

Same Stone behavior for Survival Kit and refineries (16)

1

Menos Wansis

5 years ago

I like the survival kit behavior as it is. A simple shift-ctrl click will set production to 1000, which will be enough for a long time. Once you have the basic refinery you no longer want the survival kit to process stone, so you can simply disable it by removing the production item. If it would automatically process stone you would have to force it to stop doing that with a sorter, which is pointlessly complicated.

I like the survival kit behavior as it is. A simple shift-ctrl click will set production to 1000, which will be enough for a long time. Once you have the basic refinery you no longer want the survival kit to process stone, so you can simply disable it by removing the production item. If it would automatically process stone you would have to force it to stop doing that with a sorter, which is pointlessly complicated.

Reply URL

Same Stone behavior for Survival Kit and refineries (17)

Same Stone behavior for Survival Kit and refineries (18)

1

Geneticus0

5 years ago

What I find problematic about the survival kits is that the perspective of refining ore should be from the ore side as in “process this Ore” , not “make me these Ingots.” Anyone attempting to add custom ores that produce multiple ingots is going to have a hard time because it seems to be tied to the Ingot icon of one of a multiple output recipe instead of a defined ore icon.

The lack of being able to make gas bottles or process ice is also an issue.

What I find problematic about the survival kits is that the perspective of refining ore should be from the ore side as in “process this Ore” , not “make me these Ingots.” Anyone attempting to add custom ores that produce multiple ingots is going to have a hard time because it seems to be tied to the Ingot icon of one of a multiple output recipe instead of a defined ore icon.

The lack of being able to make gas bottles or process ice is also an issue.

Reply URL

Same Stone behavior for Survival Kit and refineries (19)

Leave a Comment

Login / Register

Loading...

Replies have been locked on this page!

Same Stone behavior for Survival Kit and refineries (2024)

FAQs

Does survival kit refine stone? ›

Usage: Assembler/Refinery

Until you have established better facilities, the Survival Kit is your basic refining and assembling block. Next to Life Support, its secondary function is as a Stone processing station: Use your. Hand Drill to gather stone from asteroids or the ground of moons or planets.

Can basic refinery refine stone space engineers? ›

Mined Stone is processed best in Survival kits or standard Refineries, and less efficiently in Basic Refineries. Stone processing separates it into Iron Ingots, Nickel Ingots, Silicon Wafers, and Gravel. In a Basic Refinery, 100 kg of stone produce only 3.53 kg of byproducts, thus a 3.53% weight ratio.

Why is my basic refinery not working space engineers? ›

It needs power and to be hooked up to a container. The basic refinery has very limited space. If it's inventory is full it's not going to run or accept anything being put in to it. It's best to connect it to a container.

How do you get refine stones? ›

Refining Stones can be obtained as rewards from events, quests, and so on, and you can also earn them depending on your results in the Arena or Arena Assault at the end of a season.

Can you respawn at Survival Kit? ›

The Survival Kit is your first respawn point and Life Support recharge station; it also contains your first primitive refinery and assembler. In contrast to a Medical Room, the Survival Kit is better portable because it can also be built on small mobile grids.

What is the difference between basic refinery and refinery? ›

Basic Refinery which cannot process platinum, uranium, silver, and gold, the Refinery can process all ore types. The Refinery has much higher construction costs than the basic one, however, it can process ores faster, more efficiently, and uses less power.

Can a basic refinery refine silver? ›

Basic refinery only refines stone, and iron, nickel, cobalt, silicon, and magnesium ores; silver, gold, platinum, and uranium ores require the advanced refinery.

Can a basic refinery refine cobalt? ›

The Basic Refinery refines ores into ingots, similar to the Refinery, its larger counterpart. However, this basic model can only refine common metals, namely the following: Cobalt Ore. Iron Ore.

Why does space engineers run poorly? ›

Single-player performance glitches (lag) can be usually caused by: Large and complex ships moving near asteroids or other ships. Too many floating objects in small space. Too many gatling guns, rocket launchers shooting, explosions.

What is the conversion rate for platinum in space engineers? ›

Refine Platinum Ore in a Refinery. Without Upgrade Modules installed, you produce Platinum Ingots at a 0.48% ratio, which is to say, 1000 kg of ore will yield 4.8 kg of Platinum Ingots.

Why won t my thrusters work in space engineers? ›

1st-Find your way to a control panel and make sure you havent accidently turned on "thrust override". This will leave them on regardless if you turn them on or off. Your settings for manual control of your thrusters should read "toggle block {on}" and "thrust override {disabled}".

Can you make smooth stone in survival? ›

Changes to piston mechanics now allow for the creation of block transmutation machines, allowing for smooth stone (4-7, obtainability of 8-15 unknown [needs testing]) to be obtained in survival without inventory editors.

What is the stone ratio in space engineers? ›

Conversion
Raw material (ores)Conversion ratioRefined material
Stone3%Iron Ingots
0.24%Nickel Ingots
0.4%Silicon Wafers
Scrap Metal80%Iron Ingots
10 more rows

What is gravel used for in space engineers? ›

Gravel's most important use is as ingredient for building Reactors: Just keep the necessary amount of gravel (2'000 kg / 40'000 kg respectively per Small/Large Reactor) in storage and discard the rest.

References

Top Articles
Latest Posts
Article information

Author: Rev. Leonie Wyman

Last Updated:

Views: 5714

Rating: 4.9 / 5 (59 voted)

Reviews: 90% of readers found this page helpful

Author information

Name: Rev. Leonie Wyman

Birthday: 1993-07-01

Address: Suite 763 6272 Lang Bypass, New Xochitlport, VT 72704-3308

Phone: +22014484519944

Job: Banking Officer

Hobby: Sailing, Gaming, Basketball, Calligraphy, Mycology, Astronomy, Juggling

Introduction: My name is Rev. Leonie Wyman, I am a colorful, tasty, splendid, fair, witty, gorgeous, splendid person who loves writing and wants to share my knowledge and understanding with you.