File information

Last updated

Original upload

Created by

black achang

Uploaded by

black364

Virus scan

Safe to use

3392 comments

  1. Giovanni1285
    Giovanni1285
    • member
    • 3 kudos
    Sticky
    How can i disable the stagger system from elden rim but keep the special impact animations? I hate the fact that ANY attack staggers me or the enemy and we can easily be stun locked to death, it is really broken, but on the other side i love sending enemies flying with a heavy attack or smashing them into the ground with a great mace. Honestly this is the reason i downloaded elden rim in the first place. Is there any way to disable just the stagger from attacks? I'd prefer to keep loki's poise to handle this part of the game, i can still get stun locked, but it is much harder to happen and it's easier to recover.
    1. AchangAlax
      AchangAlax
      • premium
      • 237 kudos
      disable RimImpactOfPlayer.esp and RimImpactOfMob.esp
    2. Giovanni1285
      Giovanni1285
      • member
      • 3 kudos
      Thank you very much!
    3. Giovanni1285
      Giovanni1285
      • member
      • 3 kudos
      I have a question, what does the stagger effect $ES_HeavyStrikefly do? I replaced the $ES_Strikefly from an animation for $ES_HeavyStrikefly but nothing happened when i hit the foe. I thought it would make the enemy fly higher/farther

      Edit: My mistake, i accidentally put two $ before the variable name in the annotation, now it worked, but it didn't work the way i thought. I will put $ES_Strikefly back
    4. AchangAlax
      AchangAlax
      • premium
      • 237 kudos
      Approximate PIE$ The special impact of ES-HeavyStrikefly does not actually attach special effects to your attack trajectory, but rather to your forward collision.This annotation applies to collision skills

      You can use PIE.$ ES_HeavyParalysis_Mark, This will attach special effects to your attack trajectory, suitable for some long blade weapon skills

      But this annotation takes 0.2 seconds to take effect, please try to make it 0.2 seconds before the HitFrame timeline

      0.3 PIE.$ ES_HeavyParalysis_Mark(0.1-0.3)
      0.5 HitFrame
    5. Giovanni1285
      Giovanni1285
      • member
      • 3 kudos
      Thanks Achang! The heavy paralysis mark tip was really useful, now the special staggers are registered with the weapon swing as they should, but what i'm trying to achieve is actually giving me a headache. I have Modern Stagger Lock, i disabled RimImpactOfPlayer.esp and RimImpactOfMob.esp, and i can't seem to trigger the special staggers consistently. if i disable enemy ai with tcai command before he starts attacking me, i can make the special staggers like ES_Strikefly and ES_HeavyStrikefly work most of the times, but i want them to always work when i perform specific attacks (for example, the upward swing from Lothric Knight Greatsword always makes enemies fly in Dark Souls 3, but here in Skyrim it doesn't). When i enable enemy ai, though, i can almost never make the special staggers work on them, and vice versa. I'm not sure if it is a mechanic from Elden Rim, but for my game i would want them to always work, because the attacks are so heavy that for me it doesn't make sense that the enemy wouldn't fly with the impact. Thanks again for your help, and amazing work!
    6. VR3039x
      VR3039x
      • premium
      • 64 kudos
      I'm using ER Weapon Arts and Maxsu's stagger lock without any problems, and I can set up and play all the stagger effects from those mods. Maybe you're referring to MaxsuPoise? There is a stagger effect cooldown and immunity after the first stagger if you're using the default MaxsuPoise. Check the documentation and settings; it's easy to tweak or turn off. Once that's resolved, all stagger effects from those mod will always be played, if set up correctly, of course.

      If it's not this mod and/or MaxsuPoise, you might have another poise mod installed or simply mod incompatibility. If that's the case, sorry I couldn't help you further.
    7. Giovanni1285
      Giovanni1285
      • member
      • 3 kudos
      You are right, Loki's Poise was indeed interfering with the staggers from Elden Rim. I guess i can't really combine both mods, but that's okay, Elden Rim has a lot more features i like over Loki's Poise, so i'm staying with Elden Rim.
    8. TheDarkDragon7
      TheDarkDragon7
      • member
      • 37 kudos
      this comment should be pinned so other people with the same question can find their answer
    9. AchangAlax
      AchangAlax
      • premium
      • 237 kudos
      When testing enemies, you need to pay attention to their status, because under the mechanism of Elden rim, when the health of a human enemy exceeds 80%, its weight will be tested for 2, so your special impact force is difficult to immediately take effect

      If the enemy attempts to use skills, their mass may exceed 2

      For this type of situation, you can use the special stagger skills again. Whenever the enemy's weight is greater than 1, you can use the skills again to make them shake

      The cumulative upper limit is 3, which means that enemies weighing 3 or more need three skills to shake, which is very effective for larger enemies

      This interleaving effect is currently limited to War Ash skills, as most of them use Mark
      Class Comments 

      These skills that require cumulative effectiveness will skip the maxsupose algorithm and resilience armor
    10. beefydonut69
      beefydonut69
      • premium
      • 0 kudos
      do i merge the files or rename them?
  2. dacsus
    dacsus
    • member
    • 1 kudos
    Locked
    Sticky
    Is it possible to find a tutorial somewhere? Because I have no idea which item is for what. And there is absolutely nothing explained in the descriptions.
    1. HoloNeet
      HoloNeet
      • supporter
      • 2 kudos
      I made a tutorial awhile ago for an older version, but it should still be useful.

  3. s163948118
    s163948118
    • member
    • 0 kudos
    Locked
    Sticky
    大佬为什么我有时候没按冲刺键使用战术回气确是翻滚啊
    1. AchangAlax
      AchangAlax
      • premium
      • 237 kudos
      卡冲刺按键了,看看你的冲刺按键是不是有别的mod也占用。你要么战技的冲刺触发改键,要么改别的mod的
    2. s163948118
      s163948118
      • member
      • 0 kudos
      那战技的冲刺触发改键要怎么改
    3. AchangAlax
      AchangAlax
      • premium
      • 237 kudos
      1-Elden Rim-Weapon Art 2.7.2\SKSE\Plugins\dtryKeyUtil\config\custom 
      EldenKey.ini
    4. s163948118
      s163948118
      • member
      • 0 kudos
      [KeyTrace_userEvent];left: put anything you'd like. right: keyID|formID|.esp;https://www.creationkit.com/index.php?title=Input_Script;游戏热键EldenCharge = Sprint|0X839|EldenSkyrim.esp[KeyTrace_EventID_GamePad];手柄事件;EldenCharge = 11|0X839|EldenSkyrim.esp[KeyTrace_EventID_Keyboard];键盘编码;EldenCharge = 44|0X839|EldenSkyrim.esp[KeyTrace_EventID_Mouse];鼠标;EldenCharge = 54|0X839|EldenSkyrim.esp这4个我该改那个
    5. AchangAlax
      AchangAlax
      • premium
      • 237 kudos
      用双引号取消原来的设置

      然后在键盘编码的地方修改你的按键,键码自己查,然后去掉键盘编码的双引号,让这行设置生效
    6. s163948118
      s163948118
      • member
      • 0 kudos
      用雙引號取消原來的設定 
      鍵盤編碼;EldenCharge = ""|0X839|EldenSkyrim.esp[KeyTrace_EventID_Mouse]

      然後在鍵盤編碼的地方修改你的按鍵
      鍵盤編碼;EldenCharge = ""45|0X839|EldenSkyrim.esp[KeyTrace_EventID_Mouse]

      然後去掉鍵盤編碼的雙引號,讓這行設定生效
      鍵盤編碼;EldenCharge = 45|0X839|EldenSkyrim.esp[KeyTrace_EventID_Mouse]

      是這樣改嗎?
    7. AchangAlax
      AchangAlax
      • premium
      • 237 kudos
      说错了 是分号 ; 

      不是双引号

      ;EldenCharge = sprint|0X839|EldenSkyrim.esp

      EldenCharge = 45|0X839|EldenSkyrim.esp

      ;EldenCharge = 45|0X839|EldenSkyrim.esp

      中间这行会生效
    8. s163948118
      s163948118
      • member
      • 0 kudos
      成功了謝謝
  4. AresGodofWarZ
    AresGodofWarZ
    • member
    • 0 kudos
    Locked
    Sticky
    For some reason it's causing my game to just crash at startup. What could this be?
    1. AchangAlax
      AchangAlax
      • premium
      • 237 kudos
      Recently, I have noticed an incredible crash issue, which is caused by the long path of your skyrim.exe

      The person who found this problem solved the situation by reducing the file hierarchy
    2. ssxxazaz
      ssxxazaz
      • member
      • 0 kudos
      感谢,搞了两天检查各种前置版本和动作是否冲突,看到这个试了一下结果真的可以用了。好神奇的bug
  5. leoncio2
    leoncio2
    • member
    • 0 kudos
    Locked
    Sticky
    How can i disable the npcs dodge in this mod ? i have another mod with this function
    1. AchangAlax
      AchangAlax
      • premium
      • 237 kudos
      In 0-Elden Rim-Base, find and open EldenImpact_DISTR, then make modifications as follows.

      ;disable npc dodge
      ;Perk = 0xEB6~EldenSkyrim.esp|-PlayerKeyword|NONE

      ;disable npc dodge
      Perk = 0xEB6~EldenSkyrim.esp|-PlayerKeyword|NONE
  6. FLY11292
    FLY11292
    • member
    • 0 kudos
    大佬,为什么我有的战技装上之后用不出来
    1. AchangAlax
      AchangAlax
      • premium
      • 237 kudos
      检查下全部分包有没有装齐
    2. FLY11292
      FLY11292
      • member
      • 0 kudos
      确认是装齐的,但是用出来全是默认战技,只有设定成魔法时用龙吼键才能用出来
  7. 3320190
    3320190
    • member
    • 0 kudos
    战技伤害太高怎么办
  8. ObeseHoes69
    ObeseHoes69
    • member
    • 0 kudos
    I just found out the issue, I think. I don't have the EldenSkyrim_RimSkills.esp downloaded anywhere at all. I'm getting a missing masters notification and no matter how many times I try to redownload your mod I can't seem to get that esp. It'll appear for like a second while Vortex downloads it, and then the .esp will disappear. I need help.
    1. AchangAlax
      AchangAlax
      • premium
      • 237 kudos
      you need 1-Elden Rim-Weapon Art 
  9. ObeseHoes69
    ObeseHoes69
    • member
    • 0 kudos
    I just found out the issue, I think. I don't have the EldenSkyrim_RimSkills.esp downloaded anywhere at all. I'm getting a missing masters notification and no matter how many times I try to redownload your mod I can't seem to get that esp. It'll appear for like a second while Vortex downloads it, and then the .esp will disappear. I need help.
  10. ObeseHoes69
    ObeseHoes69
    • member
    • 0 kudos
    I love this mod, and it adds a whole new level of aggression in my gameplay I never thought was possible in skyrim. But I can't seem to wrap my tiny little head about how to discover new skills. I never spawned in with the elden rim- meditation spell, only Rebreath. When I press the power/shout button with Rebreath activated it doesn't open up a menu or anything either, like I see in youtube videos. Am I doing something wrong?
  11. Asharoth9029
    Asharoth9029
    • member
    • 0 kudos
    Where is 5-EldenMcoScripts file? The mod manager says there is new update but I need to download it manually, yet there is no file like that in FILES section.
    1. AchangAlax
      AchangAlax
      • premium
      • 237 kudos
      no need this patch
  12. previ0us
    previ0us
    • member
    • 11 kudos
    I have a problem with the update
    Player keeps using default ash of war even tho i added a different skill.
    If i spam the ash of war a lot of times, sometimes it plays the correct animation.
    I'm using BFCO with all requirements and correct load order.
    Never had this problem with all the previous versions.

    Edit: The Ash of war power works fine and playing correct animation, the items ash of war dex,for,str etc.. have the above issue.
    1. AchangAlax
      AchangAlax
      • premium
      • 237 kudos
      You can try dropping the item, making a new one, or creating a new save file to test. As far as I know for now, when your frame rate is too low, this problem will occur.
    2. Exploer
      Exploer
      • member
      • 4 kudos
      Thanks for the tip, gotta try power option, having the exact same issue
    3. curupira13
      curupira13
      • member
      • 0 kudos
      using communty shaders framegen show the same problem.
    4. Elixir111
      Elixir111
      • member
      • 0 kudos
      我也是这个情况,回退到3.6.2就正常了
  13. danny0812
    danny0812
    • member
    • 0 kudos
    Mods work fine, but sfx sound is too loud. Adjusting it in the menu settings won't change the sound. Is there a workaround?
    1. AchangAlax
      AchangAlax
      • premium
      • 237 kudos
      Which part of the sound effects are you referring to?
    2. danny0812
      danny0812
      • member
      • 0 kudos
      I'm talking about the weapon art part, and the slash sound with the runes on it.
  14. DarkaboxAB2
    DarkaboxAB2
    • member
    • 0 kudos
    Can i ask where the qi coalescence effect came from? How did i suddenly have it applied on my character whenever battles start
    1. AchangAlax
      AchangAlax
      • premium
      • 237 kudos
      When your proficiency exceeds 20, you can coalesce qi at the start of a battle. When you have qi, there will be no cooldown when using the Ashes of War.
  15. Dartonyan
    Dartonyan
    • premium
    • 4 kudos
    After installing the latest update the characters get stuck in an infinite t-pose
    1. AchangAlax
      AchangAlax
      • premium
      • 237 kudos
      Use the Nemesis to refresh.