Game Development Community

My map isnt loading

by Filip · in Technical Issues · 01/01/2009 (10:37 am) · 2 replies

Ok i'm going through the getting started pdf and i have now maked a button on the main menu and written the command exactly as int the pdf it is just loadMyMissio(); should i write my mission name after? i have tried that but with no succes. the thing that happends is when i press the button the text with loading mission..... appears and then nothing happends. i have no idea what i am doing wrong. i'm sure you guys can help me:)

About the author

Recent Threads


#1
01/01/2009 (2:49 pm)
Filip

What I think is happening is that torque is opening the wrong mission file.

If you open the main.cs file found in the folder tutorial.base. Scroll down to the bottom of the file, you will see a function called loadMyMission().

If you have torsion, go to line 114 and change the string "gameonemission.mis" to "flat.mis".

Let me know if this fixes it.
#2
01/01/2009 (3:13 pm)
Thank you so much that did the trick.