Game Development Community

SImple fullscreen question and loading missions

by Foestar · in Torque Game Engine Advanced · 10/16/2009 (3:51 pm) · 0 replies

So I have two things I'm working on at the moment.

1.) I have been creating the GUI for my game and in the process of working on it I set it to fullscreen and didn't create a button to make it windowed. So I can't enter the editor mode until I get back out of fullscreen and the commands I tried in the console didn't do anything. So anyone mind pointing me out to the file location for turning this off by default?

2.) I am finally trying to load from my title screen straight to my mission by pressing a button. However, seems loadMyMission(); isn't what we use anymore? Is it different? Where is the function for that? Or do I have to add that in manually now when I generate a new project based off the template?