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)
Top Articles
Unveiling Loretta Lynn's Net Worth: A Journey Through Music And Legacy
The Ultimate Guide To Mya Lynn Lesnar: Biography, Net Worth, And More
Funny Roblox Id Codes 2023
Golden Abyss - Chapter 5 - Lunar_Angel
Www.paystubportal.com/7-11 Login
Joi Databas
DPhil Research - List of thesis titles
Shs Games 1V1 Lol
Evil Dead Rise Showtimes Near Massena Movieplex
Steamy Afternoon With Handsome Fernando
Which aspects are important in sales |#1 Prospection
Detroit Lions 50 50
18443168434
Newgate Honda
Zürich Stadion Letzigrund detailed interactive seating plan with seat & row numbers | Sitzplan Saalplan with Sitzplatz & Reihen Nummerierung
Grace Caroline Deepfake
978-0137606801
Nwi Arrests Lake County
Justified Official Series Trailer
London Ups Store
Committees Of Correspondence | Encyclopedia.com
Pizza Hut In Dinuba
Jinx Chapter 24: Release Date, Spoilers & Where To Read - OtakuKart
How Much You Should Be Tipping For Beauty Services - American Beauty Institute
Free Online Games on CrazyGames | Play Now!
Sizewise Stat Login
VERHUURD: Barentszstraat 12 in 'S-Gravenhage 2518 XG: Woonhuis.
Jet Ski Rental Conneaut Lake Pa
Unforeseen Drama: The Tower of Terror’s Mysterious Closure at Walt Disney World
Ups Print Store Near Me
C&T Wok Menu - Morrisville, NC Restaurant
How Taraswrld Leaks Exposed the Dark Side of TikTok Fame
University Of Michigan Paging System
Dashboard Unt
Access a Shared Resource | Computing for Arts + Sciences
Speechwire Login
Healthy Kaiserpermanente Org Sign On
Restored Republic
3473372961
Craigslist Gigs Norfolk
Moxfield Deck Builder
Senior Houses For Sale Near Me
D3 Boards
Jail View Sumter
Nancy Pazelt Obituary
Birmingham City Schools Clever Login
Thotsbook Com
Funkin' on the Heights
Vci Classified Paducah
Www Pig11 Net
Ty Glass Sentenced
Latest Posts
Article information

Author: Zonia Mosciski DO

Last Updated:

Views: 6124

Rating: 4 / 5 (71 voted)

Reviews: 86% of readers found this page helpful

Author information

Name: Zonia Mosciski DO

Birthday: 1996-05-16

Address: Suite 228 919 Deana Ford, Lake Meridithberg, NE 60017-4257

Phone: +2613987384138

Job: Chief Retail Officer

Hobby: Tai chi, Dowsing, Poi, Letterboxing, Watching movies, Video gaming, Singing

Introduction: My name is Zonia Mosciski DO, I am a enchanting, joyous, lovely, successful, hilarious, tender, outstanding person who loves writing and wants to share my knowledge and understanding with you.