Recent content by Velsthinez

  1. V

    Question about Melee Attack Combo

    This, the custom selector being able to affect damage
  2. V

    Question about Melee Attack Combo

    Any idea when would the selector be added? Or would it be easy to work on it myself? thanks for the update!
  3. V

    Question about Melee Attack Combo

    Yup, cause it seems to be similar to UFPS state system, but you had to call it from a custom script. So I was really surprise by the substate manipulation through the selector. I am looking forward to the new addition, would be really helpful!
  4. V

    Question about Melee Attack Combo

    That makes sense, however looking at the script, it seems like only Audio has the custom sub state with the substate selection. I would like to change the state of the script itself directly, as I want to tweak certain variables like damage and etc. I can create a custom script that hook things...
  5. V

    Question about Melee Attack Combo

    Going deeper into the script, there's an ImpactStateName that can be called specifically on the target hit, which seems to be what I wanted, is there a way to the same but to itself? So OnImpact, I wanna trigger and set the state on the melee script calling the impact and changing the state.
  6. V

    Question about Melee Attack Combo

    I have been tinkering with ThirdPersonController, and I'm planning to mod the melee system for combos. After studying the script a little, it seems there's a variable that m_AllowAttackCombo that seems to be for that but turning it on and off only seems to affect wether it will continue attack...
Top