Feral Heart
Help & Guidance => Game Help => Topic started by: luckybirdy4 on November 04, 2012, 05:01:31 pm
-
Ok so um a bit confused wether or not I should change anything in this coding for it to work?
material preset_4_bodyMatL
{
receive_shadows on
technique 1
{
pass
{
fragment_program_ref WingModColour_PS
{
param_named colorMod1 float4 0.50 0.50 0.75 0.25
}
texture_unit
{
texture Texture.jpg
tex_coord_set 0
}
cull_hardware none
cull_software none
depth_write off
scene_blend add
}
}
technique 2
{
pass
{
emissive 1.0 1.0 1.0 1.0
texture_unit
{
Texture.jpg
colour_op_ex modulate src_texture src_manual 0.105 0.175 0.135 0.25
}
cull_hardware none
cull_software none
depth_write off
scene_blend add
}
}
}
Do I like type something where the word "Texture" is?
-
Okay so like, why is your text huge omg.
Second, what is this code even from?
What are you using this for?
-
A preset and I make my text bigger because its easyer for people to see.
-
Found the coding here |
v
http://www.feral-heart.com/index.php?option=com_jfusion&Itemid=2&jfile=index.php&topic=5665.0
-
It's actually not easier to read.
Its like,
blinding.
But okay.
This code is the super shiny glow one, right?
You just paste it into the first section of your material code for preset_4, erasing the old bodyMatL section,
and then change Texture.jpg to your actual texture. c: