Author Topic: Can't change color of preset eyes/mouth?  (Read 2804 times)

Offline OreoHeroz

  • Taco-Hat
  • Elder Grey Pelt
  • ****
  • Posts: 3,225
  • Country: 00
  • Floof-O-Meter: 142
    • View Profile
Can't change color of preset eyes/mouth?
« on: October 13, 2013, 06:58:22 pm »
So I'm creating a preset as a request for someone, but for some reason, I can't change the color of the eyes and teeth. I could for my last preset, but for some reason, I can't do it for the requested one.







For the mouth, I have already tried making it a different color, but it still is yellow and black (the regular looks if it is a preset and you add a mane or something)



Any suggestions? Thanks!

Offline hugrf2

  • Purple Derple
  • Honored Hero
  • *****
  • Posts: 5,314
  • Country: us
  • Floof-O-Meter: 120
  • wrow
    • hugrf
    • channel/UChLphw5s3-hS8EFAgnNv6FQ
    • hugrf
    • hugrf
    • Ain't nobody got time fo' dat
    • View Profile
Re: Can't change color of preset eyes/mouth?
« Reply #1 on: October 13, 2013, 07:27:45 pm »
Could be something wrong with the code in the eyes. Maybe try pasting it here and I could try and look through it, or you could try? That's my only suggestion...

Offline Whinp

  • Finest Floof
  • ***
  • Posts: 916
  • Country: 00
  • Floof-O-Meter: 50
    • View Profile
Re: Can't change color of preset eyes/mouth?
« Reply #2 on: October 13, 2013, 08:11:22 pm »
Depending on the folder, make sure you named preset_eye# (# = the number of the folder - for example, if it's in preset_6, you should name it preset_eye6).
If it doesn't work check the coding. You may had messed it up causing the script to not work correctly.
Otherwise, you can move the preset's textures to another folder, rename them, and trying in-game.

Hope this helps! ;)




In-game name as: Whinp




Offline OreoHeroz

  • Taco-Hat
  • Elder Grey Pelt
  • ****
  • Posts: 3,225
  • Country: 00
  • Floof-O-Meter: 142
    • View Profile
Re: Can't change color of preset eyes/mouth?
« Reply #3 on: October 13, 2013, 08:16:34 pm »
Could be something wrong with the code in the eyes. Maybe try pasting it here and I could try and look through it, or you could try? That's my only suggestion...

Code: [Select]
material preset_4_bodyMatL
{
technique
{
pass
{
texture_unit
{
texture preset_4body.jpg
}
}
}
}
material preset_4_bodyMatR
{
technique
{
pass
{
texture_unit
{
texture preset_4body.jpg
}
}
}
}
material preset_4_headMatL
{
technique
{
pass
{
texture_unit
{
texture preset_4head.jpg
}
}
}
}
material preset_4_headMatR
{
technique
{
pass
{
texture_unit
{
texture preset_4head.jpg
}
}
}
}
material preset_4_eyeMatL
{
technique
{
pass
{
cull_hardware none
cull_software none
texture_unit
{
texture preset_4eye.jpg
}
}
}
}
material preset_4_eyeMatR
{
technique
{
pass
{
cull_hardware none
cull_software none
texture_unit
{
texture preset_4eye.jpg
}
}
}
}
material preset_4_tailMat
{
technique
{
pass
{
texture_unit
{
texture preset_4tail.jpg
}
}
}
}
material preset_4_maneMat
{
technique
{
pass
{
lighting off
cull_hardware none
cull_software none
scene_blend alpha_blend
depth_write off
texture_unit
{
texture preset_4mane.png
}
}
}
}




Depending on the folder, make sure you named preset_eye# (# = the number of the folder - for example, if it's in preset_6, you should name it preset_eye6).
If it doesn't work check the coding. You may had messed it up causing the script to not work correctly.
Otherwise, you can move the preset's textures to another folder, rename them, and trying in-game.

Hope this helps! ;)

