Author Topic: Scripts! Moving Tex, Transparent, Glowy, Metallic and more!  (Read 97454 times)

Anger

  • Guest
Re: Scripts! Moving Tex, Transparent, Glowy, Metallic and more!
« Reply #80 on: July 27, 2012, 03:25:03 pm »
Yes, I noticed. If I was to make her entire body glow (excluding the eyes), how would I have to name the files? Should I copy the original file and name it anger_3bodyglow for example?

Offline SilverTW

  • Finest Floof
  • ***
  • Posts: 855
  • Country: 00
  • Floof-O-Meter: 54
  • Inactive account
    • View Profile
    • DeviantART
Re: Scripts! Moving Tex, Transparent, Glowy, Metallic and more!
« Reply #81 on: July 27, 2012, 03:25:54 pm »
Yes, I noticed. If I was to make her entire body glow (excluding the eyes), how would I have to name the files? Should I copy the original file and name it anger_3bodyglow for example?

Yes, the glow can be transparent though

This account is no longer in use, and any messages sent to here will not be read. If you need to reach me, head to https://softdiamond.net

Specialized in FeralHeart Maps,Presets,Objects,Mods,Markings,Textures and MORE.
Video Maker and more!

Anger

  • Guest
Re: Scripts! Moving Tex, Transparent, Glowy, Metallic and more!
« Reply #82 on: July 27, 2012, 03:34:10 pm »
In other words, making an entirely transparent layer for the body glow would work?

Offline SilverTW

  • Finest Floof
  • ***
  • Posts: 855
  • Country: 00
  • Floof-O-Meter: 54
  • Inactive account
    • View Profile
    • DeviantART
Re: Scripts! Moving Tex, Transparent, Glowy, Metallic and more!
« Reply #83 on: July 27, 2012, 03:35:33 pm »
In other words, making an entirely transparent layer for the body glow would work?

I meant in the body glow there must be transparent spots, but not fully transparent

This account is no longer in use, and any messages sent to here will not be read. If you need to reach me, head to https://softdiamond.net

Specialized in FeralHeart Maps,Presets,Objects,Mods,Markings,Textures and MORE.
Video Maker and more!

Anger

  • Guest
Re: Scripts! Moving Tex, Transparent, Glowy, Metallic and more!
« Reply #84 on: July 27, 2012, 03:40:17 pm »
Heh, we're surely filling up the pages here, Silver. I'll stick with a normal preset. Ta.

Offline SilverTW

  • Finest Floof
  • ***
  • Posts: 855
  • Country: 00
  • Floof-O-Meter: 54
  • Inactive account
    • View Profile
    • DeviantART
Re: Scripts! Moving Tex, Transparent, Glowy, Metallic and more!
« Reply #85 on: July 27, 2012, 03:40:44 pm »
Heh, we're surely filling up the pages here, Silver. I'll stick with a normal preset. Ta.

Okay..

This account is no longer in use, and any messages sent to here will not be read. If you need to reach me, head to https://softdiamond.net

Specialized in FeralHeart Maps,Presets,Objects,Mods,Markings,Textures and MORE.
Video Maker and more!

Wolflover87

  • Guest
Re: Scripts! Moving Tex, Transparent, Glowy, Metallic and more!
« Reply #86 on: August 13, 2012, 09:11:40 pm »
Thanks Tigg!
« Last Edit: August 27, 2012, 11:21:14 pm by Woolfie »

Offline Awry

  • Curious Wanderer
  • *
  • Posts: 18
  • Floof-O-Meter: 1
    • View Profile
Re: Scripts! Moving Tex, Transparent, Glowy, Metallic and more!
« Reply #87 on: August 27, 2012, 08:26:31 am »
Just curious, for the Transparent texture that fades in and out, can you isolate it to one part on like the body? Or will it always make the entire body semi-transparent? Basically, can you have any fixed, solid texture with it?

Offline Zarago

  • Finest Floof
  • ***
  • Posts: 661
  • Floof-O-Meter: 47
  • Officially left.
    • View Profile
Re: Scripts! Moving Tex, Transparent, Glowy, Metallic and more!
« Reply #88 on: September 04, 2012, 07:48:50 pm »
I'm trying to make a preset using the code below (the one that makes presets disappear and then randomly return).

Quote
material preset_4_bodyMatL
{
   technique
   {
      pass
      {
      lighting off
      scene_blend colour_blend
      depth_write off
      cull_hardware none
      cull_software none
         texture_unit
         {
           texture InvisibleTex.png
           tex_address_mode wrap
           filtering trilinear
         }
         texture_unit
         {
            texture TransparentMarkingTex.png
      scroll_anim 0.01 0.02
      tex_address_mode wrap
      rotate_anim -0.01
      wave_xform scale_x sine 3 0.1 0 3
      wave_xform scale_y sine 3 0.1 0 3          
            colour_op alpha_blend
         }
         texture_unit
         {
            texture InvisibleTex.png
            colour_op_ex blend_current_alpha src_texture src_current
         }
      }
   }
}

It doesn't work (and it makes half of the body white). Is there any way to fix this?

Wolflover87

  • Guest
Re: Scripts! Moving Tex, Transparent, Glowy, Metallic and more!
« Reply #89 on: September 04, 2012, 10:19:28 pm »
Does anyone have the code the transparent code for so I can make only 1 leg on 1 side transparent? c: