tmp64

Results 120 comments of tmp64

Download the latest dev version from [here](https://github.com/tmp64/BugfixedHL-Rebased/actions?query=branch%3Amaster). This bug should be fixed there.

Are you launching the game through Steam?

Update BugfixedHL. You're using a version from 2021.

I think your game is corrupted. You should reinstall it

Please upload crash-2025-02-24-19-53-32.dmp

This bug was fixed in 1.2.0. Download the latest version [from here](https://github.com/thelivingdiamond/Chairloader/releases)

The new API is so much better. For future-proofing, this implementation can be split into two parts: - Actual implementation in `Src/Common.Private/Chairloader`, which will be shared between ChairManager, Chairloader and...

Correct. Both 001 and 002 would need to be implemented to support old mods

Yeah, it'll get ugly For `operator[]`, you can make a custom `ConfigPtr` that contains `std::unique_ptr` and implements `operator*`, `operator->` and `operator[]` For `as()`, you can add non-templated method that returns...

I like this approach and I support replacing ChiarloaderGlobalEnv with a service provider. But mods should definitely use a separate service provider for their interfaces.