I am trying to make my compiled Inform 7 game open full screen. The Glulxe help menu says to make a text file called MyGameName.cfg and inside it put the line FullScreen=yes.
So my game, the CFG file with the same name as my game but with extension CFG, and the Glulxe interpreter with the same name as my game (but with .exe) are all in the same folder and I launch the game and the game always opens in a window.
Do I have to do something special to make the interpreter load the CFG file, or put something else in the text file besides FullScreen=yes ? Thank you for your help.