by GuiSai in
Coding Creation Tutorials

This tutorial will show you how to extract specific effects that you have no clue where there are or to put every effect in only one bin to make it easier to edit them later.

You have to copy this “About” text under Post settings in the “Excerpt” space in order for our tutorial lists to work properly.

If you encounter any issues with this tutorial or you don’t understand part of it, you can ask for help on the Killerskins-Discord server.



Required tutorials

In order to follow this tutorial you must understand and be able to follow the following tutorials:


Required tools


Video tutorial


Tips

How a cac looks like

This is just to show it, if your dealing with a legendary skin you will have to copy the ContextualAction from the shared bin and put inside your skin bin, otherwise your character will be muted

0x963bacad = ContextualActionData {
        mCooldown: f32 = 15
        mSituations: map[hash,embed] = {
            "MoveOrder2D" = ContextualSituation {
                mChooseRandomValidRule: bool = true
                mRules: list[embed] = {
                    ContextualRule {
                        mRuleName: string = "Long"
                        mConditions: list[pointer] = {
                            ContextualConditionMoveDistance {
                                mDistance: f32 = 2000
                                mCompareOp: u8 = 2
                            }
                        }
                        mAudioAction: pointer = ContextualActionPlayVo {
                            mSelfEventName: string = "Move2DLong"
                        }
                    }
                }
            }
        }
        mObjectPath: string = "Characters/Irelia/CAC/Irelia_Skin37"
    }
guest

0 Comments
Inline Feedbacks
View all comments