Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Duhemu

Pages: [1]
1
1. Preset Number? 4, please.
2. two sided? No.
3. Coding? If you can, please make the gold glow.
4. Wings? No.
5.  Picture?(Needed)
6. Other stuff added? Nothing, thanks~!

2
Perhaps an error in your .material file, Cobua. Could you post it?
Acch, I've been without internet for a while.

Anyway..

Code: [Select]
material preset_4_bodyMatL
{
technique
{
pass
{
ambient 0.5 0.5 0.5
texture_unit
{
texture preset_4body.jpg
}
}
pass
{
emissive 1.0 0.0 0.0
scene_blend alpha_blend
texture_unit
{
texture glowmarking1.png
}
}
}
}
material preset_4_bodyMatR
{
technique
{
pass
{
ambient 0.5 0.5 0.5
texture_unit
{
texture preset_4body.jpg
}
}
pass
{
emissive 1.0 0.0 0.0
scene_blend alpha_blend
texture_unit
{
texture glowmarking1.png
}
}
}
}
material preset_4_headMatL
{
technique
{
pass
{
ambient 0.5 0.5 0.5
texture_unit
{
texture preset_4head.jpg
}
}
pass
{
emissive 1.0 1.0 1.0
scene_blend alpha_blend
texture_unit
{
texture glowmarking3.png
}
}
}
}
material preset_10_headMatR
{
technique
{
pass
{
ambient 0.5 0.5 0.5
texture_unit
{
texture preset_4head.jpg
}
}
pass
{
emissive 1.0 1.0 1.0
scene_blend alpha_blend
texture_unit
{
texture glowmaarking3.PNG
}
}

}
}
material preset_10_eyeMatL
{
technique
{
pass
{
cull_hardware none
cull_software none
texture_unit
{
texture preset_4eye.jpg
}
}
}
}
material preset_10_eyeMatR
{
technique
{
pass
{
cull_hardware none
cull_software none
texture_unit
{
texture preset_4eye.jpg
}
}
}
}
material preset_4_tailMat
{
technique
{
pass
{
ambient 0.5 0.5 0.5
texture_unit
{
texture preset_4tail.jpg
}
}
pass
{
emissive 1.0 1.0 1.0
scene_blend alpha_blend
texture_unit
{
texture glowmarking2.png
}
}
}
}
material preset_10_maneMat
{
technique
{
pass
{
ambient 0.5 0.5 0.5
cull_hardware none
cull_software none
scene_blend alpha_blend
alpha_rejection greater_equal 250
texture_unit
{
texture preset_4mane.PNG
}
}
}
}

3
I'm having quite the problem.
I've completely followed the tutorial, but this is what keeps happening.

This was a test run.
The glowmarkings are in the same place but the textures are all warped, such as the face texture is on the body, and I have no idea where the body texture is.
Do you think you can help?

Pages: [1]