Igromanru

Results 80 comments of Igromanru

The Unity version is normally just the "File version" of the game exe...

What is the state here? It's quite annoying that the first line is still ignored. I wanted to test the changes, but `open_file_skip_BOM` is not called anywhere.

The other PR is huge, can't we get this change tested and merged first? Who knows when #540 will be done.

Need feedback from other UE4SS Devs. If I would want to implement the feature, should it only work for double quotes or single quotes as well?

Indeed, I think in some rare cases single quotes can be in full name paths as well. I'm planning to handle escape characters, like allow users to write `\"` to...

I've noticed that all current console related hooks/handlers return the full command string as first callback parameter. Is this behavior intentional, or should I fix it as well? Currently the...

I'm not sure what "command" means. In [RegisterConsoleCommandGlobalHandler](https://docs.ue4ss.com/dev/lua-api/global-functions/registerconsolecommandglobalhandler.html#registerconsolecommandglobalhandler) and [RegisterConsoleCommandHandler](https://docs.ue4ss.com/dev/lua-api/global-functions/registerconsolecommandhandler.html#registerconsolecommandhandler) it says "The name of the custom command", but under **Examples** it says `FullCommand` and returns the full string as...

I find it kind of weird that ProcessConsoleExec hook gives only the "paramters". If the first callback parameter should be the full command, so user can parse it, Then the...

Damn, both not ideal. But I find the second solution worse.

@alphaqueueop would be nice if you could test it, if it works as expected. https://docs.ue4ss.com/dev/lua-api/global-functions/registerconsolecommandhandler.html?highlight=registerc#registerconsolecommandhandler https://github.com/UE4SS-RE/RE-UE4SS/releases/download/experimental/UE4SS_v3.0.1-185-g833b84b.zip https://github.com/UE4SS-RE/RE-UE4SS/releases/download/experimental/zDEV-UE4SS_v3.0.1-185-g833b84b.zip