This module provides a shared core system for all TabletopTweaks mods, and and any third party mods wishing to use TabletopTweaks systems and utilities.
MIT License
73
stars
13
forks
source link
[Modding] Proper way of 'using TabletopTweaks.Core'? #28
Thank you a lot for the wonderful TTT mods and also this excellent package for modding WOTR!
I'm new to modding and would like to base my mod on TTT-Core since there are a lot of useful functions as far as I can tell from looking at its source code and other related mods. For now what I did was installing aze.publicise in vs, then adding a reference to a local TabletopTweaks-Core.dll that I got from your release page.
I'd like to confirm if that's the proper way of doing things, and do I need to re-reference the local dll whenever TTT-Core updates in the future?
Hello there,
Thank you a lot for the wonderful TTT mods and also this excellent package for modding WOTR!
I'm new to modding and would like to base my mod on TTT-Core since there are a lot of useful functions as far as I can tell from looking at its source code and other related mods. For now what I did was installing aze.publicise in vs, then adding a reference to a local TabletopTweaks-Core.dll that I got from your release page.
I'd like to confirm if that's the proper way of doing things, and do I need to re-reference the local dll whenever TTT-Core updates in the future?