...
Specify whether to mipmap the texture. Valid values are 0 (off) or 1 (on) Default mipmap is on.
mipmap 0
Clamp
Specify ??? - Unknown what this does, appears in the TXI files for the skybox from the Dark Dreams of Furiae Premium Modulethe number of pixels that the texture can wrap.
clamp 3
Filter
Specify whether to filter the texture using linear filtering or not. If set to 0, filtering is nearest, otherwise it is linear. Default filtering is linear.
...