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 - ThePromise

Pages: [1]
1
Forum Games / Re: Yum, or Yuck?
« on: July 17, 2019, 12:42:34 am »
Yuck!

Rabbit stew?

2
Game Help / Re: Preset is a marshmallow, Halp!?
« on: May 31, 2019, 02:36:55 am »
I Was finally fixed it haha. thank you all for the help

3
Game Help / Re: Preset is a marshmallow, Halp!?
« on: May 31, 2019, 02:01:33 am »
the head and body now show, but eyes and tail do not.

4
Game Help / Re: Preset is a marshmallow, Halp!?
« on: May 31, 2019, 01:03:00 am »
i changed the file type to .jpg and i used the code alpha provided, but everything is still a marshmallow. no parts show. i've made presets before and they've never done this.

5
Game Help / Re: Preset is a marshmallow, Halp!?
« on: May 31, 2019, 12:30:25 am »
yeah, heres the code.


material preset_12_bodyMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_12bodyL.jpg
         }
      }
   }
}
material preset_12_bodyMatR
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_12bodyR.jpg
         }
      }
   }
}
material preset_12_headMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_12headL.jpg
         }
      }
   }
}
material preset_12_headMatR
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_12headR.jpg
         }
      }
   }
}
material preset_12_eyeMatL
{
   technique
   {
      pass
      {
         cull_hardware none
         cull_software none
         texture_unit
         {
            texture preset_12eyeL.jpg
         }
      }
   }
}
material preset_12_eyeMatR
{
   technique
   {
      pass
      {
         cull_hardware none
         cull_software none
         texture_unit
         {
            texture preset_12eyeR.jpg
         }
      }
   }
}
material preset_12_tailMat
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_12tail.jpg
         }
      }
   }
}
material preset_12_maneMat
{
   technique
   {
      pass
      {
         lighting off
         cull_hardware none
         cull_software none
         scene_blend alpha_blend
         depth_write off
         texture_unit
         {
            texture preset_12mane.png
         }
      }
   }
}
material preset_12_equipMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_12equip.jpg
         }
      }
   }
}
material preset_12_equipMatR
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_12equip.jpg
         }
      }
   }
}

6
Game Help / Preset is a marshmallow, Halp!?
« on: May 31, 2019, 12:21:49 am »
Alright so basically, im trying to make a preset for which i will post as an adoptable on d.a, or perhaps make it free to use entirely.

Ive colored the head portion and have put it in the Preset 12 folder, the image file name is preset_12head.png and the body is preset_12body.png  but all i am seeing is a marshmallow, ive checked the code text file and nothing seems wrong..?

Its just showing as a 'marshmallow' in the preset maker. yknow, all white.

Pages: [1]