You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: