Currently, using WTexScan on a wad with SKYDEFS and UMAPINFO lumps as below, and which does not otherwise use SKY2, will result in SKY2 being left out of the list.
{
"type": "skydefs",
"version": "1.0.0",
"metadata": { },
"data":
{
"skies":
[
{
"type": 2,
"name": "SKY1",
"mid": 100,
"scrollx": 0,
"scrolly": 0,
"scalex": 1,
"scaley": 1,
"fire": null,
"foregroundtex":
{
"name": "SKY2",
"mid": 100,
"scrollx": 0,
"scrolly": 0,
"scalex": 1,
"scaley": 1
}
}
],
"flatmapping": null
}
}
map MAP01 {
skytexture = "SKY1"
}
Currently, using WTexScan on a wad with SKYDEFS and UMAPINFO lumps as below, and which does not otherwise use SKY2, will result in SKY2 being left out of the list.
{ "type": "skydefs", "version": "1.0.0", "metadata": { }, "data": { "skies": [ { "type": 2, "name": "SKY1", "mid": 100, "scrollx": 0, "scrolly": 0, "scalex": 1, "scaley": 1, "fire": null, "foregroundtex": { "name": "SKY2", "mid": 100, "scrollx": 0, "scrolly": 0, "scalex": 1, "scaley": 1 } } ], "flatmapping": null } }