Advertisement
Guest User

Untitled

a guest
Nov 3rd, 2014
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.31 KB | None | 0 0
  1. //Some mods can't use dds textures yet or this program have problems converting them in the correct format. All mods folders listed below will be skipped during a folder conversion (case-sensitive), or will have forced parameters applied.
  2. //You can specify a folder, or a file directly. Folders listed will include their sub-directories
  3. // if you use any argument, the folder is not skipped and all files in it will be treated accordingly.
  4. //Available arguments :
  5. // " -fn" (Force Normals): Force all files to be considered as normals. They will be swizzled to xRxG format and flagged as normal.
  6. // " -nn" (Not Normals): Force all files to skip automatic normal detection and to be flagged as not normal.
  7. // " -nr" (No Resize): Skip resizing for files in the folder. Relevant only if you use the resizing option.
  8. // " -nm" (No Mipmaps): Deactivate mipmaps generation for files in the folder.
  9. //Applying arguments to a folder will override arguments for single files in this folder/subfolder.
  10. //Others arguments are coming Soon(tm).
  11. //
  12. //Action Groups Extended, looks for a png file (hard-coded)
  13. Diazo\AGExt
  14. //
  15. //ActiveTextureManagement cache
  16. ActiveTextureManagement
  17. //
  18. //Ambient Light Adjustment
  19. blizzy\AmbientLightAdjustment -nn -nm -nr
  20. //
  21. ///AVC
  22. KSP-AVC\Textures\OverlayBackground.png
  23. KSP-AVC\Textures\DropDownBackground.png
  24. KSP-AVC\Textures\DropDownNormal.png
  25. KSP-AVC\Textures -nm -nn -nr
  26. //
  27. //CommunityResourcePack
  28. CommunityResourcePack
  29. //
  30. //Connected Living Spaces
  31. ConnectedLivingSpace\assets -nn -nm -nr
  32. //
  33. //Contracts Window
  34. Contracts Window\Textures\ContractsIcon.png
  35. //
  36. //Distant Object Enhancements (bis, v1.4)
  37. DistantObject\Flare -nn -nr
  38. DistantObject\Icons -nn -nm -nr
  39. //
  40. //Environmental Visual Enhancements (+Better Atmospheres). Nothing seems to be working in the "Clouds" folder (all clouds are renderer, auroras as well, but errors are spammed in log files).
  41. BoulderCo\Clouds\Textures
  42. CityLights\Textures -nn -nr
  43. //
  44. //FAR
  45. FerramAerospaceResearch\Textures -nn -nm -nr
  46. //
  47. //Final Frontier, no mipmaps needed
  48. Nereid\FinalFrontier -nm -nn -nr
  49. //
  50. //FinePrint
  51. FinePrint\Textures -nn -nm -nr
  52. //
  53. //Generic exceptions: don't convert anything in a "PluginData" folder
  54. PluginData
  55. //
  56. //HaystackContinued, looks for a png file (hard-coded)
  57. HaystackContinued\icons
  58. //
  59. //Infernal Robotics
  60. MagicSmokeIndustries\Textures -nn -nm -nr
  61. //
  62. //Interstellar, these textures need to be readable
  63. WarpPlugin\PlanetResourceData
  64. //
  65. //Kerbal Alarm clock. Plugin looks for png files (hard-coded).
  66. TriggerTech
  67. //
  68. //Kerbal Engineer
  69. KerbalEngineer\Textures\ToolbarIcon.png -nn -nm
  70. //
  71. //Kethane
  72. Kethane\toolbar.png -nr -nm
  73. //
  74. //kOS Screen (plugin is hard-coded to look for png, but parts textures are converted correctly)
  75. kOS\GFX
  76. //
  77. //Map Resources Overlay
  78. MapResourceOverlay\Assets -nn -nm -nr
  79. //
  80. //Mechjeb
  81. MechJeb2\Icons -nn -nm -nr
  82. //
  83. //NavUtils, better not resize anything, and some textures don't like to be set as read-only
  84. KerbalScienceFoundation -nr -nm -nn
  85. //
  86. //NavyFish's Docking Port Alignment Indicator is looking for png (hard-coded)
  87. NavyFish
  88. //
  89. //PartAngleDisplay, looks for a png file (hard-coded)
  90. PartAngleDisplay\applaunch.png
  91. //
  92. //PartCatalog is looking for png, hard-coded
  93. PartCatalog
  94. //
  95. //RasterPropMonitors: Don't resize the navball, or it'll be a blurry mess. Same for the screen behind it.
  96. JSI\RasterPropMonitor\Library\Components\NavBall\NavBall000.png -nr
  97. JSI\RasterPropMonitor\Library\Components\NavBall\StaticMask.png -nr
  98. //
  99. //Realchutes
  100. RealChute\Plugins\PluginData\RC_Icon.png
  101. //
  102. //RCS Build Aid
  103. RCSBuildAid\Textures -nn -nm -nr
  104. //
  105. //ScanSat
  106. SCANsat\Icons
  107. //
  108. //Squad: Avoid Screenshots folder (just in case, but this shouldn't happen) and avoid resizing flags and companies logos
  109. Flags -nr
  110. Agencies -nr
  111. Screenshots
  112. //
  113. //ShipManifest
  114. ShipManifest\Plugins -nn -nm -nr
  115. //
  116. //StageRecovery
  117. StageRecovery -nm -nr -nn
  118. //
  119. //TextureReplacer's helmet visor, this prog still can't get the p8 format, but nvdxt or crunch could probably do it.
  120. TextureReplacer\EnvMap
  121. //
  122. //Throttle Controlled Avionics, looks for a png file (hard-coded)
  123. ThrottleControlledAvionics
  124. //
  125. //Toolbar, no mipmaps and no resize
  126. 000_Toolbar -nm -nr
  127. //
  128. //USI's Exploration Pack. Not sure why this one throw an error, both files in this folder seems to be converted properly...
  129. UmbraSpaceIndustries\ExpPack\AES\Spaces
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement