MerlinofMines / EasyCommands

Github Repository for Ingame Scripts built by MerlinofMines. Uses MDK to Deploy to SpaceEngineerse
GNU General Public License v3.0
8 stars 3 forks source link

[Feature Request] Custom Turret Controller Support #212

Closed MerlinofMines closed 2 years ago

MerlinofMines commented 2 years ago

Describe the solution you'd like There's a new custom turret controller block which has some nice properties. It'd be nice to create a controller for this.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

jgersti commented 2 years ago

Malware did update the his wiki. So here we go: https://github.com/malware-dev/MDK-SE/wiki/SpaceEngineers.Game.ModAPI.Ingame.IMyTurretControlBlock

MerlinofMines commented 2 years ago

Having a new type of delegate block handler that can change the internal property resolution based on actual block type would be really handy here. Then we can use "turrets" for all turrets (custom or vanilla). Could we make this work vs using a new block type?

jgersti commented 2 years ago

Maybe take a look at the TCES script from wiplash Workshop/Githunb.

MerlinofMines commented 2 years ago

Resolved by #228