UE4SS

Results 349 comments of UE4SS

Try setting the following settings to `0` in `UE4SS-settings.ini`: ```ini [Debug] ; Whether to enable the external UE4SS debug console. ConsoleEnabled = 0 GuiConsoleEnabled = 0 GuiConsoleVisible = 0 ```...

> > Try setting the following settings to `0` in `UE4SS-settings.ini`: > > ```ini > > [Debug] > > ; Whether to enable the external UE4SS debug console. > >...

> > > > Try setting the following settings to `0` in `UE4SS-settings.ini`: > > > > ```ini > > > > [Debug] > > > > ; Whether to...

The only performance problems that I'm aware of from a standard installation of UE4SS are related to the GUI. You could try turn the GUI off in `UE4SS-settings.ini`.

I'm unable to do any testing because I don't have access to the game. @narknon Are you aware of any performance problems not related to the GUI when there are...

You can try turning off hooks in the `[Hooks]` section in `UE4SS-settings.ini` and see if that helps. We do some processing in those hooks so it's worth a try. You...

Try the latest experimental build. Here's a link to it: https://github.com/UE4SS-RE/RE-UE4SS/releases/download/experimental/UE4SS_v2.5.2-570-g37e727b.zip With this build you'll need both `dwmapi.dll` and `UE4SS.dll` from the zip file, and you should remove `xinput1_3.dll` that...

To maintainers: Please leave this issue open until the performance problem with `UseUObjectArrayCache` has been been investigated.

> > What is your PC build? If you have bad single core performance you may have a bad time. > > i9 9900k RTX 4070 Ti 64 GB 3600...

> This is known and why we want to move to fuobjecthashtables. I'm not sure what's so slow about our current cache system. I think some profiling is needed here...