CookieMonsterTeam / CookieMonster

Addon for Cookie Clicker that offers a wide range of tools and statistics to enhance the game
MIT License
488 stars 200 forks source link

Pantheon tooltips not showing #1157

Open Slthr12 opened 1 year ago

Slthr12 commented 1 year ago

Bug description

When I hit the toggle pantheon tooltip button to on, there are no changes to the pantheon whatsoever, nothing new when hovering over any of the gods.

To reproduce

Turn pantheon tooltips on Unlock pantheon Examine each God See there's nothing changed

Screenshot

No response

Save file

No response

Browser / Steam / Version

Chrome browser, lasted version of cookie monster and cookie clicker

3plus4i commented 1 year ago

This happens whenever you unlock a new mechanic after CM was loaded, could be a minigame or sugar lumps. A bug nonetheless.

DanielNoord commented 1 year ago

This is (sadly) due to how cookie clicker works. Minigames only load after they unlock and we need them to be locked before adding the hooks.

Since cookie clicker provides absolutely zero usable hooks (which is why there are so many modding frameworks) there is no easy way to fix this. A reload should solve it. I'm leaning towards won't fix.

3plus4i commented 1 year ago

Ah, I see. I had my own fair share of experiences with the the limit of the hooks and hurdles Orteil's code poses, though I'm also just a amateur. The way the menu code is completely replaced every 5 seconds still freaks me out.

Injecting in the loading or unlocking process of minigames and lumps should work, but I don't know if it's really feasible.

DanielNoord commented 1 year ago

Ah, I see. I had my own fair share of experiences with the the limit of the hooks and hurdles Orteil's code poses, though I'm also just a amateur. The way the menu code is completely replaced every 5 seconds still freaks me out.

Injecting in the loading or unlocking process of minigames and lumps should work, but I don't know if it's really feasible.

It was a fun project to get in to when I first started programming, but the lack of support has burned out many of the maintainers of the larger CC mods. Including me 😄

I'm happy to review stuff and merge things that seem okay(ish), but I don't spend a lot of time actively working on this.