KayelGee / token-attacher

MIT License
11 stars 18 forks source link

Refactor the code to enable module developers to add support for Token Attacher without me needing to maintain that #76

Open Snugug opened 2 years ago

Snugug commented 2 years ago

I make use of Enhanced Terrain Layer for difficult terrain and related things, like furniture. It'd be great if I could attach that terrain info to a token like I can everything else.

Thanks, and thanks for the great module!

asdexter commented 2 years ago

I'd like to second the addition of this feature. It would be great to be able to create a difficult terrain prefab (some bushes, for example).

KayelGee commented 2 years ago

I'm not against adding support for more mods. I just don't want to maintain them. My plan was/is to add more hooks to token attacher so either the community or the mod maker can add what is relevant to those hooks. That said I haven't made a specific plan for that yet(it's a little complicated to do), so don't get your hopes up yet.

KayelGee commented 1 year ago

I've been working on a first version to enable other module developers(or the community) to add support for their module to token attacher. I'll move the support for Levels and wall height out into this new system. Also I want to add Enhanced Terrain Layer as an example aswell, because it's a complete new layer which is different from just added data.

Enhanced Terrain Layer has an issue why I can't go on for now, but I hope it'll be fixed and then I'll continue. I'll release a version as soon as this works, but I don't want to stress ironmonk88 out so we need to be patient.