Thread Rating:
  • 6 Vote(s) - 2.67 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Hide GUI during cutscenes
#6
if IsControlOpen("ChatLog")

Instead of this condition, you may want to change it to this one

if Player.onlinestatus == 15 or Player.onlinestatus == 18 then

15 is cutscene,
18 is Group Pose


----------------------------------------------------------------------------------------
if IsControlOpen("Title") or IsControlOpen("CharaSelect") then
AutoHideGUI.guiHidden = nil
end
-----------------------------------------------------------------------------------------
I haven't checked it, but I think it will only work after you log in if you do this.

Minions reload on login.
It is strange that the torgs are flipped.
If you make it like this for example, you might not have a problem no matter when you attach it.
-----------------------------------------------------------------------------------------
function AutoHideGUI.Update(_, tickCount)

if not (GetGameState() == FFXIV.GAMESTATE.INGAME) then
return
end
if IsControlOpen("Title") or IsControlOpen("CharaSelect") then
AutoHideGUI.guiHidden = nil
end

if not AutoHideGUI.enabled then
return
end

if tickCount - AutoHideGUI.lastTick >= 100 then
AutoHideGUI.lastTick = tickCount

if Player.onlinestatus ~= 15 and AutoHideGUI.guiHidden or Player.onlinestatus ~= 18 and AutoHideGUI.guiHidden then
AutoHideGUI.guiHidden = false
ToggleGUI()
end

if Player.onlinestatus == 15 and not AutoHideGUI.guiHidden or Player.onlinestatus == 18 and not AutoHideGUI.guiHidden then
AutoHideGUI.guiHidden = true
ToggleGUI()
end
end
end
Reply
 


Messages In This Thread
Hide GUI during cutscenes - by Akamir - 01-04-2022, 09:53 PM
RE: Hide GUI during cutscenes - by QuakeDragon - 01-18-2022, 03:16 AM
RE: Hide GUI during cutscenes - by QuakeDragon - 02-04-2022, 03:22 AM
RE: Hide GUI during cutscenes - by Akamir - 02-04-2022, 07:33 AM
RE: Hide GUI during cutscenes - by QuakeDragon - 02-18-2022, 03:51 AM
RE: Hide GUI during cutscenes - by mushroom - 02-19-2022, 07:33 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)

We help you win the game.

FFXIV Bot and More.

 

Products