Feral Heart
Help & Guidance => Game Help => Topic started by: damiian on October 13, 2015, 09:58:07 am
-
I've been trying to get a scrolling mane code to work to do a preset for a friend of a rainbow mane
All i have in the folder is preset_1mat and the preset_1mane.png (simply a rainbow texture)
However when i go in game and bring it up its fine but then when i select a mane it crashes over and over again
The Mat code im using:
material preset_1_bodyMatL
{
technique
{
pass
{
texture_unit
{
texture preset_1body.jpg
}
}
}
}
material preset_1_bodyMatR
{
technique
{
pass
{
texture_unit
{
texture preset_1body.jpg
}
}
}
}
material preset_1_headMatL
{
technique
{
pass
{
texture_unit
{
texture preset_1head.jpg
}
}
}
}
material preset_1_headMatR
{
technique
{
pass
{
texture_unit
{
texture preset_1head.jpg
}
}
}
}
material preset_1_eyeMatL
{
technique
{
pass
{
cull_hardware none
cull_software none
texture_unit
{
texture preset_1eyeL.jpg
}
}
}
}
material preset_1_eyeMatR
{
technique
{
pass
{
cull_hardware none
cull_software none
texture_unit
{
texture preset_1eyeR.jpg
}
}
}
}
material preset_1_tailMat
{
technique
{
pass
{
texture_unit
{
texture preset_1tail.jpg
}
}
}
}
material preset_1_maneMat
{
technique
{
pass
{
texture_unit
{
texture preset_1scroll.png
scroll_anim 1.01 1.01
}
}
pass
{
scene_blend alpha_blend
texture_unit
{
texture preset_1mane.png
}
}
}
}
-
Well, I just tested all y'er coding, and it appears just fine on m'screen. What it could be is a misplaced file or perhaps a corrupted one. 'Ave ye messed with any of the files located in the Models folder? 'Tis where, I believe, the mane files are located.
'Tis it just a certain mane ye are clicking on, or 'ave ye tried the other manes? M'manes were working just fine with the coding ye provided and I 'ave not found any typos in there, as of yet.
Any new mods ye downloaded, by chance? Although 'tis a far stretch, a mod could 'ave tampered with the FH files to cause this crash.
-
the only things i have in the texture file with the mane i use are mass markings
i've not moved or touched anything in any other files what so ever
i appear to have all the correct models as well since i just checked and i never touch anything from that file
-
Well, it could very well be the preset mane itself. What did ye use to make the mane? Is there only some transparency to the mane or is it completely invisible? Try compressing the layers of the mane, if there is more to it than transparency, before exporting. FH could just be touchy.
It could also be the picture y'er using f'er the scrolling code. Make sure 'tis a box [512x512] or this will most likely be the cause of y'er crash.
If none of these work, I would be happy to work on the files m'self to see what's going on-if ye wouldn't mind sharing them with me. Fingers crossed f'er ye though!