Author Topic: Another Preset Help Thread..  (Read 2600 times)

Offline Toxikk

  • Finest Floof
  • ***
  • Posts: 525
  • Floof-O-Meter: 16
  • HoNk!
    • View Profile
Another Preset Help Thread..
« on: August 06, 2011, 09:22:04 pm »
So, I need help once again.. xD

Anyway, what I need help with is, for example, if you have a preset that has a marking on only one side, and not the other side, how do you make that side not have the same marking as the other? Sorry for making so many preset help threads, but sometimes I have trouble with presets. Lol, so help? Please?

Offline Rimfrost

  • ? ? Music for the soul ? ?
  • Community Champion
  • ****
  • Posts: 1,741
  • Floof-O-Meter: 167
  • Mew~
    • View Profile
    • My deviantART page
Re: Another Preset Help Thread..
« Reply #1 on: August 06, 2011, 09:27:12 pm »
First, make one preset of example the markings you want on right side, name it to presetright_1-10body
Then make the left one and name it to presetleft_1-10body

Go to the presets folder and open the material file as notepad, write in the name on each preset image file under texture_unit


Offline Ruby1234

  • Mean Tutorial Queen
  • Elder Grey Pelt
  • ****
  • Posts: 2,794
  • Country: us
  • Floof-O-Meter: 297
  • aka Phloxenfree.
    • View Profile
Re: Another Preset Help Thread..
« Reply #2 on: August 06, 2011, 09:31:52 pm »
Basically what Rimfrost said.

Open the material file, and under the

bodyMatL
section of the code, is where you put the name of the image that goes on the left side of the preset.

Same for the right. Under the
bodyMatR section of the code is where you put the image that you want on the right side.

Same for head and eyes.

Fath

  • Guest
Re: Another Preset Help Thread..
« Reply #3 on: August 06, 2011, 09:34:32 pm »
FTTT ASK YOURSELF FORUM HELPER XD

kidding eue

If you need help you can always PM me, i know alot about presets and all that =D -kerma, yes kerma, not karma-

Offline Ruby1234

  • Mean Tutorial Queen
  • Elder Grey Pelt
  • ****
  • Posts: 2,794
  • Country: us
  • Floof-O-Meter: 297
  • aka Phloxenfree.
    • View Profile
Re: Another Preset Help Thread..
« Reply #4 on: August 06, 2011, 09:35:30 pm »
I'm sure a lot of people know about presets. ;)

Fath

  • Guest
Re: Another Preset Help Thread..
« Reply #5 on: August 06, 2011, 09:36:44 pm »
XD Lotsa people do indeed

Offline Toxikk

  • Finest Floof
  • ***
  • Posts: 525
  • Floof-O-Meter: 16
  • HoNk!
    • View Profile
Re: Another Preset Help Thread..
« Reply #6 on: August 06, 2011, 09:47:05 pm »
Done that. My presets body is now just white..
All other textures show though.

Offline Ruby1234

  • Mean Tutorial Queen
  • Elder Grey Pelt
  • ****
  • Posts: 2,794
  • Country: us
  • Floof-O-Meter: 297
  • aka Phloxenfree.
    • View Profile
Re: Another Preset Help Thread..
« Reply #7 on: August 06, 2011, 09:50:00 pm »
Did you type it correctly? Maybe paste it here so we can see?

Offline Toxikk

  • Finest Floof
  • ***
  • Posts: 525
  • Floof-O-Meter: 16
  • HoNk!
    • View Profile
Re: Another Preset Help Thread..
« Reply #8 on: August 06, 2011, 09:51:27 pm »
Code: [Select]
material preset_1_bodyMatL
{
technique
{
pass
{
texture_unit
{
texture PresetLeft_1Body.jpg
}
}
}
}
}material Preset_1RightBodyMat
{
technique
{
pass
{
texture_unit
{
texture PresetRight_1Body.jpg
}
}
}
}

Fath

  • Guest
Re: Another Preset Help Thread..
« Reply #9 on: August 06, 2011, 09:53:18 pm »
Found your problem, here gimmie a second to fix it...


Code: [Select]
material preset_1_bodyMatL
{
technique
{
pass
{
texture_unit
{
texture PresetLeft_1Body.jpg
}
}
}
}
material Preset_1_bodyMatR
{
technique
{
pass
{
texture_unit
{
texture PresetRight_1Body.jpg
}
}
}
}

DId that fix it? you had a } behind Material Preset_1_bodyMatR and you wrote it Preset_1BodyRighMat or something like that, it HAS to be Preset_1_bodyMatR
« Last Edit: August 06, 2011, 09:55:57 pm by Nynth »