New Fighters

Do we have any attribute or flag for selected squadron?

I don’t think we have this yet.

If you submit a corresponding process sample, I can look into adding an IsSelected property.

Done.Check your PM.

Also i dont found this hint:

Update:

You’ve reached the maximum number of replies a new user can create on their first day. Please wait 3 hours before trying again.

Now I cant reply on forum. :grinning:
Yes second sample contain all, soo you can download only them.

I see you uploaded two samples. Does the last one contain everything we need? I do not want to store multiple samples for stuff that can be covered in one.
Unless there is a good reason to do otherwise, I’d prefer to use one sample as reference for both selection and hint to keep the storage requirements low.

Good, I stored that one.

Also i should to know Is this ability active/not active/deactiveted. :fearful:

Where can I see this in the screenshot from the process sample?

(I just assigned you the next higher trust level, so you should be able to write posts without the waiting time you mentioned earlier)

In measurement that i mail you no one ability in use, soo i guess it will be impossible to find differences. We need new one, isn’t it?

Yes, we need some sample of what we want to read.

@Terpla, the additions to the interface for the Sqadron UI you requested have been added with version 16.11.17: Sanderling release v16.11.17

1 Like

Thank you. I tested, it works. But I still have a couple of questions:

  1. Is it possible to distinguish active from deactivated abilities?

In both cases, property RampActive == True

  1. Is it possible to understand that the ability is on cooldown?

It looks like you need to add another property.

  1. I ran into a problem: I can not tell the difference from the first and second abilities.

So I ask to add a hint. As for Squadron.

Is it possible add this hint without mouseovers as for modules? Do you need another memory measurement?

Hello Terpla,
I did not forget about your request. At the moment, I have no time to search through process samples for the additional properties you described.
Maybe we could speed up the development process by having multiple people take on the part of searching for memory reading paths. What do you think?

Do we have any tools for this task? or algorithm described with steps?
I would like to help but do not know how to do it.

I will upload a tool which extracts from the UI from a eve client process sample and exporrts the info in an easy to read format. This will follow the algorithm I explained at Advanced Do It Yourself Memory Reading In EVE Online
It will be a tool to persist what you can aleady read with the mentioned algorithm today.

I added a tool to export info from the UI tree from a process sample into a JSON file. You find it at Add console app to read UI tree from process sample and store it in a… · Arcitectus/Sanderling@d9f2d79 · GitHub

Hello, just wondering how your carrier bot worked out. Abbadon and I are about to start our own and we would sincerely appreciate any help, lessons learned, or even code for where to get the carrier data.

@Viir

Hey man, I know you are pretty busy, but I have an favor to ask, only one :smiley:

I tried by myself to navigate into the structure of the nodes etc by your tool, but damn it’s pretty hard to understand for me lol

So I have to ask only this, can you add a simple value about the squadron’s ability cooldown like:

image

Cooldown = True / False

memoryMeasurement->ShipUI->SquadronsUI->SetQuadron->[index]->SetAbilityIcon->[index]->Cooldown

so the same of RampActive.

This because the RampActive show if the ability is active or not, but if the ability is not’active he can be in cooldown

Can you do this little add for me? <3

1 Like

Probably yes, let’s start with what you found out so far:
When you used the tool to navigate into the structure of the nodes, how and where did you find this boolean information about Cooldown?

@Viir

Already done :slight_smile: tvm however for the interesting :smiley: