Feral Heart

Help & Guidance => Game Help => Topic started by: Aerothelion on June 27, 2018, 06:21:17 pm

Title: Custom terrain texture error?
Post by: Aerothelion on June 27, 2018, 06:21:17 pm
I've made a few terrain textures that I would like to use on a map, but they show up black/yellow? They're all 512x512 images, .jpg files and in the terrain texture folder... What can be causing this?

(https://i.gyazo.com/74163c9b90ee38f3bb89a0df7f1bbfe1.png)
Title: Re: Custom terrain texture error?
Post by: Jixmix on June 27, 2018, 06:34:55 pm
Hopefully I should be able to help you out!

Is that supposed to be a map that you may have downloaded? Make sure you have all the textures and code with the map. Make sure you havent made any new typo's in the original file. Make sure the coding matches the exact name of the file. If a texture appears yellow and black, Its the game trying to search for the etxture file that doesnt exist, so it usally goes that black and yellow. Check the material code and make sure their arent any typos in the code lines and they should all match up ^^
Title: Re: Custom terrain texture error?
Post by: Kuri on June 27, 2018, 08:40:50 pm
Spaces in the texture file names can cause this.
Title: Re: Custom terrain texture error?
Post by: Aerothelion on June 28, 2018, 04:41:54 am
Just tried removing the space from the terrain names and all seems to be fixed. Thanks!