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 - D-ead7Dog

Pages: 1 ... 152 153 [154] 155 156 ... 161
1531
Game Help / Re: Preset Help!
« on: March 20, 2016, 08:01:37 pm »
Hmm alright now send us a picture of the images file : o

1532
Game Help / Re: Preset Help!
« on: March 20, 2016, 07:53:55 pm »
don't forget to make the preset body and whatever else you have yet to finish up on the preset and send us over a screenshot to let us know if it worked or not. :)

1533
Game Help / Re: Preset Help!
« on: March 20, 2016, 07:50:12 pm »
You have the body as the head.

material preset_11_bodyMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_11head.png
         }
      }
   }
}

Switch that out to whatever you have. XD
ex. texture preset_11body.png


Switch that out and give us another scrceenshot of the preset in-game on what it looks like after fixing that.

1534
Game Help / Re: Preset Help!
« on: March 20, 2016, 07:45:01 pm »
Nope. Still not working. ;(

We won't stop until we get that fixed. ;w;

1535
Game Help / Re: Preset Help!
« on: March 20, 2016, 07:39:59 pm »
Can you send us your Material code and a picture of your file names like you did in the image before on the right and side? :o

It would help a lot again lmfao

1536
Introduction / Re: Not new but...
« on: March 20, 2016, 07:23:58 pm »
Well, glad to see you got a new username you're happy with.
I know it can be a pain waiting to get a new username. ;)

1537
Game Help / Re: Preset Help!
« on: March 20, 2016, 07:13:01 pm »
How did you know I was a girl? XD Anyway, it is still not working. I don't know what else there is to do! I think it's just my computer now. :( I don't know.




Replace this:
Code: [Select]
material preset_11_bodyMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_11body.jpg
         }
      }
   }
}
material preset_11_bodyMatR
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_11body.jpg
         }
      }
   }
}
material preset_11_headMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_11head.jpg
         }
      }
   }
}
material preset_11_headMatR
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_11head.jpg
         }
      }
   }
}
material preset_11_eyeMatL
{
   technique
   {
      pass
      {
         cull_hardware none
         cull_software none
         texture_unit
         {
            texture preset_11eye.png
         }
      }
   }
}
material preset_11_eyeMatR
{
   technique
   {
      pass
      {
         cull_hardware none
         cull_software none
         texture_unit
         {
            texture preset_11eye.png
         }
      }
   }
}
material preset_11_tailMat
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_11tail.png
         }
      }
   }
}
material preset_11_maneMat
{
   technique
   {
      pass
      {
         lighting off
         cull_hardware none
         cull_software none
         scene_blend alpha_blend
         depth_write off
         texture_unit
         {
            texture preset_11mane.png
         }
      }
   }
}
material preset_11_equipMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_11equip.png
         }
      }
   }
}
material preset_11_equipMatR
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_11equip.png
         }
      }
   }
}

with this:
Code: [Select]
material preset_11_bodyMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_11body.png
         }
      }
   }
}
material preset_11_bodyMatR
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_11body.png
         }
      }
   }
}
material preset_11_headMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_11head.png
         }
      }
   }
}
material preset_11_headMatR
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_11head.png
         }
      }
   }
}
material preset_11_eyeMatL
{
   technique
   {
      pass
      {
         cull_hardware none
         cull_software none
         texture_unit
         {
            texture preset_11eye.png
         }
      }
   }
}
material preset_11_eyeMatR
{
   technique
   {
      pass
      {
         cull_hardware none
         cull_software none
         texture_unit
         {
            texture preset_11eye.png
         }
      }
   }
}
material preset_11_tailMat
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_11tail.png
         }
      }
   }
}
material preset_11_maneMat
{
   technique
   {
      pass
      {
         lighting off
         cull_hardware none
         cull_software none
         scene_blend alpha_blend
         depth_write off
         texture_unit
         {
            texture preset_11mane.png
         }
      }
   }
}
material preset_11_equipMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_11equip.png
         }
      }
   }
}
material preset_11_equipMatR
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_11equip.png
         }
      }
   }
}

And go in and make sure the file names in general [outside the material code file] is the same as what you put.
Ex. texture preset_11equip.png.

I suggest changing [all] your files to png.

1538
Game Help / Re: Preset Help!
« on: March 20, 2016, 07:05:01 pm »
It doesn't matter what was  used as long as what was written was also put in the materials. XD

Like because she put "Preset_11body" it should be alright if she put "Preset_11body.jpg" in the material file. :)

1539
Game Help / Re: Preset Help!
« on: March 20, 2016, 06:55:34 pm »
I think I've located the problem; your files in general don't have the .jpg/.png at the end of them. :)

On the right hand side where it shows the files like;
texture preset_11body and texture preset_11eye

make sure it says
texture preset_11.jpg and texture preset_11eye.jpg and so on! :)


Edit: Fixed spelling errors and put the code needed in red.

1540
Game Help / Re: Preset Help!
« on: March 20, 2016, 03:39:13 pm »
I don't know how to paste screenshots. :( Sorry, I know I'm making a fool of myself, but I have never tried it before.



Take a screenshot and go to tinypic.com or Imgur.com and upload the screenshot there. It'll give you a few codes on the right side of the screen. Grab one of the codes (Lean towards the [ IMG ] code because it'll be easier) and just paste it in the comments.

Pages: 1 ... 152 153 [154] 155 156 ... 161