Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trampoline Bot is unable to detect meter #11

Open
CSandMath opened this issue Sep 20, 2023 · 9 comments
Open

Trampoline Bot is unable to detect meter #11

CSandMath opened this issue Sep 20, 2023 · 9 comments

Comments

@CSandMath
Copy link

I managed to change the name in the config to remove "[BETA]", but I'm still having issues. Namely, it states that the bot is unable to detect the meter.

@no-value
Copy link

Let the program resize your window and I changed config settings to:
[TTR-Tools]
version=v1.1.3
CheckUpdate=1
windowName=Toontown Rewritten
[Trampoline]
enabled=1
repeat=1
[AFK]
afkMins=4
[Garden]
timesToWater=2
replant=1

@lukejaw
Copy link

lukejaw commented Sep 22, 2023

@no-value does the trampoline reach the very top for it? Whenever I enable it only gets the first 2-3 tokens and then stays within the same height. I have display scaling 100%, no night light, no flux, windowed 800x600

@CSandMath
Copy link
Author

Let the program resize your window and I changed config settings to: [TTR-Tools] version=v1.1.3 CheckUpdate=1 windowName=Toontown Rewritten [Trampoline] enabled=1 repeat=1 [AFK] afkMins=4 [Garden] timesToWater=2 replant=1

It still says "Looking for trampoline meter. Keep window 'focused'."

I have never installed night light or flux. I've tried Windowed on various resolutions (including my recommended 1920 x 1080), Borderless, etc.

It won't do a single jump, but plots whenever I manually jump.

@thignus
Copy link

thignus commented Sep 30, 2023

The trampoline bot variance/tolerances have changed since this was released. Tramp bot no longer works out of the box, but it's still possible to get it to work if you know what you're doing.

I would post my fork, but havent tested it on other computers so idk if it would work for everyone.

@FlappyDimplesock
Copy link

The trampoline bot variance/tolerances have changed since this was released. Tramp bot no longer works out of the box, but it's still possible to get it to work if you know what you're doing.

I would post my fork, but havent tested it on other computers so idk if it would work for everyone.

Do you mind posting it so that I could try it? Maybe it'll work, who knows.

@RADeemer
Copy link

Anyone find a fix for this? Cartoonival just started again and it doesn't seem to be working. I get on the trampoline and nothing happens. Sometimes it will say the Variance, Strength and Time but it doesn't do anything. Other times it says Jump Bar not detected. Dont resize or tab out TT. Disable Flux.

@AskAlice
Copy link
Owner

AskAlice commented Sep 20, 2024

Works for me. on initial set up i had to update the config to what is shown above, then i had to relaunch TTR-Tools (and i did so as admin though not sure if necessary) so it could see the window.

so by 'works' i mean, it jumps roughly when it should have, but it wasn't going above 25 feet so I dont know if the bot was triggering the jump too early or too late, but something was changed either on my end or on TTR's end that made it not ideal.

It doesn't seem to be working as well as it did originally. not sure but I think someone should just rewrite the trampoline aspect in python should be pretty easy.

Alternately I invite you to download AutoHotkey and run TTR-Tools from source, you should be able to alter the code so that it works better

@AskAlice
Copy link
Owner

Let the program resize your window and I changed config settings to: [TTR-Tools] version=v1.1.3 CheckUpdate=1 windowName=Toontown Rewritten [Trampoline] enabled=1 repeat=1 [AFK] afkMins=4 [Garden] timesToWater=2 replant=1

It still says "Looking for trampoline meter. Keep window 'focused'."

I have never installed night light or flux. I've tried Windowed on various resolutions (including my recommended 1920 x 1080), Borderless, etc.

It won't do a single jump, but plots whenever I manually jump.

It should have resized the window to 800x600 in windowed mode. that is resolution that is needed to detect the meter as the macro was originally written

@AskAlice
Copy link
Owner

AskAlice commented Sep 20, 2024

i resized the window to 800x594 and it actually worked pretty decently, however the bot does resize window initially so would require a bit of change in the code to persist a patch like that. I suspect the issue is that windows 11 window borders are different size than windows 8 window borders which this was originally written for

I updated the code but will have to be run from source, having some compilation issues for web gui, it's been years since i've had to compile it so i'm not surprised something borked

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants