Can The GUI Be Hidden By Default?

Is there a way to hide the GUI either by scripting or by an nwn.ini or some other file setting so that the game loads by default without the GUI showing, i.e. to have the same effect as the game “pressing” H on the keyboard as the area loads so that the GUI isn’t showing after the area has finished loading?

Also, how does the hotkey toggle H work? What script or setting is it using?

Thanks

Peter :slight_smile:

hardcoded, however SetCutsceneMode achieves basically the same effect

1 Like

Thanks, appreciated :slight_smile: