Feral Heart

Help & Guidance => Game Help => Topic started by: Toxikk on August 06, 2011, 09:22:04 pm

Title: Another Preset Help Thread..
Post by: Toxikk 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?
Title: Re: Another Preset Help Thread..
Post by: Rimfrost 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

(http://i56BannedImageSite/4sb0xd.jpg)
Title: Re: Another Preset Help Thread..
Post by: Ruby1234 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.
Title: Re: Another Preset Help Thread..
Post by: Fath 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-
Title: Re: Another Preset Help Thread..
Post by: Ruby1234 on August 06, 2011, 09:35:30 pm
I'm sure a lot of people know about presets. ;)
Title: Re: Another Preset Help Thread..
Post by: Fath on August 06, 2011, 09:36:44 pm
XD Lotsa people do indeed
Title: Re: Another Preset Help Thread..
Post by: Toxikk on August 06, 2011, 09:47:05 pm
Done that. My presets body is now just white..
All other textures show though.
Title: Re: Another Preset Help Thread..
Post by: Ruby1234 on August 06, 2011, 09:50:00 pm
Did you type it correctly? Maybe paste it here so we can see?
Title: Re: Another Preset Help Thread..
Post by: Toxikk 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
}
}
}
}
Title: Re: Another Preset Help Thread..
Post by: Fath 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
Title: Re: Another Preset Help Thread..
Post by: Toxikk on August 07, 2011, 12:25:59 am
xD Still not working.
Body's still white..
Title: Re: Another Preset Help Thread..
Post by: Fath on August 07, 2011, 01:08:40 am
Humm....

If you PM me the materail and pictures I can tweak it around and make it work, then give it back to you if you want =D

Cus, other then that, i have like no idea what to do O.e
Title: Re: Another Preset Help Thread..
Post by: Toxikk on August 07, 2011, 01:20:14 am
Uh, okay, sure..
Anyone else know?
Title: Re: Another Preset Help Thread..
Post by: Rak$ha on August 07, 2011, 03:28:41 am
To make one side different to the other, you need to make two body textures.
Call one BodyL and one BodyR. I put my presets in png format, but jpg works too.
As posted above, there are places to put the names of the textures for the left and right side of the body.
Put the BodyR texture into Preset_1_BodyR place, and opposite for the BodyL.
Make sure your textures are jpg or change the .jpg to the right format, common mistake I make xD