KIvoy / nikke-assistant

A python desktop app that helps with chores of Nikke: Godness of Victory
MIT License
77 stars 9 forks source link

Some functions don't seem to work correctly #13

Open Stardragon2 opened 4 months ago

Stardragon2 commented 4 months ago

Used version: 1.4.4 (latest) ui_settings: en game_settings: zh

I suspect that they made changes to the UI which causes this issues (image mismatch)

KIvoy commented 4 months ago

Thanks for bringing up the issues you are facing, could you possibly provide logs and screenshots?

Again, make sure that:

  1. you actually select the game window
  2. try using one monitor instead of two

I could not replicate the issue on my environment unfortunately.

Stardragon2 commented 4 months ago

I made sure the game window was selected and some of the clicks did work, just not all of them. I only have one monitor.

app_error.log app_log.txt 2024-04-26 06_44_02-NVIDIA GeForce Overlay 2024-04-26 06_41_04-NVIDIA GeForce Overlay 2024-04-26 06_36_51-NVIDIA GeForce Overlay

KIvoy commented 4 months ago

Thanks @Stardragon2 for providing the additional details. I tried to replicate each of the scenarios you've provided and here are my findings:

  1. For tower, the issue might be the software's clicking too fast. Try setting the pre_action_delay=2 and post_action_delay=2 in the NIKKE_ASSISTANT.INI file and see if that helps. Try setting the delay to be bigger if you see that the software is clicking before your game has loaded a new page.
  2. For simulation, unfortunately sometimes there are long delays and bugs. I'm still working on fixing them.
  3. For the advise sessions, make sure you mark the Nikkes you want to advise as favorites. I probably should have included this in the readme but I was assuming that folks would usually favorite the ones they would advise. There is a new UI change, however, in the new 1.5 anny patch, and I'm working on updating it accordingly.

Let me know how these fixes work for you.

Stardragon2 commented 4 months ago

Thank you @KIvoy for looking into it