Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - rhinobeetlez

Pages: [1] 2
1
Game Help / Re: preset glitch?
« 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

2
Game Help / Re: preset glitch?
« 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
         }
      }
   }
}

3
Game Help / Re: preset glitch?
« 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

4
Game Help / Re: preset glitch?
« 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

5
Game Help / Re: preset glitch?
« on: June 01, 2017, 09:28:38 pm »
still isnt working :/

6
Game Help / Re: preset glitch?
« on: June 01, 2017, 09:22:03 pm »
the only fancy coding is the transparent tail, which isn't having any problems and i think that openGL is the only rendering system for my download? i just looked and thats the only one i saw so i have no idea

7
Game Help / Re: preset glitch?
« on: June 01, 2017, 09:15:26 pm »
.jpg can be a little crazy with colors sometimes. Try changing the file to a .png and see if that helps (be sure to change it in the coding/notepad file, as well!)

that didnt work either, still doing the colour thing, thank you though!

8
Game Help / Re: preset glitch?
« on: June 01, 2017, 08:46:59 pm »
Was it a compressed .png? i find weird colors happens with compressed ones.

no its just a regular jpg :/

9
Game Help / preset glitch?
« on: June 01, 2017, 08:00:00 pm »
ok i have no idea why my game is doing any of these glitches but im just trying to make a preset and this happens?



i dont know if its the texture or the coding??
ive remade the body twice and took away the texture, but the pink thing wouldnt go away

10
Game Help / Re: hecked up my noses
« on: May 14, 2017, 03:42:03 am »
wow i checked in the files earlier but i couldnt find it, i just found it like a few seconds ago, thank you!! <3

Pages: [1] 2