on 30 Dec, 2017 18:54 in Modding Questions
as an addendum + for later self reference, I ended up going further and using this guide; rather than modifying frostphase\end.layout in HUM_M/HUM_F I copied SPECIAL_TELEPORT.SKELETON and renamed/retagged it to differentiate it and make it a separate animation, and then added a reference to the new animation in HUM_M/HUM_F.ANIMATIONupside to this is that I can now have multiple teleportation skills cloned from the same baseline, referencing different animations if I want (which admittedly is utterly pointless in a custom character class from a practical perspective, but lets me have thematically different but functionally identical mobility skills in different skill trees)yay for being able to have both the green witch teleport and the purple grand regent teleport on the same character lol
on 30 Dec, 2017 01:09 in Modding Questions
on 29 Dec, 2017 21:54 in Modding Questions
I'm having a bit of trouble with Particle... effects? animations? with a skill I'm fiddling with and was wondering if someone could point me in the right direction.I'm trying to clone Frost Phase and replace the teleport animations with the Witch teleport animations
#1 is frost phase teleport initiation (MEDIA\PARTICLES\PLAYERSKILLS\ARBITER\FROSTPHASE\START.LAYOUT)#2 is frost phase teleport exit (MEDIA\PARTICLES\PLAYERSKILLS\ARBITER\FROSTPHASE\END.LAYOUT)#3 is the witch teleport initiation (MEDIA\PARTICLES\MONSTERS\WITCH\TELEPORT_START.LAYOUT)#4 is the witch teleport exit (MEDIA\PARTICLES\MONSTERS\WITCH\TELEPORT.LAYOUT)So I cloned the Frost Phase skill, and opened up the TELEPORT.LAYOUT and then replaced START.LAYOUT (#1) with TELEPORT_START.LAYOUT (#3)
I can't figure out where END.LAYOUT (#2) is so I can replace that with TELEPORT.LAYOUT (#4).The end result is that I have a wonky frost phase that starts with a witch teleport animation, but exits with a standard ice blast.
I can't for the life of me find where END.LAYOUT is referenced to replace the END.LAYOUT particles, though I suspect I'm just missing something super simple/obvious. Can anyone throw me a bone? Apologies for the awkward explanation, I'm not really familiar with the terminology I'm supposed to use, haha.