Tilefromtexture (DEF): Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
Fox (talk | contribs)
No edit summary
No edit summary
 
(5 intermediate revisions by 2 users not shown)
Line 7: Line 7:
== Tokens ==
== Tokens ==


<span {{code}}>'''file''' <filename> (or '''name''')</span>
<span {{code}}>'''file''' <filename></span> (or '''name''')


Defines which texture file to use. File may be any PNG, JPG, DDS, TGA, BMP, GIF or PCX file. This instruction must be supplied.
Defines which texture file to use. File may be any PNG, JPG, DDS, TGA, BMP, GIF or PCX file. This instruction must be supplied.
Line 15: Line 15:
Sets the level of transparency at which a pixel in the texture is considered opaque. Pixels with more transparency than the cut-off are not drawn to the screen when rendered. The default setting is 0.32, which is just below the 33% transparency level of Build. If your texture has areas that are more transparent than the default, you can lower the cut-off level to preserve that detail.
Sets the level of transparency at which a pixel in the texture is considered opaque. Pixels with more transparency than the cut-off are not drawn to the screen when rendered. The default setting is 0.32, which is just below the 33% transparency level of Build. If your texture has areas that are more transparent than the default, you can lower the cut-off level to preserve that detail.


<span {{code}}>'''xoffset''' <value> (or '''xoff''')</span><br />
<span {{code}}>'''xoffset''' <value></span> (or '''xoff''')<br />
<span {{code}}>'''yoffset''' <value> (or '''yoff''')</span>
<span {{code}}>'''yoffset''' <value></span> (or '''yoff''')


Set the offsets of the tile.
Set the offsets of the tile.
Line 30: Line 30:
<span {{code}}>'''texture'''</span>
<span {{code}}>'''texture'''</span>


DESCRIPTION
Creates a true-color version of this tile, allowing it to bypass palette limitations in polymost and polymer.


<span {{code}}>'''texture'''</span>
<span {{code}}>'''truenpot'''</span>


DESCRIPTION
Allows this tile to use true non-power-of-two texture support. Prevents weird texture panning and repeating behavior when using a texture that has a non-power-of-two Y dimension.


<span {{code}}>'''ifcrc''' <value></span>
<span {{code}}>'''ifcrc''' <value></span>

Latest revision as of 15:45, 22 March 2021

This page is under construction.
Please help review and edit this page.

tilefromtexture <tilenum> { [...] }

Used to generate an 8-bit tile from an image file. Use the alpha channel for transparency instead of the pink color.

Tokens

file <filename> (or name)

Defines which texture file to use. File may be any PNG, JPG, DDS, TGA, BMP, GIF or PCX file. This instruction must be supplied.

alphacut <value>

Sets the level of transparency at which a pixel in the texture is considered opaque. Pixels with more transparency than the cut-off are not drawn to the screen when rendered. The default setting is 0.32, which is just below the 33% transparency level of Build. If your texture has areas that are more transparent than the default, you can lower the cut-off level to preserve that detail.

xoffset <value> (or xoff)
yoffset <value> (or yoff)

Set the offsets of the tile.

texhitscan

Set texture hitscan for the tile.

nofullbright

The texture will be converted to the game palette without fullbright colors.

texture

Creates a true-color version of this tile, allowing it to bypass palette limitations in polymost and polymer.

truenpot

Allows this tile to use true non-power-of-two texture support. Prevents weird texture panning and repeating behavior when using a texture that has a non-power-of-two Y dimension.

ifcrc <value>

DESCRIPTION

ifmatch { [...] }

DESCRIPTION

crc32 <value>
DESCRIPTION
size <width> <height>
DESCRIPTION