Game Development Community

RW HUD Health/Mana...

by K. Paul Garrett · in General Discussion · 10/07/2004 (6:21 am) · 3 replies

I'm tying to figure out how to make a curved health/mana bar and would like to reference RW's. I can't seem to find which script contains that code. Anyone know?

About the author

Recent Threads

  • Custom server type...

  • #1
    10/07/2004 (12:20 pm)
    Its in the code, and only referenced from the script. It's a new function named something like dglDrawArcBitmap
    #2
    10/09/2004 (6:57 am)
    So this function is specific to RW engine code? I do not have any of that, and I don't know if I even have access to it.
    #3
    10/09/2004 (9:28 am)
    Once you purchase the Torque SDK, you will have access to all of RW's source as well. Its a fairly trivial function that can easily be copied over to your own code base. I think it was even based off an existing resource making integration that much easier.