Feral Heart

Help & Guidance => Game Help => Topic started by: HotDogWater on March 20, 2016, 01:56:27 am

Title: Preset Help!
Post by: HotDogWater on March 20, 2016, 01:56:27 am
I am making my first ever preset! But I have an issue.... :c I saved it as a .jpg and everything, I made sure the name was right and the same as the code on Notepad, but it still isn't showing up! I am opening it in Preset Maker, but it is still Yellow and Black! What do I do? :(
Title: Re: Preset Help!
Post by: Cosmic-Wolf on March 20, 2016, 01:59:52 am
I don't know if this will work with you, but try saving everything as a .png file. Some of my presets had to be saved that way for them to show up.
Title: Re: Preset Help!
Post by: HotDogWater on March 20, 2016, 02:02:03 am
Ok! I will try that. I will let you know if it works! Thank you so much. It's really appreciated. :)
Title: Re: Preset Help!
Post by: Cosmic-Wolf on March 20, 2016, 02:10:43 am
No prob! I will wait for your answer! *paws crossed that is works and just didn't make myself look stupid*
Title: Re: Preset Help!
Post by: HotDogWater on March 20, 2016, 02:13:47 am
It didn't work. :( Anything else I can try?
Title: Re: Preset Help!
Post by: Preach on March 20, 2016, 02:17:08 am
Some of body parts (ex. Eye, tail, etc) has to be .png at the end. Also, the reason why it's probably not showing up because it's probably the coding is wrong?
Title: Re: Preset Help!
Post by: Cosmic-Wolf on March 20, 2016, 02:18:25 am
Anyway you can take screenshots of your preset folder and the coding and post them here so I can get a look at them?
Title: Re: Preset Help!
Post by: HotDogWater on March 20, 2016, 02:21:18 am
Anyway you can take screenshots of your preset folder and the coding and post them here so I can get a look at them?

Ok! I have to go to bed now, I will show you tomorrow. :)
Title: Re: Preset Help!
Post by: Cosmic-Wolf on March 20, 2016, 02:23:55 am
Alrighty then. We will be here tomorrow!
Title: Re: Preset Help!
Post by: HotDogWater on March 20, 2016, 02:58:43 pm
Alrighty then. We will be here tomorrow!
Ok! Good morning. (Or evening in your time) Here is the Notepad code:


 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
         }
      }
   }
}
Title: Re: Preset Help!
Post by: HotDogWater on March 20, 2016, 03:04:11 pm
Some of body parts (ex. Eye, tail, etc) has to be .png at the end. Also, the reason why it's probably not showing up because it's probably the coding is wrong?
I have the eye as .png now
Title: Re: Preset Help!
Post by: HotDogWater on March 20, 2016, 03:08:49 pm
Anyway you can take screenshots of your preset folder and the coding and post them here so I can get a look at them?
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.
Title: Re: Preset Help!
Post by: D-ead7Dog 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.
Title: Re: Preset Help!
Post by: HotDogWater on March 20, 2016, 04:02:11 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.
Ohhh! Ok! Thanks. c:
Title: Re: Preset Help!
Post by: HotDogWater on March 20, 2016, 04:06:07 pm
Anyway you can take screenshots of your preset folder and the coding and post them here so I can get a look at them?
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.

(http://i.imgur.com/wJM9nFY.jpg)

 Here are the screenshots. c:
I know the preset may look a little sloppy but this is my first time. XD I promise I will get better.
Title: Re: Preset Help!
Post by: ArcticGalaxy on March 20, 2016, 06:52:56 pm
It's perfectly fine Floof! It took me awhile to do everything right too. I'll just have a look over everything and see if I can find the problem.
Title: Re: Preset Help!
Post by: D-ead7Dog 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.
Title: Re: Preset Help!
Post by: ArcticGalaxy on March 20, 2016, 06:58:22 pm
Alright, I think I see your problem. First of all, you don't have a body or tail file in there. Second of all, Texture Preset_11body should be Texture Preset_11head. That kinda has you goofed up. ^^
Title: Re: Preset Help!
Post by: HotDogWater on March 20, 2016, 06:59:27 pm
I think I've located the problem; your files in general don't have the .jpg/.png at the end of them. :)
OHHHH! Ok! Thank you! I will see if it works. Please work. XC
Title: Re: Preset Help!
Post by: HotDogWater on March 20, 2016, 07:00:27 pm
Alright, I think I see your problem. First of all, you don't have a body or tail file in there. Second of all, Texture Preset_11body should be Texture Preset_11head. That kinda has you goofed up. ^^

OHH! I see now! Thank you! I will check. See you then!
Title: Re: Preset Help!
Post by: D-ead7Dog 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. :)
Title: Re: Preset Help!
Post by: HotDogWater on March 20, 2016, 07:06:30 pm
Alright, I think I see your problem. First of all, you don't have a body or tail file in there. Second of all, Texture Preset_11body should be Texture Preset_11head. That kinda has you goofed up. ^^

OHH! I see now! Thank you! I will check. See you then!
I haven't got that far yet, I only have the eyes and head. :c And I have both head mats. Which part of the codes are wrong? I see both heads there. Sorry if I sound a little rude, I am not meaning to. 'X( But I see both of them there.
Title: Re: Preset Help!
Post by: HotDogWater on March 20, 2016, 07:09:04 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. :)
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.
Title: Re: Preset Help!
Post by: D-ead7Dog 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.
Title: Re: Preset Help!
Post by: ArcticGalaxy on March 20, 2016, 07:21:27 pm
And also, do try changing preset_11body.png to preset_11head.png. It my not matter what it's named but...I really think that could be an issue too. ^^
Title: Re: Preset Help!
Post by: HotDogWater on March 20, 2016, 07:37:08 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.
I tried all of it. It still isn't working. Has someone else went through this before? I know I am a pain, but I am so new to this. I am about to give up....
Title: Re: Preset Help!
Post by: HotDogWater on March 20, 2016, 07:38:35 pm
And also, do try changing preset_11body.png to preset_11head.png. It my not matter what it's named but...I really think that could be an issue too. ^^
Alright.
Title: Re: Preset Help!
Post by: D-ead7Dog 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
Title: Re: Preset Help!
Post by: HotDogWater on March 20, 2016, 07:40:51 pm
Nope. Still not working. ;(
Title: Re: Preset Help!
Post by: D-ead7Dog on March 20, 2016, 07:45:01 pm
Nope. Still not working. ;(

We won't stop until we get that fixed. ;w;
Title: Re: Preset Help!
Post by: HotDogWater on March 20, 2016, 07:48:14 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
Notepad:
material preset_11_bodyMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_11head.png
         }
      }
   }
}
material preset_11_bodyMatR
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_11head.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
         }
      }
   }
}
Screenshots: (http://i.imgur.com/gTwhBQN.png)
Title: Re: Preset Help!
Post by: D-ead7Dog 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.
Title: Re: Preset Help!
Post by: HotDogWater on March 20, 2016, 07:51:18 pm
Nope. Still not working. ;(

We won't stop until we get that fixed. ;w;
Thanks. :) I appreciate it.
Title: Re: Preset Help!
Post by: HotDogWater on March 20, 2016, 07:52:47 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.
XD I did what the other person said. Ok, I will c:
Title: Re: Preset Help!
Post by: D-ead7Dog 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. :)
Title: Re: Preset Help!
Post by: HotDogWater on March 20, 2016, 07:59:04 pm
Screenshot after I replaced codes:
(http://i.imgur.com/cYnEzPy.jpg)
Title: Re: Preset Help!
Post by: HotDogWater on March 20, 2016, 07:59:50 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. :)
Ok! Sure thing!
Title: Re: Preset Help!
Post by: D-ead7Dog on March 20, 2016, 08:01:37 pm
Hmm alright now send us a picture of the images file : o
Title: Re: Preset Help!
Post by: Kerriki on March 20, 2016, 08:15:36 pm
Not sure if this has been suggested or not, but have you tried moving the files into another preset folder?
Title: Re: Preset Help!
Post by: HotDogWater on March 20, 2016, 09:10:01 pm
Not sure if this has been suggested or not, but have you tried moving the files into another preset folder?
I have not. I shall. c:
Title: Re: Preset Help!
Post by: HotDogWater on March 20, 2016, 09:12:58 pm
Hmm alright now send us a picture of the images file : o
Alright
Title: Re: Preset Help!
Post by: HotDogWater on March 20, 2016, 09:21:16 pm
Here! :D
(http://i.imgur.com/MgIKGxl.png)
Title: Re: Preset Help!
Post by: HotDogWater on March 20, 2016, 09:24:58 pm
Not sure if this has been suggested or not, but have you tried moving the files into another preset folder?
Nope. Didn't work. :( What is wrong with this thing?!
Title: Re: Preset Help!
Post by: ArcticGalaxy on March 20, 2016, 09:28:36 pm
You're really going to hate me for this, but can you post the coding again as it is right now?
Title: Re: Preset Help!
Post by: HotDogWater on March 20, 2016, 09:51:28 pm
You're really going to hate me for this, but can you post the coding again as it is right now?
Not at all! I am pretty much open to anything right about now. :c
Here!:
material preset_12_bodyMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_12body.png
         }
      }
   }
}
material preset_12_bodyMatR
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_12body.png
         }
      }
   }
}
material preset_12_headMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_12head.png
         }
      }
   }
}
material preset_12_headMatR
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_12head.png
         }
      }
   }
}
material preset_12_eyeMatL
{
   technique
   {
      pass
      {
         cull_hardware none
         cull_software none
         texture_unit
         {
            texture preset_12eye.png
         }
      }
   }
}
material preset_12_eyeMatR
{
   technique
   {
      pass
      {
         cull_hardware none
         cull_software none
         texture_unit
         {
            texture preset_12eye.png
         }
      }
   }
}
material preset_12_tailMat
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_12tail.png
         }
      }
   }
}
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.png
         }
      }
   }
}
material preset_12_equipMatR
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_12equip.png
         }
      }
   }
}
Title: Re: Preset Help!
Post by: G4RG0YLE on March 20, 2016, 09:55:11 pm
I would try removing the 'texture' part that's in front of your .png image file names, simply because sometimes that can mess up how the preset works. Do NOT remove it in your .mat file, but in your .png files just keep it as preset_12body.png etc. If you have 'texture' in your .png image files, you've basically overwritten the whole .mat file as (for example) "texture preset_12body.png" to "texture texture preset_12body.png".
Title: Re: Preset Help!
Post by: D-ead7Dog on March 20, 2016, 09:59:12 pm
Alright I know this was suggested before but bear [hurhur] with us.
Try to change the texture preset_12whatever.png
To something normal. Like ex. Preset_12mane.png for everything that had texture preset_#... in the code.
It may help now. I was going through some old codes I had and adding texture in it [other than texture_unit] might be messing it up this time. x-x

