GuiLoadContentCtrl

Jezulkim
05-09-2008, 01:04 PM
Hi, I'm trying to skip the unnecessary clicking of "Quick start".
This line should load the join server gui:
GuiLoadContentCtrl(MainWi ndow, "gui\\JoinGame.gui");
but I get this error:
GuiLoadContentCtrl: MainWindow is not a valid SimGui::Canvas

GuiLoadContentCtrl(MainWi ndow, "gui\\JoinGame.gui"); seems to work if you write it in the console after Tribes has started. I've seen this working with newopts so please help :hurry:

Lemon
05-09-2008, 02:28 PM
In clientprefs.cs
$pref::quickstart = "true";

Jezulkim
05-09-2008, 02:41 PM
aha, it was that simple lol. Thanks.