0 of 0

File information

Last updated

Original upload

Created by

F -I hate Elden Ring and you too- Wang

Uploaded by

AntiSteak

Virus scan

Safe to use

Tags for this mod

About this mod

A very mergeable, paramless Lua addon that allows you to use your right hand AoW while you have a shield or whatever in your left. Press L1 to be able to use your left hand AoW.

Permissions and credits
A very mergeable, paramless Lua addon that allows you to use your right hand AoW while you have a shield or whatever in your left. Press L1 to be able to use your left hand AoW.

For example, if I have Buckler Parry on my Buckler and Impaling Thrust on my Rapier, and I am one handing, then I will use Impaling Thrust by default, then if I press L1 the option will change to Buckler Parry. Pressing L2 from there buckler parries. Releasing L1 and pressing L2 results in Impaling Thrust.




Install:
Put this folder in your game folder. Game folder is where your exe is, eldenring.exe. Typically located at the folder: C:\Program Files (x86)\Steam\steamapps\common\ELDEN RING\Game
The following path should be valid:
C:\Program Files (x86)\Steam\steamapps\common\ELDEN RING\Game\offhandAOWshitfuckyou\core.lua
To merge: Export your swordarts param to a csv and call it swordarts.csv and put it in this folder like you see here. Make sure your row names don't have commas.
Then, go to c0000.hks and put:
pcall(loadfile("offhandAOWshitfuckyou\\core.lua"))
at the bottom, right above the section saying:
------------------------------------------
-- Must be last for the global variables to be read
------------------------------------------
Note that the above file paths must be valid.
You may use any version of Script Exposer dll for this, as it is a relatively simple dynamic param mod.