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

ToolCore BuildVision Controls(ToolCore Blocks Cast as IMyConveyorSorter) ToolCore blocks have custom terminal controls #3

Open
Raidfire85 opened this issue Feb 25, 2024 · 0 comments

Comments

@Raidfire85
Copy link

Raidfire85 commented Feb 25, 2024

AshLikeSnows ToolCore implements ship tools with better performance. Tho she does cast them as IMyConveyorSorter she essentially removes the Sorters terminal controls and puts in her own called "Activate" <- On and Off, "Mode"(dropdown menu with either Weld, Grind or Drill depending on tool setup) and Draw <- On and Off

Currently since the block is Defined as a Conveyor Sorter BuildVision is then showing these the standard conveyor sorter terminal controls. So im guessing your fetching these threw the Type instead of the block itself.
Unsure if this can be patched in BuildVision even. Unless you get the terminal controls from the blocks itself and then output it to BuildVision.

Like there is not gonna be alot of ToolCore blocks so what i prob would do is for IMyConveyorSorter you do them normally as you do but if like the IMyConveyorSorter contains GetActionWithName("ToolCore_Shoot_Action") then do GetActions and fill that specific block with that new GetActions list.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant