Skip to content

Commit e3e59b9

Browse files
committed
update default config to disable UV export
1 parent efbe135 commit e3e59b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GameData/000_TexturesUnlimited/GeneralConfiguration.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ TEXTURES_UNLIMITED
1313
//there should only ever be one UV_EXPORT, and it should always be named 'default'
1414
//failure to follow these procedures will result in incorrect loading of configuration
1515
name = default
16-
exportUVs = true
16+
exportUVs = false
1717
//relative to KSP executable path
1818
//so this, by default, places the maps into a folder <KSPInstall>/exportedUVMaps/<model directories>
1919
exportPath = exportedUVMaps

0 commit comments

Comments
 (0)