Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add preconfigured storage bus / fluid storage bus #17821

Closed
boubou19 opened this issue Oct 31, 2024 · 5 comments · Fixed by GTNewHorizons/NewHorizonsCoreMod#1093 · May be fixed by GTNewHorizons/Applied-Energistics-2-Unofficial#603

Comments

@boubou19
Copy link
Member

Context: when one has to set up in bulk setups automating item/fluid placement with precise order (typically the assline), when using AE2 you typically do this with storage buses / fluid storage buses with decreasing priority.

Current solution: the game has cards to memorise the priority settings, so you usually do the chore of building the setup, then you apply each prio with the card and repeat. It works, but setting up each storage bus is tedius.

Proposed solution: add shapeless crafting recipes with (fluid) storage bus + circuit config ranging from 1 to 24 to craft a storage bus with corresponding priority, so you cut the card setting part of the automation when done in bulk.

@lordIcocain
Copy link

lordIcocain commented Oct 31, 2024

Tool which place storage buses. With some modes like decrease priority by n every N until N1 then start with initial value and mb other useful modes. Auto apply storage bus settings like insert only etc.

@Divran
Copy link

Divran commented Oct 31, 2024

alternative suggestion

instead of making it specific to storage bus priority, make a dynamic recipe where any blank ae component that has settings placed next to one or more ae component that have no settings configured will copy their settings onto that block. whether in a crafting grid or a specific machine doesnt matter. basically this would be the ability to copy settings like a memory card, but in a crafting way rather than a right click in-world way. then you could use your idea for anything rather than just storage buses.

for example you could make p2ps that are pre-linked to a channel so you dont have to go find the main one every time. and you dont have to carry around a memory card permanently linked to each channel

@boubou19
Copy link
Member Author

it'd work, but you'd need the first one in the inv, i want the ability to precraft the first storage bus. But those ideas could coexist. Now i need to find someone knowledgeable on those advanced shapeless craft features to see how to implement this.

@Divran
Copy link

Divran commented Oct 31, 2024

addendum to my previous suggestion. instead of ae component with settings + ae component without settings, it'd make more sense to make the recipe be memory card + ae component, and have the settings be copied from the memory card. could be done in assembler or forming press or laser engraver or whatever. then you put the memory card in as a non-consumable.

@EnderProyects
Copy link

Could also be added recipes for precraft p2p types? I don't think is already implemented, can't check atm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment