Game Development Community

HELP: with some of these tuts

by Rajesh Kumar · in Technical Issues · 08/31/2008 (10:08 am) · 11 replies

Ok i need help i am doing this tut http://www.garagegames.com/index.php?sec=mg&mod=resource&page=view&qid=7514 but i cant seem to figure out where to put the GUI write code please help me!!!

#1
08/31/2008 (11:24 am)
Quote:After you have all that compiled in, we want to take advantage of it and create a new InventoryGUI.gui and place it in client/ui/InventoryGUI.gui then add the following line to your client/init.cs
You mean that gui?
#2
08/31/2008 (11:45 am)
Yes, i cant tell where to do the code
#3
08/31/2008 (5:18 pm)
Like it says, make a new script file "InventoryGui.gui" to place that code in.
#4
08/31/2008 (7:42 pm)
Sorry as noob i must ask this: how would i make a script file? and also another question how would i make a project in torque 1.5.2 the article on TDN doesnt seem to work for me whenever i try to use it
#5
08/31/2008 (8:17 pm)
Sorry as noob i must ask this: how would i make a script file? and also another question how would i make a project in torque 1.5.2 the article on TDN doesnt seem to work for me whenever i try to use it
#6
09/01/2008 (1:42 am)
A script file is just a normal text file. Open a text editor (notepad will do...) paste the code and save the file as "InventoryGui.gui". That's it. Just make sure that the file has no ".txt" ending.
#7
09/01/2008 (8:52 am)
Ok thanks. i still need help with making a project in TGE 1.5.2
#8
09/01/2008 (9:52 am)
Have you tried the tutorials on the new documentation landing page for TGE. Heres some links, is this what your talking about.


"This three-part tutorial covers starting from scratch and creating a bare-bones game project folder within the example directory"


PART ONE- www.garagegames.com/index.php?sec=mg&mod=resource&page=view&qid=12721

PART TWO- www.garagegames.com/index.php?sec=mg&mod=resource&page=view&qid=12846

PART THREE- www.garagegames.com/index.php?sec=mg&mod=resource&page=view&qid=12943
#9
09/01/2008 (10:34 am)
No i mean setting up a project : check this link thats what i mean:http://tdn.garagegames.com/wiki/Code/Visual_C_Project_SDK
#10
09/03/2008 (1:32 pm)
For the time being, I would recommend copying the default project and working with the copy. That way it is already set up. You will want to learn the in's and out's of using Visual Studio and project settings before you start creating them from scratch. That resource is for TGE 1.4 as well.
#11
09/03/2008 (2:21 pm)
Ok thanks!