Dominik Tugend
Dominik Tugend
we are simply hitting the single-threaded CPU throughput limit here: I am guessing the main culprit is HLAE itself here, since it converts rgb to bgr on CPU after downloading...
- [x] shared targets + interprocess communication - [x] commands support - [x] mirv_calcs support - [x] camera override - [x] headless mode, so that the AfxHookUnity.dll can be used...
- **1st of January 2024** - End of HLAE Windows 7 and 8 support ([steampowered.com - Windows 7 and Windows 8 Support](https://help.steampowered.com/en/faqs/view/4784-4F2B-1321-800A)) - End of nSkinz-advancedfx (archive mode) - Limitation...
### All Submissions: * [x] Have you followed the [MainWP Contributing guideline](https://github.com/mainwp/mainwp/blob/master/.github/CONTRIBUTING.md)? * [x] Does your code follow the [WordPress' coding standards](https://make.wordpress.org/core/handbook/best-practices/coding-standards/)? * [x] Have you checked to ensure there...
When I use the RUST client generator for this OpenRPC document: ``` {"openrpc":"1.2.1","info":{"version":"0.0.0","title":"afx.core"},"methods":[{"name":"rpc.discover","description":"Returns an OpenRPC schema as a description of this service","params":[],"result":{"name":"OpenRPC Schema","schema":{"$ref":"https://raw.githubusercontent.com/open-rpc/meta-schema/master/schema.json"}}}]} ``` I get this error: ``` Invalid...
- does not escape placeholders as it should, can lead to crashes from scripts at best - `mirv.message('a',1)` will panic / crash - that should be handled more gracefully.
Just noticed that with the latest CS2 updates Valve is making active effort to make reverse engineering harder, for example command-line option strings such as `-netconpassword` and `-netconport` are now...