It also happens on other maps eg gunmetal v10:

http://springfiles.com/spring/spring-ma ... tal-harbor
Did something change on how texture files should be included or is it a bug?
Moderator: Moderators
You want:resources_map.lua wrote:Code: Select all
local resources = { projectiletextures = { map_smoke = "map_smoke.tga", map_foam = "foam.tga", }, }
Code: Select all
local resources = {
graphics = {
projectiletextures = {
map_smoke = "map_smoke.tga",
map_foam = "foam.tga",
},
},
}