hey thanks for posting the base game makes it extremely difficult to extract just one file that's why it's not a simple download I plan on making it a custom spell if you know a way to make hash or Json files without extracting pls lmk it's my first mod and I'm trying to learn thanks!
They make it difficult to extract because you're not supposed to do that lol. You have no reason to copy paste theirs since you can't edit them effectively to add stuff.
If you want to make custom bundles and Vfx, you need the SDK, which is available on github, then you can build custom asset bundles into a mod, which references your assets. That way custom Vfx can be made.
If you just want to reuse base game Vfx, you don't need their bundles, the game loads Jsons and references assets no matter where they are, as long as they're bundled.
got it but i was having trouble finding the Json's themselves and the color for lightning originally draws from the vfx and vfxhd bundle files ill try using the sdk i was going to make this all a new spell thanks for responding and the tips.
7 comments
If you want to make custom bundles and Vfx, you need the SDK, which is available on github, then you can build custom asset bundles into a mod, which references your assets. That way custom Vfx can be made.
If you just want to reuse base game Vfx, you don't need their bundles, the game loads Jsons and references assets no matter where they are, as long as they're bundled.