Author Topic: Erm le helpy with preset(Not a preset request)  (Read 958 times)

Offline luckybirdy4

  • Dedicated Supporter
  • ***
  • Posts: 307
  • Floof-O-Meter: 6
  • Was that me? Oops.
    • View Profile
Erm le helpy with preset(Not a preset request)
« 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?

Offline Ruby1234

  • Mean Tutorial Queen
  • Elder Grey Pelt
  • ****
  • Posts: 2,794
  • Country: us
  • Floof-O-Meter: 297
  • aka Phloxenfree.
    • View Profile
Re: Erm le helpy with preset(Not a preset request)
« Reply #1 on: November 04, 2012, 05:03:48 pm »
Okay so like, why is your text huge omg.
Second, what is this code even from?
What are you using this for?

Offline luckybirdy4

  • Dedicated Supporter
  • ***
  • Posts: 307
  • Floof-O-Meter: 6
  • Was that me? Oops.
    • View Profile
Re: Erm le helpy with preset(Not a preset request)
« Reply #2 on: November 04, 2012, 05:08:00 pm »
A preset and I make my text bigger because its easyer for people to see.

Offline luckybirdy4

  • Dedicated Supporter
  • ***
  • Posts: 307
  • Floof-O-Meter: 6
  • Was that me? Oops.
    • View Profile
Re: Erm le helpy with preset(Not a preset request)
« Reply #3 on: November 04, 2012, 05:13:22 pm »
Found the coding here |
                                                             v


http://www.feral-heart.com/index.php?option=com_jfusion&Itemid=2&jfile=index.php&topic=5665.0


Offline Ruby1234

  • Mean Tutorial Queen
  • Elder Grey Pelt
  • ****
  • Posts: 2,794
  • Country: us
  • Floof-O-Meter: 297
  • aka Phloxenfree.
    • View Profile
Re: Erm le helpy with preset(Not a preset request)
« Reply #4 on: November 04, 2012, 05:24:22 pm »
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: