Malware

Results 66 comments of Malware

Thank you very much for this. Once you've answered my question in the issue I will review, merge and push a prerelease version as soon as I am able.

Yes this one has been considered before. This one is another "maybe".

I am sorry. A few people have been getting this problem over the years and I have never been able to ascertain the reason for it. Does your project folder...

@RickBardock Your log is the Vsix installer log and has nothing to do with the error mentioned in this issue? You seem to be trying to install MDK on VS2022...

Yes, you can. But you'll have to mock up everything, from the GTS to the grids and the blocks in question. If you look in the MDK folder, you'll see...

Preliminary guess is that it's because you're using a nonstandard 2-character indent. I will take a look as soon as I can.

(PS: @ouroborus, you don't need to pass in a dummy list. Just pass in null.)

Oh - another tip. Rather than `is` -> cast, do ```cs var drill = block as IMyShipDrill; if (drill != null) drills.Add(drill); ``` You'll save a cast.

I just confirmed, by the way, that your issue was caused by your non-standard indentation. I'll see what I can do.

The programmable block does not use object builders. You _should_ be using MyDefinitionId and MyItemType. I can't promise I will be writing documentation on the inventory system any time soon,...