Alexey T

Results 13 comments of Alexey T

The implementation is half-ready. I had to get rid of all the static stuff and now faced a problem that the HookManagerPubFunc is a member function, but RemoveHookManager, AddHook and...

I have some progress on the task: https://github.com/mixern6/metamod-source/commit/dc8d8701433e3167027f78c0311d5990a813b04f One moment is confusing to me. I almost got rid of the MFHCls structure, moved out all the functions. Now I have...

@dvander Could you please have a look at the current version. It compiles without errors, but the metamod doesn't start and shows this error: "You must change the map to...

It shows when I type "meta" and even after changing the level. If I revert my changes, metamod loads and works without errors. UPD: I've just checked the wrapper "HookManagerPubFunc"...

> As you linked yourself, the debug data is inserted inside sourcepawn code It is not, it is in the c++ Invoker: sp::ScriptedInvoker::Invoke > I pretty much doubt it would...

Hello [lordOznek](https://github.com/lordOznek), To get both builds I need to have two copies of add_subdirectory(ThirdParty/FidelityFX-SDK/ffx-api), but cmake doesn't allow it. I have to choose between vk and dx12 builds. I need...