Template:KV RenderFields: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
(About friggin' time.) |
||
Line 4: | Line 4: | ||
: <choices> Used to set a non-standard rendering mode on this entity. See also 'FX Amount' and 'FX Color'. | : <choices> Used to set a non-standard rendering mode on this entity. See also 'FX Amount' and 'FX Color'. | ||
:{| | :{| | ||
! Literal Value || Description | ! Literal Value || Render Mode || Description | ||
|- | |- | ||
| 0 || Normal | | 0 || Normal || {{todo|Write description.}} | ||
|- | |- | ||
| 1 || Color | | 1 || Color || {{todo|Write description.}} | ||
|- | |- | ||
| 2 || Texture | | 2 || Texture || Transparency (for things like windows) (''0'' = 100% transparency) | ||
|- | |- | ||
| 3 || Glow | | 3 || Glow || {{todo|Write description.}} | ||
|- | |- | ||
| 4 || Solid | | 4 || Solid || Texture masked transparency (for things like grates) (''255'' = 100% masking) | ||
|- | |- | ||
| 5 || Additive | | 5 || Additive || {{todo|Write description.}} | ||
|- | |- | ||
| 7 || Additive Fractional Frame | | 7 || Additive Fractional Frame || {{todo|Write description.}} | ||
|- | |- | ||
| 9 || World Space Glow | | 9 || World Space Glow || {{todo|Write description.}} | ||
|- | |- | ||
| 10 || Dont Render | | 10 || Dont Render || {{todo|Write description.}} | ||
|} | |} | ||
Revision as of 20:41, 3 September 2006
- rendermode
- <choices> Used to set a non-standard rendering mode on this entity. See also 'FX Amount' and 'FX Color'.
Literal Value Render Mode Description 0 Normal Todo: Write description.1 Color Todo: Write description.2 Texture Transparency (for things like windows) (0 = 100% transparency) 3 Glow Todo: Write description.4 Solid Texture masked transparency (for things like grates) (255 = 100% masking) 5 Additive Todo: Write description.7 Additive Fractional Frame Todo: Write description.9 World Space Glow Todo: Write description.10 Dont Render Todo: Write description.
- renderamt
- <integer> The FX amount (0 - 255) is used by the selected Render Mode.
- rendercolor
- <color255> The FX color is used by the selected Render Mode.