Game Development Community

hey guys, newbie gui question

by Dr. John Nobody · in Torque Game Engine · 07/26/2002 (2:24 am) · 2 replies

hey guys, I have been messing around with the torque opening gui, except I cant seem to get my saved gui scripts to laod.... and I also noticed that the ones I saved have their .gui file, but no .gui.dso file..... could somone tell me what a .gui.dso file is.... how you creat one, what it does, and if it will make my gui lode...... thanks guys

#1
07/26/2002 (2:35 am)
Well a dso file is a complied cs file. The cs file is compiled by the game when you run it and called upon.
Make sure you are adding the file somewhere(if its a new file)Press ~ to see if you have any errors.
Hope it works out.
#2
07/26/2002 (2:44 am)
ah I see..... thats very heplpful...... thanks man