s5w95/Tap-Titans-2-Progress-Bot

2.7.0 update and Nox 5.1 Android issue with the scripts

atereshkov opened this issue · 15 comments

With the new update v 2.7.0 Android <5 (4.4.2 as well) will no longer be supported.
So I've ran Nox with Android 5.1 and it seems that script is not working with the same setup (and ofc 480x800 dimension).
I have no idea how to fix it.
I noticed that the real size of Nox Android 5.1 simulator is bigger than previous Nox 4.4.2 simulator, but in the settings the dimension still the same.

Any suggestions?

why your nox is so old? i have nox on 6.0.3.0 ;D try to update this first i dont have the new updated yet but i think it should still work

@Speiky55 you're talking about Nox version, but not Android version.
Your Nox version can be 6.0.x.... whatever, but they're going to upgrade Android minimum supported version to 5.0.
Nox has 5.1 Android simulator, but look at the first comment of this issue to see the problem.
Do you see the problem now?

where can i check my nox version ?
i think there will be a oportunity to use nox i mean how many youtubers use nox to play tt2

@Speiky55 you may use Nox (with Android 5.1) to play TT2, but the hiromacro script won't work

To check (or install a new version of Nox Android Emulator) you can:

  1. Go to Nox install directory
  2. Open MultiPlayerManager.exe
  3. Find available simulators or add new with the help of blue bottom on the screen bottom

So I mean that you able to play TT on the new Nox Emulator, but you're not able to run the hiromacro script, that's the problem.

Yeah... I expirience the issue as well...
I start the script, and it clicks like 1-2 times and then stops.

If anyone has a solution I will be gratefull.

jayrc commented

Ditto

jayrc commented

The init code I had in place (cloned from someone else) runs, but the transitions is what it is having issues with. (Goto :place) then executing code from there.

@jayrc damn it

same... not working

so how can we fix it or are you already working for a new one?

jayrc commented

Quick Google searches are not showing the issue or solution, and I am an amateur for sure... I hope it is being worked on by people much smarter than myself.

Nothing Work on my side to. I will review all of the code tonight and try to find the answer. If anyone have clue or idea post everything here. I will be back in 3 hours to start debug

jayrc commented

#77 - Comment out the CheckApp and following if to endif, in both instances, one in the Init area, and one in the Check Skills, will get the code working... but means that it will execute the commands regardless of the app running. Which in these emulators if you do not have anything but TT2 will be minor.

// CheckApp #checkRunning com.gamehivecorp.taptitans2
// if #checkRunning == 0
// RunApp com.gamehivecorp.taptitans2
// WaitApp com.gamehivecorp.taptitans2
// sleep 10000
// endif

Commenting those out makes the bot do things but now it acts like a retard, it's just unusable until it is fixed properly.

nvm that, thank you good sir for your time a dedication for that lovley fix.