Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ ACTIVE_TEXTURE_MANAGER
mipmaps = true

### Resize the texture by the scale specified. Use powers
### of two for best efficiency. 1 is no scalling, 2, is 1/2
### of two for best efficiency. 1 is no scalling, 2 is 1/2
### 4 is 1/4, etc.
scale = 2

Expand Down Expand Up @@ -92,6 +92,13 @@ OVERRIDES
max_size = 0
make_not_readable = false
}
.*/Icons/.*
{
compress = true
mipmaps = false
scale = 1
max_size = 0
}
}

### Specific sections can be added in config files
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ ACTIVE_TEXTURE_MANAGER
mipmaps = true

### Resize the texture by the scale specified. Use powers
### of two for best efficiency. 1 is no scalling, 2, is 1/2
### of two for best efficiency. 1 is no scalling, 2 is 1/2
### 4 is 1/4, etc.
scale = 1

Expand Down Expand Up @@ -74,7 +74,6 @@ OVERRIDES
scale = 1
max_size = 0
}

.*/Flags/.*
{
compress = true
Expand All @@ -90,6 +89,13 @@ OVERRIDES
max_size = 0
make_not_readable = false
}
.*/Icons/.*
{
compress = true
mipmaps = false
scale = 1
max_size = 0
}
}

### Specific sections can be added in config files
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ ACTIVE_TEXTURE_MANAGER_CONFIG
000_Toolbar/.*
{
compress = true
mipmaps = true
mipmaps = false
scale = 1
max_size = 0
}
}
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ACTIVE_TEXTURE_MANAGER_CONFIG
{
folder = AIES_Aerospace
enabled = true
}
enabled = true
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ACTIVE_TEXTURE_MANAGER_CONFIG
{
folder = ASET
enabled = true
enabled = true
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ACTIVE_TEXTURE_MANAGER_CONFIG
{
folder = AlchemyTechnologies
enabled = true
}
enabled = true
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ACTIVE_TEXTURE_MANAGER_CONFIG
{
folder = AmericanPack
enabled = true
}
enabled = true
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ACTIVE_TEXTURE_MANAGER_CONFIG
{
folder = B9_Aerospace
enabled = true
enabled = true
NORMAL_LIST
{
texture = B9_Aerospace/Parts/Structure_P_Clear-Half/model001
Expand All @@ -11,10 +11,10 @@ ACTIVE_TEXTURE_MANAGER_CONFIG
ACTIVE_TEXTURE_MANAGER_CONFIG
{
folder = B9_Aerospace_DEPRECATED
enabled = true
enabled = true
NORMAL_LIST
{
texture = B9_Aerospace_DEPRECATED/Parts/Structure_P_Clear-Half/model001
texture = B9_Aerospace_DEPRECATED/Parts/Structure_P_Standard-Frame/model001
}
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ACTIVE_TEXTURE_MANAGER_CONFIG
{
folder = BahaSP
enabled = true
enabled = true
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ACTIVE_TEXTURE_MANAGER_CONFIG
{
folder = BahamutoD
enabled = true
enabled = true
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ACTIVE_TEXTURE_MANAGER_CONFIG
{
folder = BobCatind
enabled = true
enabled = true
NORMAL_LIST
{
texture = BobCatind/Parts/SovietPack/ISS_TKS_FGB/model001
Expand All @@ -17,4 +17,4 @@ ACTIVE_TEXTURE_MANAGER_CONFIG
texture = BobCatind/Parts/SovietPack/MIR_soviet_dockport_papa/model001
texture = BobCatind/Spaces/MIR_core_internal/model001
}
}
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ACTIVE_TEXTURE_MANAGER_CONFIG
{
folder = BoulderCo
enabled = true
enabled = true
OVERRIDES
{
BoulderCo/Clouds/.*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ACTIVE_TEXTURE_MANAGER_CONFIG
{
folder = BoxSat alpha
enabled = true
enabled = true
}
Original file line number Diff line number Diff line change
@@ -1,29 +1,15 @@
ACTIVE_TEXTURE_MANAGER_CONFIG
{
folder = Chatterer
enabled = true
OVERRIDES
{
Chatterer/Textures/chatterer_icon_off
{
compress = true
mipmaps = false
scale = 1
max_size = 0
}
Chatterer/Textures/chatterer_icon_on
{
compress = true
mipmaps = false
scale = 1
max_size = 0
}
Chatterer/Textures/chatterer_icon_toolbar
{
compress = true
mipmaps = false
scale = 1
max_size = 0
}
folder = Chatterer
enabled = true
OVERRIDES
{
Chatterer/Textures/.*
{
compress = true
mipmaps = false
scale = 1
max_size = 0
}
}
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ACTIVE_TEXTURE_MANAGER_CONFIG
{
folder = CleverWalrus
enabled = true
}
enabled = true
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
ACTIVE_TEXTURE_MANAGER_CONFIG
{
folder = ConnectedLivingSpace
enabled = true
OVERRIDES
{
ConnectedLivingSpace/assets/.*
{
compress = true
mipmaps = false
scale = 1
max_size = 0
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
ACTIVE_TEXTURE_MANAGER_CONFIG
{
folder = CustomBiomes
enabled = true
OVERRIDES
{
CustomBiomes/.*
{
compress = true
mipmaps = false
scale = 1
max_size = 0
}
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ACTIVE_TEXTURE_MANAGER_CONFIG
{
folder = DMagic Orbital Science
enabled = true
enabled = true
}
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
ACTIVE_TEXTURE_MANAGER_CONFIG
{
folder = DeadlyReentry
enabled = true
enabled = true
NORMAL_LIST
{
texture = DeadlyReentry/Parts/deadlyReentry_1.25Heatshield/model001
texture = DeadlyReentry/Parts/deadlyReentry_3.75Heatshield/model001
texture = DeadlyReentry/Parts/deadlyReentry_6.25Heatshield/model001
}
OVERRIDES
{
DeadlyReentry/Assets/.*
{
compress = true
mipmaps = true
mipmaps = false
scale = 1
max_size = 0
}
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
ACTIVE_TEXTURE_MANAGER_CONFIG
{
folder = EngineGroupController
enabled = true
OVERRIDES
{
EngineGroupController/.*
{
compress = true
mipmaps = false
scale = 1
max_size = 0
}
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ACTIVE_TEXTURE_MANAGER_CONFIG
{
folder = ExtraplanetaryLaunchpads
enabled = true
enabled = true
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ACTIVE_TEXTURE_MANAGER_CONFIG
{
folder = FASA
enabled = true
enabled = true
NORMAL_LIST
{
texture = FASA/Gemini2/FASA_Gemini_Lander_Eng/model001
Expand All @@ -17,4 +17,4 @@ ACTIVE_TEXTURE_MANAGER_CONFIG
texture = FASA/Mercury/FASA_Mercury_Parachute_Box/model001
texture = FASA/Gemini2/SmallGearBay/model002
}
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ACTIVE_TEXTURE_MANAGER_CONFIG
{
folder = FASA_Asteroids
enabled = true
}
enabled = true
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
ACTIVE_TEXTURE_MANAGER_CONFIG
{
folder = FerramAerospaceResearch
enabled = true
OVERRIDES
{
FerramAerospaceResearch/Textures/.*
{
compress = true
mipmaps = false
scale = 1
max_size = 0
}
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ACTIVE_TEXTURE_MANAGER_CONFIG
{
folder = Firespitter
enabled = true
enabled = true
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
ACTIVE_TEXTURE_MANAGER_CONFIG
{
folder = Fusebox
enabled = true
OVERRIDES
{
Fusebox/TB_icons/.*
{
compress = true
mipmaps = false
scale = 1
max_size = 0
}
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ACTIVE_TEXTURE_MANAGER_CONFIG
{
folder = Goodspeed
enabled = true
}
enabled = true
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ACTIVE_TEXTURE_MANAGER_CONFIG
{
folder = Green Skull Inc
enabled = true
enabled = true
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ACTIVE_TEXTURE_MANAGER_CONFIG
{
folder = HexCans
enabled = true
}
enabled = true
}
Loading