I name the folder: preset_4eyes

Would that work, since I have named my previous folder the same way?

Offline Whinp

  • Finest Floof
  • ***
  • Posts: 916
  • Country: 00
  • Floof-O-Meter: 50
    • View Profile
Re: Can't change color of preset eyes/mouth?
« Reply #4 on: October 13, 2013, 08:20:06 pm »
Hmm... First, are you sure the eye's texture is JPG or PNG?




In-game name as: Whinp




Offline hugrf2

  • Purple Derple
  • Honored Hero
  • *****
  • Posts: 5,314
  • Country: us
  • Floof-O-Meter: 120
  • wrow
    • hugrf
    • channel/UChLphw5s3-hS8EFAgnNv6FQ
    • hugrf
    • hugrf
    • Ain't nobody got time fo' dat
    • View Profile
Re: Can't change color of preset eyes/mouth?
« Reply #5 on: October 13, 2013, 08:31:24 pm »
I'm brainless... maybe try switching it to .png then back to .jpg or keeping it .png? Also, try right clicking and clicking rename, copy both the eye texture's name and pasting it next to "texture" in the code?

Not sure, just a few suggestions that might help maybe, if you can try that. Also, Kijiako said something that is a suggested suggestion maybe, to me... o3o

Offline Whinp

  • Finest Floof
  • ***
  • Posts: 916
  • Country: 00
  • Floof-O-Meter: 50
    • View Profile
Re: Can't change color of preset eyes/mouth?
« Reply #6 on: October 13, 2013, 08:35:39 pm »
Depending on the folder, make sure you named preset_eye# (# = the number of the folder - for example, if it's in preset_6, you should name it preset_eye6).
If it doesn't work check the coding. You may had messed it up causing the script to not work correctly.
Otherwise, you can move the preset's textures to another folder, rename them, and trying in-game.

Hope this helps! ;)

I name the folder: preset_4eyes

Would that work, since I have named my previous folder the same way?

What? it's not to name the folder, the name of the folder STILL is preset_4, but the texture EYE is preset_6eye. Sorry if I confused you in any way o.o




In-game name as: Whinp




Offline OreoHeroz

  • Taco-Hat
  • Elder Grey Pelt
  • ****
  • Posts: 3,225
  • Country: 00
  • Floof-O-Meter: 142
    • View Profile
Re: Can't change color of preset eyes/mouth?
« Reply #7 on: October 13, 2013, 08:44:01 pm »
Depending on the folder, make sure you named preset_eye# (# = the number of the folder - for example, if it's in preset_6, you should name it preset_eye6).
If it doesn't work check the coding. You may had messed it up causing the script to not work correctly.
Otherwise, you can move the preset's textures to another folder, rename them, and trying in-game.

Hope this helps! ;)

I name the folder: preset_4eyes

Would that work, since I have named my previous folder the same way?

What? it's not to name the folder, the name of the folder STILL is preset_4, but the texture EYE is preset_6eye. Sorry if I confused you in any way o.o

Oh sorry, I meant the file name. Not the folder. xD I name it: preset_4eyes.jpg

Offline Whinp

  • Finest Floof
  • ***
  • Posts: 916
  • Country: 00
  • Floof-O-Meter: 50
    • View Profile
Re: Can't change color of preset eyes/mouth?
« Reply #8 on: October 13, 2013, 08:46:04 pm »
Umm... Houston, we have a big problem here. XP
Well have you tried to move to another folder the textures and rename it?




In-game name as: Whinp




Offline OreoHeroz

  • Taco-Hat
  • Elder Grey Pelt
  • ****
  • Posts: 3,225
  • Country: 00
  • Floof-O-Meter: 142
    • View Profile
Re: Can't change color of preset eyes/mouth?
« Reply #9 on: October 13, 2013, 08:55:17 pm »
I'll try that.

Edit: Still the same. Dx
« Last Edit: October 13, 2013, 08:58:32 pm by OreoHeroz »