Cool but
by ando · in · 01/23/2006 (11:51 am) · 4 replies
I just installed TLK 1.4 everything seems cool but I seem to be missing the crosshair and the specular effect on the Orc's armor, anybody else ???
About the author
#2
01/23/2006 (3:18 pm)
Heheh...I've always wondered what kind of explosive-firing medieval crossbow had a holographic crosshair display. I guess those orcs are just ahead of their time.
#3
02/04/2006 (3:59 pm)
How do put eh crosshair back with Torque Gui Editor
#4
Start Torque and enter a mission, then open the GUI Editor (F10). Select the PlayGui and add a new GuiBitmapCtrl from the 'New Control' drop down. Select the new control and change its profile to GuiTextProfile (or any profile without a border) and change its bitmap property to 'starter.fps/client/ui/crossHair.png'.
-John
02/06/2006 (8:20 am)
Hi Michael,Start Torque and enter a mission, then open the GUI Editor (F10). Select the PlayGui and add a new GuiBitmapCtrl from the 'New Control' drop down. Select the new control and change its profile to GuiTextProfile (or any profile without a border) and change its bitmap property to 'starter.fps/client/ui/crossHair.png'.
-John
Torque Owner John Kabus (BobTheCBuilder)
The cross hair is just a bitmap gui control - I removed it for the demo, but you can easily add it back in using the Torque Gui Editor.
The dts env mapping uses the top sky texture as the reflection texture, if you're in a mission that doesn't have sky textures (like the nighttime TLK demo missions) then the reflection texture is blank.
-John