Author Topic: .  (Read 1862 times)

Offline NaomiOkami

  • Familiar Grounds Dweller
  • **
  • Posts: 84
  • Country: ca
  • Floof-O-Meter: 14
    • NaomiNoob
    • View Profile
.
« on: June 08, 2017, 10:14:15 pm »
.
« Last Edit: July 17, 2017, 06:08:24 am by Whatever »

Offline Kerriki

  • Band Geek
  • Immortal Legend
  • *****
  • Posts: 5,670
  • Country: us
  • Floof-O-Meter: 371
  • Who needs furniture when you have the floor?
    • Kikiorylandia
    • View Profile
    • DeviantART
Re: Code
« Reply #1 on: June 08, 2017, 10:18:31 pm »
I believe the code you're looking for can be found here ^^

https://feral-heart.com/smf/index.php?topic=5665.0
Farewell everyone<3

Offline NaomiOkami

  • Familiar Grounds Dweller
  • **
  • Posts: 84
  • Country: ca
  • Floof-O-Meter: 14
    • NaomiNoob
    • View Profile
.
« Reply #2 on: June 09, 2017, 03:32:28 am »
.
« Last Edit: July 17, 2017, 06:08:33 am by Whatever »

Offline Bloo.

  • Space-Child ✌
  • Elder Grey Pelt
  • ****
  • Posts: 2,658
  • Country: us
  • Floof-O-Meter: 192
  • nyoom
    • Bloopaloozer
    • Bloopalooza FH
    • aLittleProzium
    • Bloopalooza
    • View Profile
    • DeviantArt
Re: Code
« Reply #3 on: June 09, 2017, 04:16:12 am »
Here. Kiki fetched the thread for you, it's not as hard as you may think to scroll through it and find what you need~

Code: [Select]
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
         }
      }
   }
}


You are amazing <3

Offline Kuri

  • Immortal Legend
  • *****
  • Posts: 8,168
  • Country: nz
  • Floof-O-Meter: 136
  • Foreboding evil harmless kitten.
    • dumbstuff4friends
    • channel/UCo42jgbLvEzkofpOin0_a4A
    • View Profile
Re: Code
« Reply #4 on: June 09, 2017, 05:20:16 am »
Code: [Select]
material ghostFoxMat
{
   technique
   {
      pass
      {
      lighting off
      scene_blend colour_blend
      depth_write off
      cull_hardware none
      cull_software none
         texture_unit
         {
           texture ghostTex2.png
           tex_address_mode wrap
           filtering trilinear
         }
         texture_unit
         {
            texture ghostTex.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 fennecfoxTex.png
            colour_op_ex blend_current_alpha src_texture src_current
         }
      }
   }
}

Think this is the howler mat.  Easily modded to FH presets if you don't mind it having joins at the edges of the mesh.
The Japanese concept of wabisabi:
The closest concept in english would be 'rustic'
They might have an old thing, one example is a favourite bowl or dish, it's broken, pieces are missing, why fix it?  With gold and pieces from other dishes?
"Because it was my favourite & I like it"

Offline NaomiOkami

  • Familiar Grounds Dweller
  • **
  • Posts: 84
  • Country: ca
  • Floof-O-Meter: 14
    • NaomiNoob
    • View Profile
.
« Reply #5 on: June 09, 2017, 05:56:12 am »
.
« Last Edit: July 17, 2017, 06:08:44 am by Whatever »