Home
Forum
Staff
Manual
Download
Rules
Official DA
T's C's & Priv Policy
Play Game
Feral Heart
News:
{*} Want to be a Developer for FeralHeart? {*}
Home
Help
Search
Login
Register
Feral Heart
»
Help & Guidance
»
Game Help
»
Presets are white!
« previous
next »
Print
Pages: [
1
]
Author
Topic: Presets are white! (Read 1432 times)
GamerGirl
Guest
Presets are white!
«
on:
October 03, 2011, 12:25:32 am »
When I try to make a new preset, all of them turn white in-game. But yet, somehow the default preset_1 and preset_2 presets show up with their designs. How can I fix this?
Logged
GamerGirl
Guest
Re: Presets are white!
«
Reply #1 on:
October 03, 2011, 12:29:40 am »
Haha, just solved my own problem
I still had them as PNG files rather than JPG files. Oops, well, if anyone has the same question, I hope this helps lol
Logged
Definition
Dedicated Supporter
Posts: 292
Floof-O-Meter: 20
Re: Presets are white!
«
Reply #2 on:
October 03, 2011, 12:30:13 am »
Open up the .material file with notepad and edit it with the name of the images/textures you put in the preset folder.
material:
material preset_4_bodyMatL
{
technique
{
pass
{
texture_unit
{
texture
preset_4body.jpg
}
}
}
}
material preset_4_bodyMatR
{
technique
{
pass
{
texture_unit
{
texture
preset_4body.jpg
}
}
}
}
material preset_4_headMatL
{
technique
{
pass
{
texture_unit
{
texture
preset_4head.jpg
}
}
}
}
material preset_4_headMatR
{
technique
{
pass
{
texture_unit
{
texture
preset_4head.jpg
}
}
}
}
material preset_4_eyeMatL
{
technique
{
pass
{
cull_hardware none
cull_software none
texture_unit
{
texture
preset_4eye.jpg
}
}
}
}
material preset_4_eyeMatR
{
technique
{
pass
{
cull_hardware none
cull_software none
texture_unit
{
texture
preset_4eye.jpg
}
}
}
}
material preset_4_tailMat
{
technique
{
pass
{
texture_unit
{
texture
preset_4tail.jpg
}
}
}
}
material preset_4_maneMat
{
technique
{
pass
{
lighting off
cull_hardware none
cull_software none
scene_blend alpha_blend
depth_write off
texture_unit
{
texture
preset_4mane.png
}
}
}
}
Logged
Print
Pages: [
1
]
« previous
next »
Feral Heart
»
Help & Guidance
»
Game Help
»
Presets are white!