Hello!
I sent a mentalimages folder.rar and this is my FShader3.mi
declare shader
color "fs_texture3"
(
color "texture",
color "opacity",
scalar "selfillum",
boolean "rendmedit",
shader "base",
boolean "override",
color "tint_color1",
color "tint_color2",
scalar "tintmin",
scalar "tintmax",
integer "tintmode",
color "tintmap",
integer "tintmapmode",
boolean "bbshader",
)
gui "gui_fs_texture3"
{
control "Global" "Global"
(
"uiName" "Forest Texture 3",
"category" "Itoo Software"
)
control "texture" "color"
(
"uiName" "Texture",
"value" .7 .7 .7
)
control "opacity" "color"
(
"uiName" "Opacity",
"value" 1 1 1
)
control "selfillum" "scalar"
(
"uiName" "Self-Illumination",
"value" .0
)
control "rendmedit" "boolean" ()
}
version 4
apply texture, material
end declare
declare shader
color "fs_shadow3"
(
color "vshadow",
color "hshadow",
color "shcolor",
shader "base",
boolean "bbshader",
)
gui "gui_fs_shadow3"
{
control "Global" "Global"
(
"uiName" "Forest Shadow 3",
"category" "Itoo Software"
)
control "vshadow" "color"
(
"uiName" "Vertical Shadow",
"value" .0 .0 .0
)
control "hshadow" "color"
(
"uiName" "Horizontal Shadow",
"value" .0 .0 .0
)
control "shcolor" "color"
(
"uiName" "Shadow Color",
"value" .7 .7 .7
)
}
version 3
apply shadow
end declare