-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Charge bionics from UPS via Cable Charger System CBM + bugfixes for solar backpacks #33546
Conversation
Would it be possible to have an ability to just plug self to a battery directly? Maybe even recharge it using your own power, if you want to stockpile energy that you generate in external bateries. |
Battery System CBM is for that I believe. |
Since the solar backpack charges you through the Cable Charger CBM, which seems to use jumper cables, would it make sense for the backpack to also allow charging vehicle batteries? Not that you have to implement that by any means, just curious if the logic checks out or if I've got low electronics skill. |
Yes. It's basically an equivalent to one solar panel. To do that in game, some infrastructure would have to be built, but it's plausible. |
While you're at it could you replace |
I agree that it would be beneficial, but it would also require JSON entry for epower generation (efficiency) and thus more infrastructure that meets the eye. Simple flag would not be enough. I don't want to bloat this PR with something it's not intended to achieve, so let's maybe put it for later. I also stated that there is a place for some more solar backpack variants and such infrastructure would help achieve that goal. I will place it on my ToDo list, but no promises on "when". I already code less then I wish I would, due to time constraints. |
Co-Authored-By: BevapDin <[email protected]>
Co-Authored-By: BevapDin <[email protected]>
…olar backpacks (CleverRaven#33546) * charge bionics from UPS via cable * descriptions, fixes, astyle, cleanup * p==nullptr check in cable processing * Update src/item.cpp Co-Authored-By: BevapDin <[email protected]> * var naming convention unification, etc. for clang-tidy * Apply suggestions from code review Co-Authored-By: BevapDin <[email protected]> * typo fix
Summary
SUMMARY: Features "Charge bionics from UPS via Cable Charger System CBM"
Also some bugfixes on solar backpacks that had to be done along the way.
Purpose of change
There is a lot of discussion lately about the validity of certain methods of power generation for the CBM by CBMs. This led to some bionics being obsoleted, as there is a limit to what you can put inside a body that can generate power, because those things are usually big and/or dangerous.
In all this I noticed that one obvious path was overlooked, or alt least not discussed extensively.
While it is natural that many power-related CBMs are focused on mobility, but the prototypes and most early versions must have used Cable Charger System CBM extensively. With development, the high-end versions might have gone off-line, while civilian versions could as well use Cable Charger System to pull the energy from the grid. You'd plug yourself in for the night, like you plug in your smartphone or an electric car.
There is a middle ground between using grid (now: vehicles) and full mobility of integrated CBMs. This middle ground are external power generating devices or power storage devices that can by plugged in by cable, and carried in inventory.
First of a kind, that I also had a privilege to introduce, were solar backpacks. Wear one, unfold, plug in and get some power with time.
So I though: if Universal Power Supply was designed to power mobile weapon platforms, then why would it not power bionic systems? Power is power, and a soldier / bionic operator could just carry a plugged UPS to power himself in the field. External power, high capacity, universal standardized connectors, mobility. Can't see a reason why it wouldn't be implemented before fully integrated power-generation CBMs.
Describe the solution
I've done few things here:
Describe alternatives you've considered
Additional context
If you have a UPS with some juice and Cable Power System CBM you can use jumper cables:
Or other way around.
It will activate your UPS and you will draw power from it.
TODO
main features