Suni
Suni
List of differences: https://github.com/Hamunii/BepInEx.MonoMod.AutoHookGenPatcher?tab=readme-ov-file#differences-to-the-original-hookgenpatcher
If `Item.minValue` is greater than `Item.maxValue` in `System.Random.Next`, it will throw. This breaks some things in the game, like `Terminal.PostProcess` when scanning for items, and the item is scrap and...
### Description `ILCursor.Emit(OpCode, Instruction)` and `ILCursor.Emit(OpCode, Instruction[])` methods don't turn instructions into `ILLabel`s or `ILLabel[]`s, but the match branch extension methods expect `ILLabel`s or `ILLabel[]`s, such as `x.MatchBr`. ### Example...
### Description ILCursor.EmitBr and such methods which take Instruction as an argument will emit branch instructions that branch to themselves when the instruction passed as an argument equals ILCursor.Next This...
The EasyEffects documentation recommends impossible values for 2 fields for DeepFilterNet configuration: Minimum Processing Threshold: https://github.com/wwmm/easyeffects/blob/c09b677faa9c9680e2365afb74e7fe068ccffe19/src/contents/help/deepfilternet.html#L78-L80 (I'd assume this is where the range is defined) https://github.com/wwmm/easyeffects/blob/c09b677faa9c9680e2365afb74e7fe068ccffe19/src/contents/kcfg/easyeffects_db_deepfilternet.kcfg#L28-L32 Post Filter Beta: https://github.com/wwmm/easyeffects/blob/c09b677faa9c9680e2365afb74e7fe068ccffe19/src/contents/help/deepfilternet.html#L164-L165...