Change this:
Code: [Select]
material preset_12_bodyMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_12body.png
         }
      }
   }
}
material preset_12_bodyMatR
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_12body.png
         }
      }
   }
}
material preset_12_headMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_12head.png
         }
      }
   }
}
material preset_12_headMatR
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_12head.png
         }
      }
   }
}
material preset_12_eyeMatL
{
   technique
   {
      pass
      {
         cull_hardware none
         cull_software none
         texture_unit
         {
            texture preset_12eye.png
         }
      }
   }
}
material preset_12_eyeMatR
{
   technique
   {
      pass
      {
         cull_hardware none
         cull_software none
         texture_unit
         {
            texture preset_12eye.png
         }
      }
   }
}
material preset_12_tailMat
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_12tail.png
         }
      }
   }
}
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.png
         }
      }
   }
}
material preset_12_equipMatR
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_12equip.png
         }
      }
   }
}

to this:
Code: [Select]
material preset_12_bodyMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            preset_12body.png
         }
      }
   }
}
material preset_12_bodyMatR
{
   technique
   {
      pass
      {
         texture_unit
         {
            preset_12body.png
         }
      }
   }
}
material preset_12_headMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            preset_12head.png
         }
      }
   }
}
material preset_12_headMatR
{
   technique
   {
      pass
      {
         texture_unit
         {
            preset_12head.png
         }
      }
   }
}
material preset_12_eyeMatL
{
   technique
   {
      pass
      {
         cull_hardware none
         cull_software none
         texture_unit
         {
            preset_12eye.png
         }
      }
   }
}
material preset_12_eyeMatR
{
   technique
   {
      pass
      {
         cull_hardware none
         cull_software none
         texture_unit
         {
            preset_12eye.png
         }
      }
   }
}
material preset_12_tailMat
{
   technique
   {
      pass
      {
         texture_unit
         {
            preset_12tail.png
         }
      }
   }
}
material preset_12_maneMat
{
   technique
   {
      pass
      {
         lighting off
         cull_hardware none
         cull_software none
         scene_blend alpha_blend
         depth_write off
         texture_unit
         {
            preset_12mane.png
         }
      }
   }
}
material preset_12_equipMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            preset_12equip.png
         }
      }
   }
}
material preset_12_equipMatR
{
   technique
   {
      pass
      {
         texture_unit
         {
            preset_12equip.png
         }
      }
   }
}

