0 of 0

File information

Last updated

Original upload

Created by

MaskPlague

Uploaded by

MaskPlague

Virus scan

Safe to use

Tags for this mod

41 comments

  1. Sansolo77
    Sansolo77
    • supporter
    • 21 kudos
    Does this mod contain annotations or some other method to allow ignoring this fix? If not, I would like to request that addition. Some mods may use this bug as an intentional feature in their animations and having this could break that.
  2. xCytho
    xCytho
    • premium
    • 4 kudos
    Does this work with dodge mods as well? I'm using DMCO and one of my dodge mods still flings me but I'm not sure if it's being slightly reduced
    1. MaskPlague
      MaskPlague
      • premium
      • 92 kudos
      Right now it only listens for attacks. I can look into making it work for dodges though.
    2. MaskPlague
      MaskPlague
      • premium
      • 92 kudos
      What dodge mod is it for DMCO so that I can test?

      Edit: NVM, found DMCO AMR Butterfly Dodge which has this issue.
    3. MaskPlague
      MaskPlague
      • premium
      • 92 kudos
      Done in 0.0.2
    4. xCytho
      xCytho
      • premium
      • 4 kudos
      Awesome :)
      Sadly it didn't seem to help much with one of my dodge mods from the Vindictus Lann moveset. I wonder if it's an extreme example or it doesn't work since I'm using an older version of DMCO which uses different file names for dodge
    5. MaskPlague
      MaskPlague
      • premium
      • 92 kudos
      If you can find an example that isn't paid, then I can update it. Older DMCO animations may use different animation event tags then the newest version I'm not sure.
    6. xCytho
      xCytho
      • premium
      • 4 kudos
      Here's a link to the mod https://www.nexusmods.com/skyrimspecialedition/mods/117885?tab=files
      I opened the dodge annotations and found the following. I cut down the number of animrotations/animmotion down to the first appearance so it's easier to see

      0.016700 animmotion -0.736 0.0 0.0
      0.016700 animrotation 0.0
      0.016667 MCO_InputBuffer
      0.416667 Soundplay.MCO_DodgeSound
      0.666667 MCO_DodgeStaminaConsumption_0.6
      0.666667 MCO_EndInvincibility
      0.666667 MCO_NextDodgeIsFirstDodgeEvent
      0.666667 MCO_InRecovery

      Thanks for looking into this :)
    7. MaskPlague
      MaskPlague
      • premium
      • 92 kudos
      See if 0.0.3 fixes it. The only difference that I could find is that mod has the payload $DMCO_Reset instead of the tag MCO_DodgeOpen.
    8. xCytho
      xCytho
      • premium
      • 4 kudos
      It seems to have had an effect but, it still sends you flying off. Is there a way we could get control of how strong the mitigation is?
  3. rozebeanz
    rozebeanz
    • member
    • 3 kudos
    Would this work with v. 1.6.640?
    1. MaskPlague
      MaskPlague
      • premium
      • 92 kudos
      Uses CommonLibSSE NG so it should work on 1.5.97-1.6.1170 so yes. I'm developing on 1.6.1170 but playing the game on 1.6.640 and I use this myself.
    2. rozebeanz
      rozebeanz
      • member
      • 3 kudos
      Thanks for your response!
      Loving what you do for this game, man.
  4. dlwpghek2
    dlwpghek2
    • member
    • 7 kudos
    Hello, I was using it well, but after updating to the latest version, a dll error occurs. I was using it well before that. I use version 1170.
    1. MaskPlague
      MaskPlague
      • premium
      • 92 kudos
      I'm running it on 1170.
    2. Angolias
      Angolias
      • member
      • 16 kudos
      dlwpghek2
      Is the game original ?
  5. abelyo
    abelyo
    • member
    • 18 kudos
    MUCH needed fix. Dodging on stairs and being sent flying was really annoying.
    1. MaskPlague
      MaskPlague
      • premium
      • 92 kudos
      The whole reason I made this was because I was fed up with being flung off stairs and hills; decided enough was enough. :)
  6. Brushmyhair
    Brushmyhair
    • member
    • 3 kudos
    Does this work on NPCs?

    I'm having an issue with MCO/SCAR sometimes NPCs zip around really fast when they do a forward attack, like in the demonstration video.
    1. MaskPlague
      MaskPlague
      • premium
      • 92 kudos
      It currently only listens for player attacks. I might be able to fix it for NPCs but I'm not sure as this is my first SKSE mod and I don't know what is available.

      Edit: trying to adapt it for NPCs is a PIA so I might not.
    2. jin0ks
      jin0ks
      • member
      • 10 kudos
      +1
  7. HinataSensino
    HinataSensino
    • member
    • 0 kudos
    Would you make a version like Elden Ring, when the player stands on the edge of a cliff and performs an attack, it will directly restrict the player's forward movement, as if adding an air wall, if the player's movement speed is reduced to 0, will the same effect be achieved?
    1. MaskPlague
      MaskPlague
      • premium
      • 92 kudos
      If I was much more knowledgeable then, I'd love to. This is a simple check of your horizontal vector magnitude and whether or not you're mid air. Detecting a ledge is much more complicated and something I'm not at all familiar with.

      Edit: I take it back, there is abundant references in existing SKSE mods I may be able to understand and apply, I'll look into it when I have time.

      Edit2: I have more or less written it, just need to do some bug testing when I have time.
    2. MaskPlague
      MaskPlague
      • premium
      • 92 kudos
      Try the optional file, I haven't really tested it much though, and it's jittery.

      Edit: Moved the optional file to its own mod.
    3. HinataSensino
      HinataSensino
      • member
      • 0 kudos
      Thanks, I'll test it when I have time. Thank you again for your work.
  8. TheGreatDemon
    TheGreatDemon
    • premium
    • 5 kudos
    Does this also prevent the player from launching themselves across the map by walking/running off a ledge if they screw with their character's movement speed?

    I can basically cross from the easternmost part of the map to the westernmost part of the map in mere seconds if I walk/run off of a ledge or slope due to me always setting my movement speed to 3000% as I find it easy to control (when I don't get sent flying across the map at 2000MP/H XD ).
    1. MaskPlague
      MaskPlague
      • premium
      • 92 kudos
      No, it only listens for dodges and attacks. I don't know what it might interfere with if I allow it to always slow movement in the air.
    2. TheGreatDemon
      TheGreatDemon
      • premium
      • 5 kudos
      Ah. I hadn't considered that.
      It MIGHT interfere with XP32, CBPC, and EVG Animated Traversal, (& possibly idle/sneaking/walking/running animation mods too, but I doubt it) if it did that as well.

      It has been years since I checked any of those mods for a way that I could stop the "launch" from occurring, so I can't say for certain as I was never successful in finding a method to solve my issue.

      I'm still gonna use this mod regardless of it not having the solution to my dilemma though!
  9. SarcasticDragon99
    SarcasticDragon99
    • premium
    • 71 kudos
    I'm really glad this is an option now. But honestly, flinging yourself is kinda fun when you learn how to do it, I'm torn on whether or not I actually want to fix it lol. I tone my fall damage way back so it doesn't usually kill me.
  10. AllstaRawR
    AllstaRawR
    • premium
    • 49 kudos
    What mod are you using for lunge in the GIFs?
    1. MaskPlague
      MaskPlague
      • premium
      • 92 kudos
      No clue, it is one of the many animation mods packed into the 'Framework' required by Ascendent Stances Combat MCO. If you do download it, it's in the DAR folder 64900611.