-
Notifications
You must be signed in to change notification settings - Fork 34
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
Advanced IO Port Enhancements #727
Comments
Test MapsIntended to Test "Start Job" Specifically Haul to Wall and Construct. With DSU: New Arrivals244.zip |
The Current Implementation Somehow bricks the SkyManager
After Testing on a Opened Variant of the Test Map I believe that is caused by a Faulty As only the 10 Jobs Error (with no work being done) Remains.
... Likely caused by Open Map: |
With d5f10f8 I'm at another issue i Remember from privius attempts. |
Simultaneous Input Output Usage
_IO
This is a Combination of the First two Points.
Currently the Advanced IO Port exclusively serves as an Output. Where it will only take back the excess for the requested Stack.
To allow it to function as an Input the Pickup process needs to fundamentally change.
Currently the Desired Item is simply moved to the Advanced IO Port.
The Idea would be that Pawns are instead assigned some kind of Job to move to the Advanced IO Port.
On success the requested / desired item would be directly added to their Inventory and they would resume their original Task.
If that could be Implemented, the Cell above the Port would be freed. This would allow us to classify it as an Input, thus satisfying the request.
In my current Attempts I can issue such a Job, but still need to resort to moving the item on top of the Port.
ASU Support
_ASU
This Feature was originally intended to be included with the original Release of the Advanced Port.
Unfortunately I failed to add Support back then.
To Release it back then they were marked incompatible, since then this support has been requested countless times.
After the Initial release I have attempted to add Compatibility again but failed.
From one such attempt I still have the following git diff advancedIO_ColdStorage_FoodPatchFail.zip
I'm currently attempting it again and aim to document it in a better way.
The text was updated successfully, but these errors were encountered: