Author Topic: Custom terrain texture error?  (Read 680 times)

Offline Aerothelion

  • Forum Newcomer
  • *
  • Posts: 7
  • Country: us
  • Floof-O-Meter: 0
    • View Profile
Custom terrain texture error?
« 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?


Jixmix

  • Guest
Re: Custom terrain texture error?
« Reply #1 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 ^^

Offline Kuri

  • Immortal Legend
  • *****
  • Posts: 8,168
  • Country: nz
  • Floof-O-Meter: 136
  • Foreboding evil harmless kitten.
    • dumbstuff4friends
    • channel/UCo42jgbLvEzkofpOin0_a4A
    • View Profile
Re: Custom terrain texture error?
« Reply #2 on: June 27, 2018, 08:40:50 pm »
Spaces in the texture file names can cause this.
The Japanese concept of wabisabi:
The closest concept in english would be 'rustic'
They might have an old thing, one example is a favourite bowl or dish, it's broken, pieces are missing, why fix it?  With gold and pieces from other dishes?
"Because it was my favourite & I like it"

Offline Aerothelion

  • Forum Newcomer
  • *
  • Posts: 7
  • Country: us
  • Floof-O-Meter: 0
    • View Profile
Re: Custom terrain texture error?
« Reply #3 on: June 28, 2018, 04:41:54 am »
Just tried removing the space from the terrain names and all seems to be fixed. Thanks!