A while back I got permission from the Elden Ring Reforged team to look over their hks file which included a swap for the controls of Power Stance to use the same controls as regular Paired weapons, for the sake of learning to implement it into my mod. However, with the new update, the old hks file for my mod needs to be rebuilt to work with the DLC, and the heavily altered code for the new patch's hks is proving difficult to compare to the old hks file with the changes I'm trying to bring forward.
The kicker here is that, foolishly, I did not leave comments on the additions I made to my own code, and after going back to the ERR hks file to do the same thing I did last time, their hks file for the newer versions now seems to be compiled differently, such that I can no longer read it. I'm not particularly great at hks coding, so recreating it completely from pure skill and memory is out of the question.
Other parts of my code that I made afterward have comments for me to look at and readapt to the new version, but when it comes to changing the powerstance controls so that l1 is block, r1 is dual attack, etc., I'm really kinda lost. Would anyone with hks know-how be able to give some advice on how to recreate this change?
ERR may have a handy option to switch between the two control styles, but I'm not so picky, and I'll settle for a straightup non-optional controls swap like I did last time