Author Topic: preset glitch?  (Read 4890 times)

Offline rhinobeetlez

  • Curious Wanderer
  • *
  • Posts: 13
  • Country: 00
  • Floof-O-Meter: 0
    • the-flour-monarch
    • the-flour-monarch
    • xxowldusk
    • View Profile
Re: preset glitch?
« Reply #10 on: June 01, 2017, 09:33:09 pm »
Have you tried swapping out the texture to see if that renders with the same colour stripe?
yeah, ive tried it with a different texture and no texture entirely, ive redone now three times and even swapped the files from 6 to 3 and it still wont work

Offline Kuri

  • Immortal Legend
  • *****
  • Posts: 8,168
  • Country: nz
  • Floof-O-Meter: 136
  • Foreboding evil harmless kitten.
    • dumbstuff4friends
    • channel/UCo42jgbLvEzkofpOin0_a4A
    • View Profile
Re: preset glitch?
« Reply #11 on: June 01, 2017, 09:40:41 pm »
So it had the colour stripe when you had another texture on there?  Makes me wonder if it's the way the scene is rendering.  What's it like it you export it and take it outside into various lighting conditions?
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 rhinobeetlez

  • Curious Wanderer
  • *
  • Posts: 13
  • Country: 00
  • Floof-O-Meter: 0
    • the-flour-monarch
    • the-flour-monarch
    • xxowldusk
    • View Profile
Re: preset glitch?
« Reply #12 on: June 01, 2017, 09:47:25 pm »
its the same just darker, i guess
it looks like its supposed to be there like its on the colour layer

Offline Tigg

  • Immortal Legend
  • *****
  • Posts: I am a geek!!
  • Country: at
  • Floof-O-Meter: 0
  • Your right hand on 3D-Meshes
    • t-i-g-g
    • channel/UCKuFJTwBJf94Tq07oVBNMrA
    • 76561198118876593
    • TiggDarkfury
    • View Profile
    • Isla Thanatos Gameserver
Re: preset glitch?
« Reply #13 on: June 01, 2017, 09:56:09 pm »
That seems like a PC prob.
Because this is no glitch in teh preset, its somthing in the rendering.
Mind posting your preset code?
« Last Edit: June 01, 2017, 09:57:53 pm by Tigg »

Offline rhinobeetlez

  • Curious Wanderer
  • *
  • Posts: 13
  • Country: 00
  • Floof-O-Meter: 0
    • the-flour-monarch
    • the-flour-monarch
    • xxowldusk
    • View Profile
Re: preset glitch?
« Reply #14 on: June 01, 2017, 09:58:51 pm »
Are you running it in OpenGL or Direct3D?
Because this is no glitch in teh preset, its somthing in the rendering.
Mind posting your preset code?

at first i was running on openGL, and then i turned it to direct, neither of which fixed it

heres the code vvv

material preset_3_bodyMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_3body.png
         }
      }
   }
}
material preset_3_bodyMatR
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_3body.png
         }
      }
   }
}
material preset_3_headMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_3head.jpg
         }
      }
   }
}
material preset_3_headMatR
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_3head.jpg
         }
      }
   }
}
material preset_3_eyeMatL
{
   technique
   {
      pass
      {
         cull_hardware none
         cull_software none
         texture_unit
         {
            texture preset_3eye.jpg
         }
      }
   }
}
material preset_3_eyeMatR
{
   technique
   {
      pass
      {
         cull_hardware none
         cull_software none
         texture_unit
         {
            texture preset_3eye.jpg
         }
      }
   }
}
material preset_3_tailMat
{
   technique
   {
      pass
      {
         lighting off
         cull_hardware none
         cull_software none
         scene_blend alpha_blend
         depth_write off
         texture_unit
         {
            texture preset_3tail.png

         }
      }
   }
}
material preset_3_maneMat
{
   technique
   {
      pass
      {
         lighting off
         cull_hardware none
         cull_software none
         scene_blend alpha_blend
         depth_write off
         texture_unit
         {
            texture preset_3mane.png
         }
      }
   }
}

Offline Tigg

  • Immortal Legend
  • *****
  • Posts: I am a geek!!
  • Country: at
  • Floof-O-Meter: 0
  • Your right hand on 3D-Meshes
    • t-i-g-g
    • channel/UCKuFJTwBJf94Tq07oVBNMrA
    • 76561198118876593
    • TiggDarkfury
    • View Profile
    • Isla Thanatos Gameserver
Re: preset glitch?
« Reply #15 on: June 01, 2017, 10:32:13 pm »
Okay,

the code is all fine, its not your fault. Others will probably see your preset just fine.

Offline rhinobeetlez

  • Curious Wanderer
  • *
  • Posts: 13
  • Country: 00
  • Floof-O-Meter: 0
    • the-flour-monarch
    • the-flour-monarch
    • xxowldusk
    • View Profile
Re: preset glitch?
« Reply #16 on: June 01, 2017, 11:30:39 pm »
ah, whelp, ill test it out and see if its all ok, thanks for your help! <3