Game Development Community

2 questions

by Debayan · in Torque Game Engine · 11/07/2008 (11:32 am) · 2 replies

Hello,
I have two questions -
1. How can I change the title (the thing that is written on the topmost bar or when you minimixe the game, the thing that is written on)?
2. When I choose D3D from the options menu, it crashes. What do I do?

Thanks a lot,

About the author


#1
11/07/2008 (11:46 am)
1: ~/client/init.cs, inside of function initClient(), at about line# 50:
initCanvas("Torque Game Engine", true);
change the bit in the quotes to whatever you want, delete DSO's and there you go.

2: D3D - why? For TGE it's more of a wrapper with decreased functionality and poorer performance. It works on my machines, if it's crashing for you maybe you need to update video drivers or directX. But for best results, unless your card absolutely does not support it, you should stick with OpenGL in TGE.
#2
11/07/2008 (12:18 pm)
Hey,
My graphics supports OpenGL, i just wanted to test the difference in graphics in D3D so..

Thx a lot!