First time user question
by Owes Beck · in Torque X 2D · 09/11/2007 (7:12 pm) · 2 replies
Hey all, I'm new to the whole torque experiance and just had a few questions..
- is torque X only for 2D or does it also do 3D?
- Is there a search field for the forums or do i have to manually look through every post to find something?
- Finally is there some sort of printf command so i can see my frame rate during production?
Thanks in advance for anyone who can help me out here...
- Wes
- is torque X only for 2D or does it also do 3D?
- Is there a search field for the forums or do i have to manually look through every post to find something?
- Finally is there some sort of printf command so i can see my frame rate during production?
Thanks in advance for anyone who can help me out here...
- Wes
Associate James Ford
Sickhead Games
There is a search field at the top right at all times, whether you are in the forums or elsewhere on the GG site. Once you are at the search results page, you can select if you want to only search the forums or resources etc. But, right now the forum-search does not give good results, for whatever reason, so it usually boils down to manually searching.
I don't know if there if there is already a way to print fps in TorqueX or not, but, this is how you write to the output window in C#.
Console.WriteLine("bla");
You may have to add a new "using" statement to the top of your file for this to work. If it doesnt work at first, right click on it and it will give you the option of automatically adding it for you.
This is the "output" window within the C# editor not the game window.