Advertisement
Guest User

Untitled

a guest
Feb 4th, 2014
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.62 KB | None | 0 0
  1.  
  2. The system says the Working Directory is D:\skyrim_temp\Working
  3. This directory should include the "Vanilla Extracted" directory
  4. If any of the above is incorrect terminate the processing and fix the problem
  5.  
  6. Administrative privileges are not enabled; this is usually not a problem
  7.  
  8. Press any key to continue . . .
  9.  
  10. D:\skyrim_temp\Working>rem copy the PNG files from Skyrim - textures to the Vani
  11. lla Optimized directory
  12.  
  13. D:\skyrim_temp\Working>IF EXIST "D:\skyrim_temp\Working\Vanilla Extracted\STD" r
  14. obocopy "D:\skyrim_temp\Working\Vanilla Extracted\STD" "D:\skyrim_temp\Working\V
  15. anilla Optimized\STD" *.png /s /nfl /ndl /njh /njs /ns /nc /np 1>>log.txt
  16. 'robocopy' is not recognized as an internal or external command,
  17. operable program or batch file.
  18.  
  19. D:\skyrim_temp\Working>rem copy some compressed, smooth normal maps to Vanilla O
  20. ptimized to avoid optimizing them as the optimization exarbates some vanilla ar
  21. tifacts
  22.  
  23. D:\skyrim_temp\Working>IF EXIST "D:\skyrim_temp\Working\Vanilla Extracted\STD" r
  24. obocopy "D:\skyrim_temp\Working\Vanilla Extracted\STD" "D:\skyrim_temp\Working\V
  25. anilla Optimized\STD" coastbeach0?_n.dds dirt0?_n.dds dirtpath0?_n.dds dirtsnowp
  26. ath0?_n.dds snow0?_n.dds tundra0?_n.dds /s /nfl /ndl /njh /njs /ns /nc /np 1>>l
  27. og.txt
  28. 'robocopy' is not recognized as an internal or external command,
  29. operable program or batch file.
  30.  
  31. D:\skyrim_temp\Working>rem Copy texture files (from folders other than the HRDLC
  32. ) to "Vanilla Ordinary Textures", excluding any normal map textures
  33.  
  34. D:\skyrim_temp\Working>robocopy "D:\skyrim_temp\Working\Vanilla Extracted" "D:\s
  35. kyrim_temp\Working\Vanilla Ordinary Textures" *.dds /s /xd HRDLC1 HRDLC2 HRDLC3
  36. /xf *_n.dds /nfl /ndl /njh /njs /ns /nc /np 1>>log.txt
  37. 'robocopy' is not recognized as an internal or external command,
  38. operable program or batch file.
  39.  
  40. D:\skyrim_temp\Working>rem Copy small and medium size normal map textures from f
  41. olders other than the 3 HRDLC to "Vanilla Ordinary Textures"
  42.  
  43. D:\skyrim_temp\Working>rem excluding the compressed smooth vanilla normal maps c
  44. opied previously
  45.  
  46. D:\skyrim_temp\Working>robocopy "D:\skyrim_temp\Working\Vanilla Extracted" "D:\s
  47. kyrim_temp\Working\Vanilla Ordinary Textures" *_n.dds /s /max:2999999 /xd HRDLC1
  48. HRDLC2 HRDLC3 /xf coastbeach0?_n.dds dirt0?_n.dds dirtpath0?_n.dds dirtsnowpath
  49. 0?_n.dds snow0?_n.dds tundra0?_n.dds /nfl /ndl /njh /njs /ns /nc /np 1>>log.txt
  50.  
  51. 'robocopy' is not recognized as an internal or external command,
  52. operable program or batch file.
  53.  
  54. D:\skyrim_temp\Working>rem Copy any large normal map textures (from folders othe
  55. r than the HRDLC) to "Vanilla Normal Maps"
  56.  
  57. D:\skyrim_temp\Working>rem This step copies 5 large normal map files from STD a
  58. nd 5 large normal map files from Dawnguard if they are present
  59.  
  60. D:\skyrim_temp\Working>robocopy "D:\skyrim_temp\Working\Vanilla Extracted" "D:\s
  61. kyrim_temp\Working\Vanilla Normal Maps" *_n.dds /s /min:3000000 /xd HRDLC1 HRDLC
  62. 2 HRDLC3 /nfl /ndl /njh /njs /ns /nc /np 1>>log.txt
  63. 'robocopy' is not recognized as an internal or external command,
  64. operable program or batch file.
  65.  
  66. D:\skyrim_temp\Working>rem Now copy texture files from the HRDLC to "Vanilla Ord
  67. inary Textures" excluding any normal map textures
  68.  
  69. D:\skyrim_temp\Working>IF EXIST "D:\skyrim_temp\Working\Vanilla Extracted\HRDLC1
  70. " robocopy "D:\skyrim_temp\Working\Vanilla Extracted\HRDLC1" "D:\skyrim_temp\Wor
  71. king\Vanilla Ordinary Textures\HRDLC1" *.dds /s /xf *_n.dds *_msn.dds /nfl /ndl
  72. /njh /njs /ns /nc /np 1>>log.txt
  73. 'robocopy' is not recognized as an internal or external command,
  74. operable program or batch file.
  75.  
  76. D:\skyrim_temp\Working>IF EXIST "D:\skyrim_temp\Working\Vanilla Extracted\HRDLC2
  77. " robocopy "D:\skyrim_temp\Working\Vanilla Extracted\HRDLC2" "D:\skyrim_temp\Wor
  78. king\Vanilla Ordinary Textures\HRDLC2" *.dds /s /xf *_n.dds *_msn.dds /nfl /ndl
  79. /njh /njs /ns /nc /np 1>>log.txt
  80. 'robocopy' is not recognized as an internal or external command,
  81. operable program or batch file.
  82.  
  83. D:\skyrim_temp\Working>IF EXIST "D:\skyrim_temp\Working\Vanilla Extracted\HRDLC3
  84. " robocopy "D:\skyrim_temp\Working\Vanilla Extracted\HRDLC3" "D:\skyrim_temp\Wor
  85. king\Vanilla Ordinary Textures\HRDLC3" *.dds /s /xf *_n.dds *_msn.dds /nfl /ndl
  86. /njh /njs /ns /nc /np 1>>log.txt
  87. 'robocopy' is not recognized as an internal or external command,
  88. operable program or batch file.
  89.  
  90. D:\skyrim_temp\Working>rem Now copy 1 2Kx2K compressed HRDLC1 MSN file to "Vanil
  91. la Uncompressed Textures"
  92.  
  93. D:\skyrim_temp\Working>rem When its resolution is reduced it will then be saved
  94. in an uncompressed format
  95.  
  96. D:\skyrim_temp\Working>IF EXIST "D:\skyrim_temp\Working\Vanilla Extracted\HRDLC1
  97. " robocopy "D:\skyrim_temp\Working\Vanilla Extracted\HRDLC1" "D:\skyrim_temp\Wor
  98. king\Vanilla Uncompressed Textures\HRDLC1" *_msn.dds /s /nfl /ndl /njh /njs /ns
  99. /nc /np 1>>log.txt
  100. 'robocopy' is not recognized as an internal or external command,
  101. operable program or batch file.
  102.  
  103. D:\skyrim_temp\Working>rem Copy uncompressed HRDLC3 MSN texture files to "Vanill
  104. a Uncompressed Textures"
  105.  
  106. D:\skyrim_temp\Working>IF EXIST "D:\skyrim_temp\Working\Vanilla Extracted\HRDLC3
  107. " robocopy "D:\skyrim_temp\Working\Vanilla Extracted\HRDLC3" "D:\skyrim_temp\Wor
  108. king\Vanilla Uncompressed Textures\HRDLC3" *_msn.dds /s /nfl /ndl /njh /njs /ns
  109. /nc /np 1>>log.txt
  110. 'robocopy' is not recognized as an internal or external command,
  111. operable program or batch file.
  112.  
  113. D:\skyrim_temp\Working>rem Copy uncompressed HRDLC2 terrain TSN texture files to
  114. "Vanilla Uncompressed Textures"
  115.  
  116. D:\skyrim_temp\Working>IF EXIST "D:\skyrim_temp\Working\Vanilla Extracted\HRDLC2
  117. " robocopy "D:\skyrim_temp\Working\Vanilla Extracted\HRDLC2\textures\terrain" "D
  118. :\skyrim_temp\Working\Vanilla Uncompressed Textures\HRDLC2\textures\terrain" *_n
  119. .dds /s /nfl /ndl /njh /njs /ns /nc /np 1>>log.txt
  120. 'robocopy' is not recognized as an internal or external command,
  121. operable program or batch file.
  122.  
  123. D:\skyrim_temp\Working>rem copy uncompressed tint/tone maps from STD to "Vanilla
  124. Uncompressed Textures"
  125.  
  126. D:\skyrim_temp\Working>IF EXIST "D:\skyrim_temp\Working\Vanilla Extracted\STD" r
  127. obocopy "D:\skyrim_temp\Working\Vanilla Extracted\STD\textures\actors\character\
  128. character assets\tintmasks" "D:\skyrim_temp\Working\Vanilla Uncompressed Texture
  129. s\STD\textures\actors\character\character assets\tintmasks" *.dds /s /nfl /ndl /
  130. njh /njs /ns /nc /np 1>>log.txt
  131. 'robocopy' is not recognized as an internal or external command,
  132. operable program or batch file.
  133.  
  134. D:\skyrim_temp\Working>rem then remove these uncompressed files from "Vanilla Te
  135. xtures"
  136.  
  137. D:\skyrim_temp\Working>IF EXIST "D:\skyrim_temp\Working\Vanilla Uncompressed Tex
  138. tures\STD\textures\actors\character\character assets\tintmasks" rd "D:\skyrim_te
  139. mp\Working\Vanilla Ordinary Textures\STD\textures\actors\character\character ass
  140. ets\tintmasks" /s /q 1>>log.txt
  141. The system cannot find the path specified.
  142.  
  143. D:\skyrim_temp\Working>rem Now copy the rest of the HRDLC normal maps (the compr
  144. essed normal maps) to "Vanilla Normal Maps"
  145.  
  146. D:\skyrim_temp\Working>IF EXIST "D:\skyrim_temp\Working\Vanilla Extracted\HRDLC1
  147. " robocopy "D:\skyrim_temp\Working\Vanilla Extracted\HRDLC1" "D:\skyrim_temp\Wor
  148. king\Vanilla Normal Maps\HRDLC1" *_n.dds /s /nfl /ndl /njh /njs /ns /nc /np 1>>
  149. log.txt
  150. 'robocopy' is not recognized as an internal or external command,
  151. operable program or batch file.
  152.  
  153. D:\skyrim_temp\Working>IF EXIST "D:\skyrim_temp\Working\Vanilla Extracted\HRDLC2
  154. " robocopy "D:\skyrim_temp\Working\Vanilla Extracted\HRDLC2" "D:\skyrim_temp\Wor
  155. king\Vanilla Normal Maps\HRDLC2" *_n.dds /s /nfl /ndl /njh /njs /ns /nc /np 1>>
  156. log.txt
  157. 'robocopy' is not recognized as an internal or external command,
  158. operable program or batch file.
  159.  
  160. D:\skyrim_temp\Working>IF EXIST "D:\skyrim_temp\Working\Vanilla Extracted\HRDLC3
  161. " robocopy "D:\skyrim_temp\Working\Vanilla Extracted\HRDLC3" "D:\skyrim_temp\Wor
  162. king\Vanilla Normal Maps\HRDLC3" *_n.dds /s /nfl /ndl /njh /njs /ns /nc /np 1>>
  163. log.txt
  164. 'robocopy' is not recognized as an internal or external command,
  165. operable program or batch file.
  166.  
  167. D:\skyrim_temp\Working>rem Now remove the terrain subfolder from "Vanilla Normal
  168. Maps\HRDLC2\textures\"; this folder has only uncompressed normal maps
  169.  
  170. D:\skyrim_temp\Working>IF EXIST "D:\skyrim_temp\Working\Vanilla Normal Maps\HRDL
  171. C2\textures\terrain" rd "D:\skyrim_temp\Working\Vanilla Normal Maps\HRDLC2\textu
  172. res\terrain" /s /q 1>>log.txt
  173.  
  174.  
  175. Start : 23:37:39.26
  176. Finish : 23:37:39.30
  177. ---------------
  178. Duration : 00:00:00,04
  179.  
  180. The batch file processing has finished.
  181. Check the log file (log.txt). The log file should not show any errors and shoul
  182. d have 16 blank lines.
  183.  
  184. Press any key to continue . . .
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement