#New enchantment color

1 messages · Page 1 of 1 (latest)

upper harness
#

Hey everyone, would anyone know if it’s possible to change/add "coating" effects from spells such as Scholar’s Armament ? I'm talking about the kind of recolor that it does, turning the weapon blue. Some greases also do it.
I found where we can change which one is selected in the SpEffectVfxParam but I have no idea what it reference.
I'm not at home right now so I might take a bit of time to answer, but thanks in advance if you want to help !

gleaming cradle
#

SpEffectVfxParam reference FXRs - I always use this sheet to check them
https://docs.google.com/spreadsheets/d/1gmUiSpJtxFFl0g04MWMIIs37W13Yjp-WUxtbyv99JIQ/edit#gid=31255113
you can use debug tool to set vfx DmyPolyId1 on a weapon to 120 and change the vfxId to any of the rows in there and see the effects, the weapon buff ones are in the 30300ish range, and you can check the SpEffects for weapon buffs to see what VfxParam, and then what FXR ID they get assigned, for buffs like grease and that they get an offset depending on how big the weapon is

upper harness
#

The thing is I dont think it’s an Fxr, it looks more like a texture that gets put on top on the weapon… the weapon buff fxr are more of particles that get spawned onto dummypolys, this ins’t what im talking about

#

For scholar armament for exemple, the buff makes little fxr particles that make the weapon basically have glitter

#

And it also turn the weapon blue and this is what im trying to change/add a new kind of

brisk mesa
#

Coating is usually fxr I still think

#

It could be a bunch of particle generators in a row

#

Especially since it sand speffect? But just check the params for the reference

opal lava
#

The is a few options that already exist in game and can be found in SpEffectVfxParam. Field is called -> Soul Param ID For Wep Enchant. There is 5 different color options. But if you want something other than the base 5. Also by using a combo of PhantomParam and WetAspectParam you can Create all kinds of diff colors for your armor and weap. https://streamable.com/pg2gfl https://streamable.com/o8qcho first vid is for 5 basic weapon colors and the second is to show the kind of stuff Phan + Wet can create.

upper harness
#

PERFECT