Game Development Community

LoadMyMission() freeze up

by Sam Horton · in Technical Issues · 01/30/2006 (12:45 pm) · 2 replies

Hi everyone!

I just bought the torque engine and I am working on the basic tutorial that comes with it. when I place a gui button ctrl to start my level using the loadMyLevel(); command it freezes on the loading screen. It says either 'loading mission' or 'waiting for server'. Has anyone else had this happen to them?

#2
02/02/2006 (2:58 pm)
I had this problem yesterday. After I hunted it down for a while I realized I was using naming schemes like 'logo 1', 'logo 2' etc. After changing those to 'logo1', 'logo2' everything worked fine.

btw. only way I was able to get back into my mission was to delete it and start over :(