Game Development Community

GUI not showing up

by Kaoticscout · in Torque Game Builder · 09/24/2009 (9:03 pm) · 3 replies

Hi everyone,
I am developing a game with a friend of mine and he wrote a GUI for the game that is simply not showing up at all for me. He gives me the entire folder for the game (including main.cs, project file, game folder etc). Has anybody had this problem before or know how to solve it? I run the game exactly as it's given to me and everything else that he updates works fine, but the GUI does not show AT ALL. I have also seen the same files work just fine on his computer.

Any help is greatly appreciated =)
Thanks,
Kaotic

About the author

Recent Threads


#1
09/25/2009 (12:32 am)
Sounds like he might be using absolute paths in either the exec or for the gui images...?
#2
09/25/2009 (12:52 am)
all paths used in the exec and the GUI are declared like this:

exec("~/gui/FoW.gui");
exec("~/gui/UIBottom2.gui");

or

bitmap = "~/data/images/weapons/pistol";
#3
09/25/2009 (12:59 pm)
Hmmm, weird... Any errors in the console.log?