Page 1 of 1

New hud object

Posted: Thu Mar 31, 2011 12:16 am
by lekeoi
Lately I've been dealing with the hud in Reality Factory and I've made great progress. The problem i have now is i have made a magic meter and it will not show
  • [magic]
    type = vertical
    frame = hud\hud_magic.bmp
    framealpha = hud\a_hud_magic.bmp
    indicator = hud\hud_magicini.bmp
    indicatoralpha = hud\a_hud_magicini.bmp
    framex = -8
    framey = -10
    indicatoroffsetx = 0
    indicatoroffsety = 0
    indicatorwidth = 160
do you see any real problem with what i wrote

Re: New hud object

Posted: Sat Jun 04, 2011 11:39 am
by QuestOfDreams
type value has to be "verticle" not "vertical" (... I know ... :roll: )
for this type you have to use "indicatorheight" opposed to "indicatorwidth" for the horizontal type

Re: New hud object

Posted: Sun Jun 05, 2011 6:51 pm
by lekeoi
QuestOfDreams wrote:type value has to be "verticle" not "vertical" (... I know ... :roll: )
for this type you have to use "indicatorheight" opposed to "indicatorwidth" for the horizontal type
ok thanks