keton

Results 28 comments of keton

Attached please find trace files. In both one of last lines says 'pause' when I tried to cause a non conditional break-point but it didn't work. Also when it says...

What happens if you tick 'advanced settings', go to debug tab and toggle 'controllers allowed', hide UEVR overlay. Then connect gamepad to PC? Be aware that controllers will stop interacting...

If you're a noobie you'll need to wait for this PR to be approved and then release with the change to be made. If you're willing to learn how to...

Without this change you need to find game profile directory which should be `%LOCALAPPDATA%\AbzuGame\Saved\Config\WindowsNoEditor\`. There will be a bunch of .ini files and you should either create or edit `Engine.ini`....

@praydog Sure, I can do that. It will be also smaller, more localized change, easier to merge with everything else. But from my playing around with `exec(L"show fps")` as a...

I'll try then. In case loading list of commands takes a long time we can revert to current implementation. For some games I needed 30 or so parameters. I hope...

@praydog I've just noticed that `UGameEngine::exec()` returns void. It would be useful to know if engine recognized and executed the command. Like in UE4SS Console Unlocker when it says 'unknown...

Quick test report. Result: `exec()` works with my patch. On some occasions there's a few seconds freeze when it loads. Platform: 7900x, 4090, Quest 3, Virtual Desktop, VDXR Tested games:...

this needs to be fixed in libetrv not here.