OpenKeeper icon indicating copy to clipboard operation
OpenKeeper copied to clipboard

Tasks refactor

Open ArchDemons opened this issue 6 years ago • 1 comments

We need to slightly change our tasks.

It is necessary to separate the position of the target and the position from which creature can complete the task. For example, the destruction of solid block. Solid block can be destroyed from four free sides. I'll show you a better in picture ...

1

With this approach, we can calculate the rotation vector and orient the creature facing the target.

ArchDemons avatar Apr 12 '20 14:04 ArchDemons

Hmm, I think this is already implemented partially. If you see the dig tile task. Just now it just doesn't select the available work position very nicely, but all the bits and parts are there more or less. Just the functionality is a bit lacking.

tonihele avatar May 24 '20 14:05 tonihele