File information

Last updated

Original upload

Created by

AnArchos

Uploaded by

PhiloSocio

Virus scan

Safe to use

91 comments

  1. GillBate5
    GillBate5
    • premium
    • 43 kudos
    thank you for your amazing mod. could you please make the dodge distance further? unlike other dodge mods that move too far away, this feels a bit short. twice the current distance would be perfect for me
    1. GillBate5
      GillBate5
      • premium
      • 43 kudos
      I just converted the hxk files from this mod to XML using hkxconv and changed animmotion coordinates
      it's working as i intended
    2. scatteringMatrix
      scatteringMatrix
      • premium
      • 11 kudos
      Hey there, I'm currently about to re-annotate the hkx files to do the same thing - was just curious, what distance values did you end up picking to keep the dodge looking organic? I was thinking of increasing the initial values (which are around 110-120) up to like 200 or so.
    3. GillBate5
      GillBate5
      • premium
      • 43 kudos
      @scatteringMatrix
      I'm using 160 atm, 
              <hkobject>
                <hkparam name="trackName"></hkparam>
                <hkparam name="annotations" numelements="12">
                  <hkobject>
                    <hkparam name="time">0.600000</hkparam>
                    <hkparam name="text">animmotion 0.0 -160 0.0</hkparam>
                  </hkobject>
                  <hkobject>
                    <hkparam name="time">0.000000</hkparam>
                    <hkparam name="text">MCO_InputBuffer</hkparam>

      it looks great but you probably need to increase it for forward dodge tho
      for some reason forward dodge moves shorter with the same value as others
    4. scatteringMatrix
      scatteringMatrix
      • premium
      • 11 kudos
      Cool, I'll give that a try and bump it up a bit for the forward dodges - maybe it has to do with the actual duration of the animation preventing the full motion forward, but that's just a wild guess tbh. Thanks so much!
    5. scatteringMatrix
      scatteringMatrix
      • premium
      • 11 kudos
      Oh btw, you motivated me to try out hkxtool instead of hkanno, as it seems a lot more straightforward to avoid issues that way, and I was wondering if the xml code you wrote above can be used to replace every individual timestamp annotation with a single annotation corresponding to the final distance traveled at the end timestamp of the dodge (of course while making sure to account for negative signs). Also, for diagonal dodgesinvolving more than one directional components, did you still use 160 for both? I figure it would be best to make each component a bit smaller than 160 (could apply pythagorean theorem if you wanna be really careful), but I'm honestly not sure if that's how the annotations work.
    6. PhiloSocio
      PhiloSocio
      • premium
      • 36 kudos
      Set a multiplier for all location info from the annotations. Multiply all values by 1.3 or 1.8 and see the difference. Multipliers make the movement smoother and more natural like the original. Also, you guys can release patches for this mod, "Longer Kratos Dodge patch" can be useful for everyone.
    7. linkagejr
      linkagejr
      • premium
      • 0 kudos
      By chance, would you be able to share your file? I tried setting it up but I keep running into errors and ctd
    8. I posted a patch here. 1.8x the original
    9. linkagejr
      linkagejr
      • premium
      • 0 kudos
      Thank you so much! You are the best!
  2. SK010
    SK010
    • premium
    • 2 kudos
    I would welcome if you would inform us about the hotkey we need to press to dodge. I tried all the letters and sneak, to no avail.
    1. 165513196
      165513196
      • member
      • 0 kudos
      left alt
  3. deadgain
    deadgain
    • supporter
    • 0 kudos
    Hands down my favourite replacer for TK Dodge, you've got my endorsement <3

    It would be super cool to see TK get 8 way directional support, its possible using dTry's Key Utils and OAR but all the same this is a super solid dodge, thank you for the hard work!
    1. PhiloSocio
      PhiloSocio
      • premium
      • 36 kudos
      thanks for good words :)

      8 way TK Dodge hmmm... I just heard about this. can you tell me more about that?
    2. deadgain
      deadgain
      • supporter
      • 0 kudos
      For sure! I dont know everything about OAR yet, I'm really just getting into it but essentially what I gathered from reverse engineering the Dynamic Dodge mod is that you can set a condition that reads the users input (with the help of dTry's Keyutils) as dx codes and then you can set an animation to play.

      TK Dodge RE first person 8-way addon (found on their page as a optional file) does something similar. What really baffles me is why it seems like there are multiple animations in the same folder for each of those conditions. I tried to figure it out last night using your animations with their conditions but I admit messing with animations is over my head and I wasnt able to get it to work.

      You may be able to glean some more insight from the authors of those other mods as it definitely seems a bit trickier to set up than with dmco/tudm but is possible with a bit of black magic
    3. PhiloSocio
      PhiloSocio
      • premium
      • 36 kudos
      I took a look and it was done exactly the way I expected. If player has left and backward magic effect -> replace the left and backward doge as left-backward dodge. I can do it after the Blade of Olympus moveset.
    4. deadgain
      deadgain
      • supporter
      • 0 kudos
      yeyeyeye okay dawummmmm I look forward to the update... you have a patreon right? :) nvm i found it, enjoy dinner on me!
    5. PhiloSocio
      PhiloSocio
      • premium
      • 36 kudos
      aaaah huge thanks, that's delicious :)
      but I can't see you in my discord server. come and get incredible stuff. you must try the axe throw and call mechanic.
    6. PhiloSocio
      PhiloSocio
      • premium
      • 36 kudos
      hey I did the 8 way dodge update for TK dodge, try and see :)
    7. deadgain
      deadgain
      • supporter
      • 0 kudos
      Hey! I'm finally getting back around to playing more skyrim, the 8-way update for TK looks great!

      I am however encountering one weird bug; when using True Directional Movement 360 mode (Directional) it wont allow me to diagonally dodge forwards (left or right) amusingly I can still dodge back-left and back-right just fine, when I swap to Vanilla mode on TDM (i use this when weapons are drawn) it works just fine.

      Switching to a different dodge animation resolves the issue so I'm GUESSING its something to do with your conditions not firing properly or maybe just a bug in the anims themselves but I can not for the life of me figure it out.

      Thanks for this update all the same tho dude, this issue is not a deal breaker for me as I dont use Directional movement in combat anyways, if anyone else is having this issue hopefully this post sheds some light!
    8. PhiloSocio
      PhiloSocio
      • premium
      • 36 kudos
      ok I understand the problem. but how do you dodge when you are not in combat? as far as I know only the DMCO has this feature.
    9. JohannMello1
      JohannMello1
      • supporter
      • 7 kudos
      You can dodge outside combat with Tk dodge RE too 
  4. lordtabaro
    lordtabaro
    • supporter
    • 2 kudos
    Is there a way to increase the distance the animation travels? I like the animation better than the default DMCO step dodge, but it's just too short of a step to be an effective dodge.
    1. PhiloSocio
      PhiloSocio
      • premium
      • 36 kudos
      you will get invincible frames if you install the iframe generator. actually step dodges are more effective than long-distance dodges, because you can stay close to your target for counter-attacking.
  5. Tearoth
    Tearoth
    • premium
    • 9 kudos
    Any chance this mod can have Animation Motion Revolution added to it? I'm using Pandora Behavior Engine, and when side dodging my character doesn't move.
    1. PhiloSocio
      PhiloSocio
      • premium
      • 36 kudos
      this is not related to this mod, your dodging mod is not installed properly. also the AMR is a requirement.
  6. jutu233
    jutu233
    • member
    • 0 kudos
    💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖
  7. hoangdai94
    hoangdai94
    • member
    • 187 kudos
    💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖
  8. BlessingS91
    BlessingS91
    • premium
    • 45 kudos
    So DMCO has a 2 part dodge animation and the second wont stop triggering, Ive tried converting the DMCO base dodge files to OAR and then disabling the animations via OAR but this just causes T posing when you press the dodge button twice in a row. Ive noticed that slim the alien's infinity dodge seems to have disabled the second part of the dodge animation without any jank but im not sure how. This is more of a DMCO problem then anything but just wondering if you have any ideas on how to disable the second part of the dodge without t posing. Thanks!
    1. JellyFishInLoop
      JellyFishInLoop
      • premium
      • 215 kudos
      this problem can be solved by removing the MCO_DodgeOpen annotations and PIE.@SGVI/MCO_nextdodge/2 in the animation file.
      To do this, use HkAnno
    2. PhiloSocio
      PhiloSocio
      • premium
      • 36 kudos
      T pose problems are generally happens by behavior problems. Skipping the roll animation can be problematic for you, it needs to be editing annotations, maybe copying and renaming the dodge animations can fix your problem, for example, copy the MCO_Dodge-F-1 then rename it as MCO_Dodge-F-2. Keep both of them.
      I suggest you to fix your behavior problems. Delete the output file and remove problematic and unsupported patches, then re-generate.
  9. TheMoonManRises
    TheMoonManRises
    • premium
    • 0 kudos
    I love this mod, the animations are great, but I mostly like how it reduces the dodge distance (feels more fair). There is one issue though, the first person dodge for TUDM does not use your values, meaning in third person you dodge a few feet, but in first person you dodge about 5 times further. Is this something you would be able to fix in an optional patch? 
    1. PhiloSocio
      PhiloSocio
      • premium
      • 36 kudos
      I never did any first person stuff but I will try something later, dm me on discord because I will need a tester for it. Click for Discord
    2. ElliottHoltAdams
      ElliottHoltAdams
      • premium
      • 3 kudos
      I joined so I could test as well
    3. PhiloSocio
      PhiloSocio
      • premium
      • 36 kudos
      dm me on discord
  10. trunks970
    trunks970
    • supporter
    • 0 kudos
    I know it might be impossible for skyrim but for the love of god it would be so awesome if you could implement some type of weaving system based off of how heimdall was moving against kratos
    1. PhiloSocio
      PhiloSocio
      • premium
      • 36 kudos
      actually I am thinking about this kind of evade system like the Sifu. I fell in love when I played it. This kind of evade system needs all in-game attack-type registration like swing attack, thrust attack, vertical attack, area attack, etc. The Skyrim has a ton of combat mods and moveset mods, so this is a very hard project. The Precision mod can help me to register all attacks as swing or thrust or vertical but still a hard job. Currently planning to make a chained Blade of Chaos system, but this project is on my mind for later. Leviathan axe system is almost done, time to start implementing Blade of Chaos into Skyrim.
      Take a look: