Warnings about unknown textures not assigned in the map
Posted: Thu Dec 24, 2020 11:24 pm
I have renamed several textures that I have been using for editing a map. In my map editor (Eureka) I have mass-replaced the old names with the new ones.
Now when I open this map in GZDoom, it gives these warnings:
However in Eureka I don't find (by Find/Replace and inserting the name of the texture) any occurrences of these textures in this map! And if I am not mistaken, Eureka does not allow selecting a linedef by its number. However I manually found some of these lines and they seem to have the new texture names on them. For example, linedef 696 definitely has a "WODSTR" texture, not "WOOD27A". It did have "WOOD27A" before, but it was successfully mass-replaced with the new name.
Maybe someone could take a look at the map and tell me why GZDoom gives these warnings?
Now when I open this map in GZDoom, it gives these warnings:
Code: Select all
Unknown bottom texture 'WOOD27A' on first side of linedef 686
Unknown bottom texture 'WOOD27A' on first side of linedef 687
Unknown bottom texture 'WOOD27A' on first side of linedef 688
Unknown bottom texture 'WOOD27A' on first side of linedef 689
Unknown bottom texture 'WOOD27A' on first side of linedef 690
Unknown bottom texture 'WOOD27A' on first side of linedef 691
Unknown bottom texture 'WOOD27A' on first side of linedef 692
Unknown bottom texture 'WOOD27A' on first side of linedef 693
Unknown bottom texture 'WOOD27A' on first side of linedef 694
Unknown bottom texture 'WOOD27A' on first side of linedef 695
Unknown bottom texture 'WOOD27A' on first side of linedef 696
Unknown bottom texture 'WOOD27A' on first side of linedef 697
Unknown bottom texture 'WOOD27A' on first side of linedef 698
Unknown bottom texture 'WOOD27A' on first side of linedef 699
Unknown bottom texture 'WOOD27A' on first side of linedef 700
Unknown bottom texture 'WOOD27A' on first side of linedef 701
Unknown bottom texture 'WOOD27A' on first side of linedef 702
Unknown bottom texture 'WOOD27A' on first side of linedef 703
Unknown bottom texture 'WOOD27A' on first side of linedef 704
Unknown bottom texture 'WOOD27A' on first side of linedef 705
Unknown top texture 'GROUND20' on first side of linedef 868
Unknown bottom texture 'GROUND20' on first side of linedef 868
Missing texture 'WOOD27A' is used 4 more times
Maybe someone could take a look at the map and tell me why GZDoom gives these warnings?