don't forget to change it outside of the material code too.
Title: Re: Preset Help!
Post by: HotDogWater on March 20, 2016, 10:02:23 pm
I would try removing the 'texture' part that's in front of your .png image file names, simply because sometimes that can mess up how the preset works. Do NOT remove it in your .mat file, but in your .png files just keep it as preset_12body.png etc. If you have 'texture' in your .png image files, you've basically overwritten the whole .mat file as (for example) "texture preset_12body.png" to "texture texture preset_12body.png".
Alright! I will give it a try!
Title: Re: Preset Help!
Post by: ArcticGalaxy on March 20, 2016, 10:03:42 pm
Oh and another quick question. Is everything in your file folder still labeled 11 or did you change it already?
Title: Re: Preset Help!
Post by: HotDogWater on March 20, 2016, 10:06:08 pm
I would try removing the 'texture' part that's in front of your .png image file names, simply because sometimes that can mess up how the preset works. Do NOT remove it in your .mat file, but in your .png files just keep it as preset_12body.png etc. If you have 'texture' in your .png image files, you've basically overwritten the whole .mat file as (for example) "texture preset_12body.png" to "texture texture preset_12body.png".
Alright! I will give it a try!
Still no! It still shows up Black and Yellow. :(
Title: Re: Preset Help!
Post by: HotDogWater on March 20, 2016, 10:07:51 pm
Oh and another quick question. Is everything in your file folder still labeled 11 or did you change it already?
I have changed it to Folder 12.
Title: Re: Preset Help!
Post by: D-ead7Dog on March 21, 2016, 03:49:46 am
Alright so I looked around a bit on my material files [now that I'm back home from work] and discard my previous codes because I took out the "Texture" part. You need that. Now we should be on the right track!

I'm hoping your material file looks like this now;
Code: [Select]
material preset_12_bodyMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_12body.png
         }
      }
   }
}
material preset_12_bodyMatR
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_12body.png
         }
      }
   }
}
material preset_12_headMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_12head.png
         }
      }
   }
}
material preset_12_headMatR
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_12head.png
         }
      }
   }
}
material preset_12_eyeMatL
{
   technique
   {
      pass
      {
         cull_hardware none
         cull_software none
         texture_unit
         {
            texture preset_12eye.png
         }
      }
   }
}
material preset_12_eyeMatR
{
   technique
   {
      pass
      {
         cull_hardware none
         cull_software none
         texture_unit
         {
            texture preset_12eye.png
         }
      }
   }
}
material preset_12_tailMat
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_12tail.png
         }
      }
   }
}
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.png
         }
      }
   }
}
material preset_12_equipMatR
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_12equip.png
         }
      }
   }
}

And your files are all .png. If they aren't [and the material file isn't either] change it.
Then go to Feralheart>Tools>Preset Maker>Preset_12>Export [if it's not black and yellow still]. 1

Hopefully this should solve it. x-x



STEP ONE:
Open up material file and your Preset Folder [I'm using 8 for my example but yours would be 12]
(http://i.imgur.com/VLrNpJo.png)

STEP TWO:
Make sure they are all reading correctly and written correctly. [Mine says jpg - yours will be read as png so ignore my .jpg]
(http://i.imgur.com/vnRoonJ.png)

Then open up feralheart  and refer back to 1