Author Topic: Buncha Presets  (Read 15538 times)

Offline Raz.

  • Finest Floof
  • ***
  • Posts: 602
  • Floof-O-Meter: 28
  • aka Raz ingame.
    • View Profile
    • My DA page
Re: Buncha Presets
« Reply #20 on: January 17, 2011, 02:13:54 am »
;D Thanks

Offline Raz.

  • Finest Floof
  • ***
  • Posts: 602
  • Floof-O-Meter: 28
  • aka Raz ingame.
    • View Profile
    • My DA page
Re: Buncha Presets
« Reply #21 on: January 24, 2011, 01:27:45 pm »
Updated with Aura's Preset.

Offline KiraraNeko

  • Curious Wanderer
  • *
  • Posts: 24
  • Floof-O-Meter: 0
    • View Profile
    • My Deviantart
Re: Buncha Presets
« Reply #22 on: January 25, 2011, 01:15:38 am »
Hey Draak, I'm trying to make a preset with some transparency, but it doesn't seem to be working. I copy+pasted your code, but I'm not entirely sure where to put it? (My images are saved as PNGs.)
Anyway, I'm new to presets and all that, could you be a little more clear as to what to do with that code? Thanks!

Offline Raz.

  • Finest Floof
  • ***
  • Posts: 602
  • Floof-O-Meter: 28
  • aka Raz ingame.
    • View Profile
    • My DA page
Re: Buncha Presets
« Reply #23 on: January 25, 2011, 02:22:50 am »
Hi there, hmmm alright, I'll try and explain it the best I can for you.

Open up your Material file.

Find the section you want to make transparent or have transparencies on.

(I'll paste an example here) This would be if you wanted to make something on the head transparent.

BEFORE:
material preset_3_headMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture Raz_DraakHead.png
         }
      }
   }
}

(I'm also using a different code now which works better compared to the old one)
AFTER:

material preset_3_headMatL
{
      receive_shadows on
   technique
   {
      pass
      {
                     ambient 1.000000 1.000000 1.000000 1.000000
                    diffuse 1.000000 1.000000 1.000000 1.000000
                     specular 0.050000 0.050000 0.050000 1.000000 12.500000
                     emissive 0.000000 0.000000 0.000000 1.000000
                    cull_hardware none
                     cull_software none
                     scene_blend alpha_blend
             alpha_rejection greater_equal 128
                     texture_unit
         {
            texture Raz_DraakHead.png
                         tex_address_mode wrap
                         filtering trilinear
         }
      }
   }
}

Just copy and paste that whole chunk of new code into whatever part you want to have inviso-bits on XDDD. And change the file names and such since this'd be for Draak |D

I hope that helps c:



Offline KiraraNeko

  • Curious Wanderer
  • *
  • Posts: 24
  • Floof-O-Meter: 0
    • View Profile
    • My Deviantart
Re: Buncha Presets
« Reply #24 on: January 25, 2011, 09:10:27 pm »
Thanks Draak C: Unfortunately I still seem to be having problems, I sent you a message.

Offline Raz.

  • Finest Floof
  • ***
  • Posts: 602
  • Floof-O-Meter: 28
  • aka Raz ingame.
    • View Profile
    • My DA page
Re: Buncha Presets
« Reply #25 on: January 26, 2011, 02:51:11 am »
Still? D:
8o..wait did you get my reply?

Offline GemWolf

  • Avani's Ninja Agent
  • Community Champion
  • ****
  • Posts: 2,072
  • Country: 00
  • Floof-O-Meter: 191
  • play rain world
    • View Profile
Re: Buncha Presets
« Reply #26 on: January 26, 2011, 02:58:31 am »
Love the presets, Draak. <3

Offline Raz.

  • Finest Floof
  • ***
  • Posts: 602
  • Floof-O-Meter: 28
  • aka Raz ingame.
    • View Profile
    • My DA page
Re: Buncha Presets
« Reply #27 on: January 26, 2011, 03:25:59 am »
8D yay

Solvic

  • Guest
Re: Buncha Presets
« Reply #28 on: January 26, 2011, 08:37:17 am »

Offline KiraraNeko

  • Curious Wanderer
  • *
  • Posts: 24
  • Floof-O-Meter: 0
    • View Profile
    • My Deviantart
Re: Buncha Presets
« Reply #29 on: January 26, 2011, 10:27:08 am »
If you replied to the private message I sent you, no I didn't get it :C
« Last Edit: January 26, 2011, 10:31:43 am by Kirara »