File information

Last updated

Original upload

Created by

Krembule Caenarvon atakuou black eskyrim mofu chaos

Uploaded by

atakuou

Virus scan

Safe to use

202 comments

  1. atakuou
    atakuou
    • premium
    • 229 kudos
    Locked
    Sticky
    dmg hkanno changes

    PA2 attack now has a 4x multiplier this is a slow attack,
    its really weighty, and since it is only one hit, which is a contrast to many of the other attacks that are 1-3 quick hits, I felt like it needed this to have more identity in the moveset and value


    LA now do escalating dmg (from 1-2x)
    I wanted to incentivize LA chains, often with harder mco setups you have trouble doing long chains, so there should be more incentive, in addition to power attacks being so strong, especially with overhauls like ordinator for one handed weapons

    PA4 2x dmg
    similar to pa2, this attack is a single hit, though it is much faster than pa2, therefore less damage

    Sprint PA 3x DMG
    this animation is identical to pa4, and you cannot chain a sprint attack, so I wanted it to have increased value for the commitment of being unable to chain an attack afterwards 

    when performing LA, different PA will now play based on my own preference than the PA sequence
    these were mostly personal tweaks that I felt were in the flavor of the moveset
  2. Hunkotec
    Hunkotec
    • supporter
    • 0 kudos
    What a outstanding work, by faar my favorite 1h moveset, keep it up!
  3. theloserinasuit
    theloserinasuit
    • supporter
    • 2 kudos
    hey attacko. the offsite link for mco links to a trojan horse. the guild website you linked is no longer safe
    1. atakuou
      atakuou
      • premium
      • 229 kudos
      thanks man, removed it
  4. AbySSsSss
    AbySSsSss
    • premium
    • 2 kudos
    this is INCREDIBLE
  5. Azusa21
    Azusa21
    • member
    • 0 kudos
    i changed the condition to universal sword, but why does the shinobi dodge effect doesn't work anymore? can anyone help?
  6. AlisteRyu
    AlisteRyu
    • member
    • 0 kudos
    When I do the backwards PA, I only do the circular motion and there's no slash afterwards. 

    NVM. Just have to do LA during the circular motion. Also have to release the backwards button immidiately after LA cause sometimes it interrupts the attack by moving backwards.
  7. Benjamuyn
    Benjamuyn
    • supporter
    • 0 kudos
    How do you get the weapon ingame??
  8. HolyKnightAlpaca
    HolyKnightAlpaca
    • premium
    • 0 kudos
    It would be absolutely amazing to have a file that distributes the animation to ALL 1 handed swords because I love it but the weapon itself is pretty overpowered for early game and I dislike vanilla animations and can't seem to find any good 1 handed animations that suit my preference of fast and kind of flashy like this one.
    1. KAKALUOBO666
      KAKALUOBO666
      • member
      • 0 kudos
      你可以通过修改OAR来实现
    2. Iamgaming69
      Iamgaming69
      • member
      • 0 kudos
      You have to do it with open animation replacer. This vid can get you introduced to the process: https://www.youtube.com/watch?v=hm5nKZWKAU4

      Add the condition next to the two abyssal weapons is equippedhaskeyword for WeapTypeSword and save the settings.
    3. CoraliousPrime
      CoraliousPrime
      • member
      • 7 kudos
      The mod uses DAR file structure, so go in and edit it through there. Can be done while in game if using OAR, will explain after.
      Go into;

      >This mod
      >Meshes
      >actors
      >character
      >animations
      >DynamicAnimationReplacer
      >_CustomConditions
      Inside will be folders titled with numbers. The numbers indicate priority. The bigger the number, the higher the priority. The higher the priority, the more it will overwrite all animations including Vanilla.
      Going in a folder will reveal the animation files and a file called "_conditions.txt" that you may edit.
      Only want Vanilla replacers for all Swords? Here is an example. . .

      Folder: 649999997
      Original;
      IsEquippedRight("ShadowySword.esp"|0x000803) OR
      IsEquippedRight("ShadowySword.esp"|0x000807)

      Newly Changed;
      IsActorBase("Skyrim.esm" | 0x000007) AND
      IsEquippedRightType(1)

      If it doesn't have the ActorBase row, I always add it just in case. It means the animation will play if it is the player.
      The row or line of text, IsEquippedRightType(x), tells DAR/OAR GUI that the animation will play if you have the x weapon equipped on your right hand.
      x = number which is a weapon type
      1 = Swords
      The "AND" after the first line connects both lines mentioned as conditions. You have to be the player holding the sword on your right. Not an NPC or any other weapon.

      Second Example. . .

      Folder: 749999999
      Original;
      IsEquippedRight("ShadowySword.esp"|0x000803) OR
      IsEquippedRight("ShadowySword.esp"|0x000807) AND
      HasMagicEffect("Keytrace.esp"|0x801)

      Newly Changed;
      IsActorBase("Skyrim.esm" | 0x000007) AND
      IsEquippedRightType(1) AND
      HasMagicEffect("Keytrace.esp"|0x801)

      The first two lines are changed as previously done.
      The second line contains "AND" afterwards to connect with a new condition.
      The third line basically means if you hold the "forward" key.
      This folder is for a Power Attack when holding "W".

      Example 3:

      Folder: 840000004
      Original;
      IsActorBase("Skyrim.esm" | 0x000007) AND
      HasMagicEffect("Keytrace.esp"|0x804) AND
      IsEquippedRight("ShadowySword.esp"|0x000803) OR
      IsEquippedRight("ShadowySword.esp"|0x000807)

      Newly Changed;
      IsActorBase("Skyrim.esm" | 0x000007) AND
      IsEquippedRightType(1) AND
      HasMagicEffect("Keytrace.esp"|0x804)

      Generally, I like to organize the lines and keep effects at the bottom, but it doesn't matter. Just be careful with your "AND" and "OR" placement.
      The quotes used in the lines are mandatory. The format "0x000000" is kind of strict. Always keep 0x000xxx where the last three x's are from Form ID's except for cases where it is "0x804" like above, it's fine and you can do that too IF you want.
      No mistakes of any kind or the conditions won't function.
      If using OAR GUI and you edit the animation folders inside your mod through unlocking MO2, search for the priority number through the Legacy section of OAR GUI and reload/refresh submod. I don't use OAR GUI to edit any Legacy mods.

      By the off chance you do things perfectly and edit conditions for a mod added weapon only and it isn't working, but the priority is higher, then fill in the 0's after "0x."

      Example;

      Vigilant has a weapon named "Nameless Katana"
      OAR GUI told me it couldn't be found regardless of accurate set up.
      In OAR GUI, the small Form ID section had the last 3 "digits" of the Form ID. As an example we'll use 800 (not the actual Form ID, I think).
      To test further, I added 3 more "digits" in the Form ID section.
      Example; 233800
      The OAR GUI then changed from (Form Not Found) to the name of the weapon, which was nameless to begin with (ha funny).
      I DID NOT save, I went into the mod itself and changed the DAR conditions from "0x000800" to "0x233800" for all folders.
      I then went back In-Game to the OAR GUI and reload/refresh the submod and BINGO!

      Hope this helps anyone interested in DAR conditions.
    4. Khito07
      Khito07
      • supporter
      • 3 kudos
      Hey bro i followed your instruction and it works thanks a lot now i can enjoy it more
    5. Ramarayanda
      Ramarayanda
      • member
      • 0 kudos
      It's easier when u use OAR (I prefer OAR because it's really helpful and easy when u have understand all the Code) I can Remove the idle and replace it with any idle animation i want, and use the attack animation only on 1h sword (All sword) 
    6. ZARARK1234
      ZARARK1234
      • member
      • 0 kudos
      How did you change the idle animation? I don't like the way the character holds the sword.
  9. cheesequuake
    cheesequuake
    • supporter
    • 0 kudos
    is there any way i can take the idle animation of this weapon and apply it to all greatswords for just my character, if not how do i do it for specific greatswords? 
    1. cheesequuake
      cheesequuake
      • supporter
      • 0 kudos
      actually let me rephrase cause i realized i went about it all wrong, how do i make this moveset work with any greatswords im using?
    2. cvt007
      cvt007
      • premium
      • 1 kudos
      if you use OAR you'll have to mess around in its shift+O menu to specifically apply when "isweaponequipped" (not the actual paramater) is a greatsword. You may also need to change its priority number in the mod's folder to something really high like 160000000 as an example to take priority over any other move that applies to a greatswords.
    3. ZARARK1234
      ZARARK1234
      • member
      • 0 kudos
      How did you change the idle animation? I don't like the way the character holds the sword.
  10. Khito07
    Khito07
    • supporter
    • 3 kudos
    Hello is there a way i can change how my character holding the sword when idle? i kinda preferred holding the sword in the handle instead on the blade when the sword is unsheathe without any enemy around Thank you
  11. Khito07
    Khito07
    • supporter
    • 3 kudos
    Best One handed sword movement, i hope the mod get an update or the creator make a new animation mod for one handed sword users