Due to an embarrassing mistake on my end, I may or may not have lost the project files for all of my mods. I am planning on entirely remaking them, both bc I need to and bc I think I can do it better now. The remade subclasses will also include lvl 17 features. So yeah, but it won't be happening for a bit due to life stuff. I'll probably be doing them in the order of Dirty Kick -> Snowlight -> Affliction.
I'm finally getting a chance to play this subclass. While I am quite excited, I'm not sure why my DC is so low. Take a look, I have a 12 DC, why is it DC 9 in the combat log?
Idk if I'm doing something wrong or what, but even after the update, I can't see this as a selectable subclass. All my other ones appear, and I have this one right beside, with Community Library first and Compatibility Framework last in my load order. I have a character ready to level up to 3 waiting on this, but I can't figure out what I'm doing wrong here.
Still been playing around with load order. I throw this mod in a different spot every single time I launch the game, and it never shows up. Really looking forward to a potential update that may fix this, or finding that magic spot in my load order.
yeah, issue is that I can't give a magic fix rn due to the fact that I myself don't know what the problem is. It's working for me, and although I've gotten far more reports than I like of it not working, it seems to be working for the majority of people. Perhaps there is some hidden incompatibility that I have yet to find.
i'm bad at explaining, hopefully the images and the painted outlines on paint is understandable enough, the above image with the arrow is your script, and the below image is the fixed script.
this is incredibly helpful, I might actually be able to get another subclass out today that I've been sitting on and putting off just because I didn't want to struggle with CF.
Very excited to see what else you can make! I've tracked this and the disease cleric for now (I like to wait a little to see if any fixes get done haha). Very very cool, great description made it very clear too!
22 comments
fixed this time
comparison between previous script and fixed script
I also edited the config.json, i don't know if it does something but, i saw sumradagonth do it that way, so i did it too just in case.
yours:
{
"RequiredVersion": 3,
"ModTable": "ModName",
"FeatureFlags": ["Lua"]
}
fixed (although again, dunno if it the config.json fixes anything,i just did it anyway):
{
"RequiredVersion": 3,
"ModTable": "Snowlight",
"FeatureFlags": [
"Osiris",
"Lua"
]
}