Game Development Community

HudFill and guiScrollCtrl

by Howard Dortch · in Torque Game Engine · 03/03/2006 (5:33 am) · 4 replies

In the 1.3 version and all previous versions if you hit F2 you get a playerlist with a see through background (bitmap with hudfill.png) . In version 1.4 this is no longer the case. The code looks the same in script and engine.

#1
03/03/2006 (5:40 am)
Noticed this too, and it's not only the guiScrollCtrl..
#2
03/16/2006 (7:52 am)
Bump, anyone have a solution to this?
#3
03/16/2006 (6:23 pm)
Go to line 54 of playerList.gui and within the new GuiScrollCtrl() { section change

profile = "HudScrollProfile";

to

profile = "GuiDefaultProfile";
#4
03/16/2006 (7:38 pm)
Thanks Tim, works great.