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 - ShadowTheShagnus

Pages: [1]
1
Game Help / Re: Problems With Using Presets That I made
« on: April 06, 2018, 07:21:21 pm »
Ywep, they are

2
Game Help / Re: Problems With Using Presets That I made
« on: April 05, 2018, 06:53:36 pm »
Code: [Select]
material preset_3_bodyMatL
{
technique
{
pass
{
texture_unit
{
texture preset_3body.jpg
}
}
}
}
material preset_3_bodyMatR
{
technique
{
pass
{
texture_unit
{
texture preset_3body.jpg
}
}
}
}
material preset_3_headMatL
{
technique
{
pass
{
texture_unit
{
texture preset_3head.jpg
}
}
}
}
material preset_3_headMatR
{
technique
{
pass
{
texture_unit
{
texture preset_3head.jpg
}
}
}
}
material preset_3_eyeMatL
{
technique
{
pass
{
cull_hardware none
cull_software none
texture_unit
{
texture preset_3eye.jpg
}
}
}
}
material preset_3_eyeMatR
{
technique
{
pass
{
cull_hardware none
cull_software none
texture_unit
{
texture preset_3eye.jpg
}
}
}
}
material preset_3_tailMat
{
technique
{
pass
{
texture_unit
{
texture preset_3tail.jpg
}
}
}
}
material preset_3_maneMat
{
technique
{
pass
{
lighting off
cull_hardware none
cull_software none
scene_blend alpha_blend
depth_write off
texture_unit
{
texture preset_3mane.png
}
}
}
}


This thing? :'')

3
Game Help / Problems With Using Presets That I made
« on: April 04, 2018, 07:40:53 pm »
So, I tried for the first time to make a preset, I saw some tutorials but when I go to creativity den and select preset3 (in which I saved the one I amde), nothing happens, and the canine continues white. What am I doing wrong? ;-;

Pages: [1]