UE4SS-RE / RE-UE4SS

Injectable LUA scripting system, SDK generator, live property editor and other dumping utilities for UE4/5 games
http://docs.ue4ss.com/
MIT License
1.27k stars 166 forks source link

[BUG - Release] GUI window appears even after disabled in config #497

Open Pacagma opened 4 months ago

Pacagma commented 4 months ago

Branch or Release zDEV-UE4SS_v3.0.1.zip

Game and Engine Version Abiotic Factor Unreal 5.3.2

Describe the bug Disabling the GUI in UE4SS-settings.ini doesn't disable the GUI (it still appears when game is loaded).

To Reproduce

  1. Open UE4SS-settings
  2. Set ConsoleEnabled = 0 GuiConsoleEnabled = 0 GuiConsoleVisible = 0
  3. Save settings
  4. Launch game
  5. GUI window still shows

console settings

Windows 10

UE4SS commented 4 months ago

When you say that disabling the GUI in the ini file doesn't work, do you mean that the GUI doesn't get disabled or that it being disabled has no effect on your inability to open the steam overlay ?

Buckminsterfullerene02 commented 4 months ago

This is two issues diguised as one - I've renamed this issue to what it is actually for, cleaned up the issue from how it was found in the discord, and then @Pacagma you need to make a new seperate issue that says that steam overlay is broken on your game/engine version without mentioning the GUI window bug as again, these are seperate. Please try to keep the formatting of the issue properly next time 🙂

Buckminsterfullerene02 commented 4 months ago

I think this is a 5.3 support issue, as BP mod loader also does not work for this game, as they have the same issue as #496 despite the screenshots they showed of the exact way they setup their mod is in the way that should work and doesn't seem to be a skill issue.