shenef / SoS-TAS

Sea of Stars TAS
3 stars 0 forks source link

use actual player actor controller to determine current targets #207

Closed Eein closed 9 months ago

orkaboy commented 9 months ago

Is the secondary targets list read out right now? If I understood the code correctly, this only adjusts the main target, right?

Eein commented 9 months ago

Is the secondary targets list read out right now? If I understood the code correctly, this only adjusts the main target, right?

thats correct. The main target will work with the existing code; I can add secondary targets when we decide to use it.

Unfortunately we generate appraisals before we can select targets, so we'll likely need to find a way to predetermine these and select the main target without taking secondaries into consideration; at least thats how i approach it.

We may need to do some math on the grid after some research