TorchAPI / Torch

An extensible modding framework and improved client/DS for Space Engineers. Still a work in progress!
Apache License 2.0
146 stars 76 forks source link

Entity Manager Block veiw #192

Closed Neimoh closed 2 years ago

Neimoh commented 6 years ago

list of all blocks defined by blockcategories.sbc to make looking for specific blocks easy within a grid Block view should have: Display name - ingame name EntityId OwnerId OwnerName BlockType BlockSubtype BuiltByName - author Power on/off able to toggle Lock on/off able to toggle for gear and connectors SharedWith abilty to change terminal controls able to set true/false

Neimoh commented 6 years ago

I was on outdated data, Current block view is adequate. I would still like to see an actual BlockOwnerName and BuiltByName as they can be different than BuiltBy if it's a stolen ship Also BlockType and Subtype can help with commands if we want to have an easy way to find a certain block Landing gear currently don't have lock on/off. Autolock is there but will not unlock a gear if it is in the lock state, neither will power off it needs the lock/unlock option