Difference between revisions of "Category:Hud Functions (Pluggy)"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Haama
imported>Shademe
m (Typo corrected ( tgm->tm ))
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
==Work in Progress==
This is WiP - there is no real documentation for the Hud functions, and I have to go through the threads for the information. As there are some 20 versions in the threads, these may not be the final forms. Please double-check the threads before using.
<br>--[[User:Haama|Haama]] 11:24, 22 November 2008 (EST)
==Actual page==
Hud functions provided by [[:Category: Pluggy|Pluggy]]. All functions should be in their "final" form (version 122).
Hud functions provided by [[:Category: Pluggy|Pluggy]]. All functions should be in their "final" form (version 122).


*There are two types of Huds: Surface/Image (S) and Text (T)
*There are two types of Huds: Surface/Image (S) and Text (T)
**Acceptable surface/image file types: .png, .bmp, .dds, .dib, .hdr, .jpg, .pfm, .png, .ppm, and .tga
**Acceptable surface/image file types: .png, .bmp, .dds, .dib, .hdr, .jpg, .pfm, .png, .ppm, and .tga
*Huds will be turned off when menus are turned off (console function TGM)
*Huds will be turned off when menus are turned off (console function TM)
*HudIDs start with 1 and go up from there. Because of this, and unlike other pluggy functions, there is no ''RefuseZero'' flag.
*HudIDs start with 1 and go up from there. Because of this, and unlike other pluggy functions, there is no ''RefuseZero'' flag.



Latest revision as of 19:52, 27 July 2009

Hud functions provided by Pluggy. All functions should be in their "final" form (version 122).

  • There are two types of Huds: Surface/Image (S) and Text (T)
    • Acceptable surface/image file types: .png, .bmp, .dds, .dib, .hdr, .jpg, .pfm, .png, .ppm, and .tga
  • Huds will be turned off when menus are turned off (console function TM)
  • HudIDs start with 1 and go up from there. Because of this, and unlike other pluggy functions, there is no RefuseZero flag.