Just going to bump this as I was about to post the same topic so I'll commandeer this one lol
Not sure if it's possible but it would be good if there is a way for people to disable the terminal window when exporting a finished game.
Minari had a negative review on their released game (not RPG In A Box, their RPGiaB published game) from a user thinking the terminal window was a hack/malware thing.
Obviously we know thats just the Godot window, but to average steam gamers, having a console pop up can be concerning so as rediculous as that review is in reality, I can see the issue.
In the meantime, for those looking to export your games, one thing you can do at least is hide all the text that would appear in the terminal window.
Here's how:
- Create a shortcut to your "game.exe"
- edit the properties of the shortcut
- in the Target field, add the following command line parameter
--quiet

This will essentially mute that window, so while it will still be there, it wont be filling up with errors and code.....it will remain empty.