Sean Pesce
Sean Pesce
Thanks for the bug report! I haven't had time to work on the project recently so I appreciate that you isolated the source of the issue to a specific build....
Interesting, I always thought this bug was a result of the ladder fix (I’m still not fully convinced it’s not). Can you post your entire configuration here?
The `LadderFix` setting fixes the bug that would cause the player to clip through the map when sliding down the two ladders seen in [this video](https://www.youtube.com/watch?v=G8-mGx4nf-A&t=26) at 0:20. This bug...
Okay, that’s definitely a problem. Can you do me a favor and check the status of the ladder fix at runtime? While in-game, open the console (default key bind is...
The problem (besides the underlying bug itself) seems to be twofold: - ~Most importantly, [this line](https://github.com/metal-crow/Dark-Souls-1-Overhaul/blob/f5612376dbf7beaefb22af8947ff67ed1ef69e4b/OverhaulDLL/src/ModData.cpp#L204) has bad logic; it seems that **you would have to set `LadderFix=1` to disable...
Currently the armor sound effect patch alters the armor parameter file (ProtectorParam.param) in memory to disable the sound effects. For possible fixes, we should try one (or more) of the...
~I was also looking for a solution to this issue; any help would be appreciated.~ EDIT: I'm no longer experiencing this issue.
Unfortunately I don't know when I'll have time to look into this issue. I'm considering archiving this project, as it was still in extremely experimental stages and I mostly made...
Better yet, you can keep the `secret_hash` field and instead just add this to [the `json()` function that starts on line 98 of `detect_secrets/core/potential_secret.py`](https://github.com/Yelp/detect-secrets/blob/6cdb79bbbd5622d99329a7129e4612f72d6350cd/detect_secrets/core/potential_secret.py#L98): ```python attributes['raw_secret'] = self.secret_value ``` So...