NetKAN generated mods - OutOfGalaxySkybox-1.1

This commit is contained in:
NetKAN inflator Robot 2020-11-05 00:35:18 +00:00
parent 924f3b3eef
commit bf1bccc11d
1 changed files with 2 additions and 27 deletions

View File

@ -22,33 +22,8 @@
], ],
"install": [ "install": [
{ {
"find_regexp": "GalaxyTex_PositiveX.png", "find_regexp": ".*\\.png",
"install_to": "GameData/TextureReplacer/Default", "install_to": "GameData/OutOfGalaxySkybox/TextureReplacer/Default",
"find_matches_files": true
},
{
"find_regexp": "GalaxyTex_PositiveY.png",
"install_to": "GameData/TextureReplacer/Default",
"find_matches_files": true
},
{
"find_regexp": "GalaxyTex_PositiveZ.png",
"install_to": "GameData/TextureReplacer/Default",
"find_matches_files": true
},
{
"find_regexp": "GalaxyTex_NegativeX.png",
"install_to": "GameData/TextureReplacer/Default",
"find_matches_files": true
},
{
"find_regexp": "GalaxyTex_NegativeY.png",
"install_to": "GameData/TextureReplacer/Default",
"find_matches_files": true
},
{
"find_regexp": "GalaxyTex_NegativeZ.png",
"install_to": "GameData/TextureReplacer/Default",
"find_matches_files": true "find_matches_files": true
} }
], ],