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

Bigger/Extreme Reactors Implementation #416

Open
Xzidental opened this issue Feb 17, 2024 · 4 comments
Open

Bigger/Extreme Reactors Implementation #416

Xzidental opened this issue Feb 17, 2024 · 4 comments
Assignees
Labels
enhancement New feature or improvement. evaluate Needs to be evaluated if this will be implemented, and how. feature request New feature or request from users.
Milestone

Comments

@Xzidental
Copy link

Is your feature request related to a problem? Please describe.
I have a reactor from the mod "Bigger Reactors" and i would love to view the information from that reactor on a unit monitor

Describe the solution you'd like
A solution to keep that reactor, or reactors from other mods, all in the same place. so i can view and control those seperately

Additional context
An automatic toggle with high and low values on that specific reactor would be awesome aswell.
2024-02-17_17 10 10
2024-02-17_17 10 28
Current automatic system (ugly)

@Xzidental Xzidental added enhancement New feature or improvement. feature request New feature or request from users. labels Feb 17, 2024
@MikaylaFischler
Copy link
Owner

I'll need to comb through bigger reactors CC: Tweaked integration, but I would be surprised if I got the same amount of data from it that would allow easily slotting it in.

This may be a post release addition, but it'll require a decent amount of work to integrate it into this system. There will be systems for much more than reactors in the future, so I will 100% consider this at least as a separate program. Thanks for the suggestion!

@MikaylaFischler MikaylaFischler self-assigned this Feb 17, 2024
@MikaylaFischler MikaylaFischler added this to the Post-Release milestone Feb 17, 2024
@Xzidental
Copy link
Author

Could there be a feature table to see what gets added when?
Let me pull up one from a mod im following the development off
image

@MikaylaFischler
Copy link
Owner

The issues I go through are somewhat flexible depending on variable dependencies and what I want to work on, I don't want to make any promises.

The project boards are ordered top down for first-last, and ordering is subject to change. Post release stuff is too far out to order. Right now the plan is:

  • Configurator apps
  • UI personalization and accessibility
  • Pocket app
  • Remainder of process control enhancements
  • Release
  • Post release issues

Bugs take priority over features depending on severity

@MikaylaFischler
Copy link
Owner

I'm going to be using this issue to track notes periodically.

At initial glance this is going to be a much more complex undertaking in terms of tracking down which functions are going to exist on what versions of these two mods. Bigger Reactors & Extreme Reactors continue on as popular ports (13.8M and 59M downloads respectively) of Big Reactors, so supporting both in tandem would be ideal.

Links

Mekanism is awesome as it has a google spreadsheet of all the ComputerCraft functions available for all the devices, and I have a known minimum version I can support (10.1). On the other end with these two, I'm going to have to manually determine the functions/behavior and then either go through git history to find changes or just tell people that they need to have a "newer" version. Best case is that the functions have been unchanged for years, so I'll hope for that. I'm linking below but this is definitely going to be a future task, and a part of the suite of programs I'm making rather than as part of this specific one. A centralized SCADA Coordinator will manage all these sub facilities, which was the initial plan, though with just fusion & fission rather than multiple mods.

Bigger Reactors Integration Sources

Extreme Reactors Integration Sources

@MikaylaFischler MikaylaFischler changed the title Bigger Reactors implementation Bigger/Extreme Reactors Implementation Feb 20, 2024
@MikaylaFischler MikaylaFischler added the evaluate Needs to be evaluated if this will be implemented, and how. label Nov 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or improvement. evaluate Needs to be evaluated if this will be implemented, and how. feature request New feature or request from users.
Projects
None yet
Development

No branches or pull requests

2 participants