Author Topic: my Preset turned white?  (Read 1828 times)

Offline angelwolf303

  • Familiar Grounds Dweller
  • **
  • Posts: 81
  • Country: 00
  • Floof-O-Meter: 3
  • Hey..:P I Like... Pie
    • View Profile
my Preset turned white?
« on: February 05, 2013, 01:16:03 pm »
I was changing the texture of my old preset and i made a new one and for some reason its Half white. and It wont fix
Heres a Picture of what I see. Please Help :( i really want to use the preset after i finish it. >:( >:( >:(


Offline LordSuragaha

  • The Karen Slayer
  • Immortal Legend
  • *****
  • Posts: 11,027
  • Country: 00
  • Floof-O-Meter: 1052
    • View Profile
Re: my Preset turned white?
« Reply #1 on: February 05, 2013, 01:20:52 pm »
You should check that preset's material file and make sure all the coding is right especially that the preset file names themselves correspond to the proper coding names within the material file.
« Last Edit: February 05, 2013, 01:22:32 pm by LordSuragaha »

Offline Slydragon99

  • Finest Floof
  • ***
  • Posts: 693
  • Country: ca
  • Floof-O-Meter: 30
  • am dead
    • View Profile
    • tumblr
Re: my Preset turned white?
« Reply #2 on: February 05, 2013, 01:22:14 pm »
Some file or something in the coding has gone wrong. Check that you have the file correctly named and the coding matches up.

(The coding probably says preset_1bodyR, and the body file is probably named preset_1body)

If not, PM your material file to me, and I can fix it up with the other two that I need to for now.


art by dearhunters on da

Flying cow

  • Guest
Re: my Preset turned white?
« Reply #3 on: February 05, 2013, 01:44:47 pm »
Material file is messed up. If it us just a normal material then is should be something like this

EXAMPLE: (Remove the 'Can be jpg' and replace the '0' with the number of the preset c:]
Code: [Select]
material preset_0_bodyMatL
{
technique
{
pass
{
texture_unit
{
texture preset_0body.png [Can be jpg as well.]
}
}
}
}
material preset_0_bodyMatR
{
technique
{
pass
{
texture_unit
{
texture preset_0body.png [Can be jpg as well.]
}
}
}
}

You can edit the code, as in replace the 'bodyMat' with say 'headMat' Just to fix up the rest of the files :3
« Last Edit: February 05, 2013, 01:47:06 pm by Circumviso »

Offline angelwolf303

  • Familiar Grounds Dweller
  • **
  • Posts: 81
  • Country: 00
  • Floof-O-Meter: 3
  • Hey..:P I Like... Pie
    • View Profile
Re: my Preset turned white?
« Reply #4 on: February 05, 2013, 02:05:54 pm »
thank you so Much for all your advice i'm pretty sure i can fix it now i just wasn't sure what was going on XD and slydragon do i re name the files? Quote:Some file or something in the coding has gone wrong. Check that you have the file correctly named and the coding matches up.

(The coding probably says preset_1bodyR, and the body file is probably named preset_1body)

If not, PM your material file to me, and I can fix it up with the other two that I need to for now.
« Last Edit: February 05, 2013, 02:12:19 pm by ::~DarkendWolf::~ »