Feral Heart
Help & Guidance => Game Help => Topic started by: HollisterWolfie on January 19, 2013, 02:44:54 pm
-
Well, I exported my map (My first map) and people keep saying that the textures on my dens (They were downloaded) don't show. What do I do? I already tried exporting the .material files and the .png (Textures) files.
-
Maybe putting it in the Material file?
-
I did. I told them to put the files that I gave to them into Materials and Textures. ;w;
-
Hmm..I'm not very good at maps..but i'll try my best to help.
Hmm..Maybe taking out the stuff from the textures and put them in materials? Or Terrians?
-
I tried.. I don't know. Its my first map with downloaded meshes and the thing is, only the dens are like a white marshmellowy colour.
-
If you have custom textures, you need to make sure you've created a .material file for them. That means that you have an actual material file detailing that texture you're using, otherwise when you export it won't be there.
What I mean by this is, if I'm using a custom texture, say called "DataLog.jpg", I need to make a material file that has this has the texture.
Simply find a .material file in your my_objects folder and make a copy of it. Then rename it to like Wolfie Textures. Open it and erase whats ever in there and then create a custom coding for it. Mine would be:
material datalog
{
technique
{
pass
{
cull_hardware none
cull_software none
texture_unit
{
texture DataLog.jpg
}
}
}
}
You can simply replace the name of my files with yours to make it work, much like with anything. Then you can load up the material again in your object maker for the dens and save over the old ones, it will change all the things in your map and you can just re-export it.
-
Thank you so much Cloud but I fixed the problem, in the update to my map I'll make all the dens plant dens. :'D But anyways, thanks a bunch to both Thrillex and Cloudy. I'll keep that in mind when I do decide to use the dens again.
-
Ya..Glad to see it's working..:)