Feral Heart

Help & Guidance => Game Help => Topic started by: SenseiRei on June 07, 2018, 02:40:43 am

Title: Preset Strange Error
Post by: SenseiRei on June 07, 2018, 02:40:43 am
Okay guys... I was editing a preset, making an added texture to apply to the left side of the body. touching NOTHING ELSE IN THE CODE
 I boot up the game and the MANE material file was MISSING ENTIRELY! giving a "Basewhite"

Now im unsure what i did! I scrolled down, the code for the mane untouched. and the file all good. so im dead confused...
Title: Re: Preset Strange Error
Post by: D-ead7Dog on June 07, 2018, 03:15:58 am
Change your file to .png or .jpg. Should solve the problem.
Basewhite just means the file is different [file itself] than what is written on the material file for the mane.

I changed the left side of my preset to .jpg and kept the right side as .png to show you what happens if the material file is not
matched up correctly. This'll happen! [Except in your case it would be the mane]
(https://i.imgur.com/NSOGFMb.png)
Title: Re: Preset Strange Error
Post by: SenseiRei on June 07, 2018, 04:14:22 am
attempted that as well... and back to PNG...
Title: Re: Preset Strange Error
Post by: SenseiRei on June 07, 2018, 04:25:38 am
(https://orig00.deviantart.net/0a44/f/2018/157/8/3/base_white_error_for_preset_mane_by_royaldog12serrorlogs-dcdouek.png)
Title: Re: Preset Strange Error
Post by: Lucius on June 07, 2018, 04:32:26 am
You're missing an opening bracket ({) under the "material preset_4_maneMat" line.

Should be:

Code: [Select]
material preset_4_maneMat
{
technique
{
pass
{
shading phong
ambient 0.6 0.6 0.6 1
specular 0 0 0 0 128
lighting on
cull_hardware none
cull_software none
depth_write off
texture_unit
{
texture preset_4mane.jpg
}
}
}
}
Title: Re: Preset Strange Error
Post by: D-ead7Dog on June 07, 2018, 05:04:06 am
Looks like they beat me to it. Hopefully that’ll solve it :)
Title: Re: Preset Strange Error
Post by: SenseiRei on June 07, 2018, 07:18:22 pm
-spits coffee-