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

0.0.7 doesn't work in Foundry 10 anymore #2

Closed
GambetTV opened this issue Apr 15, 2023 · 3 comments
Closed

0.0.7 doesn't work in Foundry 10 anymore #2

GambetTV opened this issue Apr 15, 2023 · 3 comments

Comments

@GambetTV
Copy link

Not sure if it's supposed to, but it auto-updates so that suggests it's supposed to be compatible with v10. In any event, in v10 when I click on a token that overlaps with another token, it pops to the top on my screen, but it doesn't sync up with my players' screens, and from there perspective nothing pops up.

@Sk1mble
Copy link
Owner

Sk1mble commented Apr 16, 2023

This is odd, while I had to completely change the behaviour in v11 it's gated behind an or statement that uses the same code as before if the version of Foundry is older than 11.293. I don't have a v10 installation at the moment so this will be hard for me to test, could you possibly insert this in line 51 of zsync.js and let me know if a popup occurs on the player's machine when you click on a token in v10:

ui.notifications.info(data.scene_id)

You could also manually revert to the version here: https://raw.githubusercontent.com/Sk1mble/zsync/v0.0.6/module.json

@Sk1mble
Copy link
Owner

Sk1mble commented Apr 16, 2023

Hi, please try v0.0.8. I

@GambetTV
Copy link
Author

That fixed it!

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

2 participants