z929669 Posted April 25, 2012 Share Posted April 25, 2012 Discussion thread:DDSopt Guide by STEPWiki Link GET DDSopt:Github Pre-release versionsOfficial Nexus versions (select pre-release update 4) Link to comment Share on other sites More sharing options...
0 Kelmych Posted July 20, 2013 Share Posted July 20, 2013 The guide has been updated with pointers to the download file containing the batch files used with the DDSopt guide. The DDSopt.ini has also been edited. Link to comment Share on other sites More sharing options...
0 hellanios Posted July 21, 2013 Share Posted July 21, 2013 I cannot believe that this is happening. For once more, the exact same thing happened. Nothing new. I really don't know what's wrong. A question, did you also update the HRDLC Repair batch files or they are the same files from the last update? Link to comment Share on other sites More sharing options...
0 Kelmych Posted July 21, 2013 Share Posted July 21, 2013 I edited some of the descriptive material in the batch file, but downloadable one is otherwise similar. When you ran cmd.exe were you able to use robocopy? Link to comment Share on other sites More sharing options...
0 hellanios Posted July 21, 2013 Share Posted July 21, 2013 I edited some of the descriptive material in the batch file' date=' but downloadable one is otherwise similar. When you ran cmd.exe were you able to use robocopy?[/quote']I'm not sure how to do that. :p I just double-click the batch file. I believe the problem has something to do with administrative privileges. Dazed and confused. A note about the new HRDLC repair batch files : some placeholder.txt files didn't get deleted so I deleted them manually. Link to comment Share on other sites More sharing options...
0 Kelmych Posted July 21, 2013 Share Posted July 21, 2013 I edited some of the descriptive material in the batch file' date=' but downloadable one is otherwise similar. When you ran cmd.exe were you able to use robocopy?[/quote'] A note about the new HRDLC repair batch files : some placeholder.txt files didn't get deleted so I deleted them manually.I'll check; these batch files should be the same ones that are in text format on the wiki. When using the new batch files it doesn't actually matter; any .txt and .lnk files from any the the vanilla BSAs are eliminated from the output. Link to comment Share on other sites More sharing options...
0 Kelmych Posted July 21, 2013 Share Posted July 21, 2013 I edited some of the descriptive material in the batch file' date=' but downloadable one is otherwise similar. When you ran cmd.exe were you able to use robocopy?[/quote']I'm not sure how to do that. :p I just double-click the batch file. I believe the problem has something to do with administrative privileges. Dazed and confused. Did you try the steps listed in this previous post yet? Link to comment Share on other sites More sharing options...
0 hellanios Posted July 21, 2013 Share Posted July 21, 2013 I edited some of the descriptive material in the batch file' date=' but downloadable one is otherwise similar. When you ran cmd.exe were you able to use robocopy?[/quote']I'm not sure how to do that. :p I just double-click the batch file. I believe the problem has something to do with administrative privileges. Dazed and confused. Did you try the steps listed in this previous post yet?Whoops!!!! I ran the command and I think it actually worked!!!! No errors appeared. It created the vanilla optimized>std>textures>interface>books directory and in it the correct files(based on the vanilla extracted>std>textures>interface>books directory. So, we have a success! what should I do now? Link to comment Share on other sites More sharing options...
0 Kelmych Posted July 21, 2013 Share Posted July 21, 2013 I have no explanation of how an individual command can work but the batch file doesn't. If the batch file still isn't working you could always copy the commands from the batch file one at a time and run them. Do this just like you did for the command that worked (copy to clipboard, right click in command window then hit enter). There are only 12 additional commands. Link to comment Share on other sites More sharing options...
0 hellanios Posted July 21, 2013 Share Posted July 21, 2013 I have no explanation of how an individual command can work but the batch file doesn't. If the batch file still isn't working you could always copy the commands from the batch file one at a time and run them. Do this just like you did for the command that worked (copy to clipboard' date=' right click in command window then hit enter). There are only 12 additional commands.[/quote']OK I see the other 12 lines. Should I just every single one of them as they are or should I change something? Link to comment Share on other sites More sharing options...
0 Kelmych Posted July 21, 2013 Share Posted July 21, 2013 You can copy them as they are and use them. Link to comment Share on other sites More sharing options...
0 hellanios Posted July 22, 2013 Share Posted July 22, 2013 You can copy them as they are and use them.Hey, I tried many variations of the commands and eventually I copied them so they would look like the command you posted. Here they are: 1)robocopy "%cd%\Vanilla Extracted" "%cd%\Vanilla Textures" *.dds /s /xd HRDLC1 HRDLC2 HRDLC3 /xf *_n.dds2)robocopy "%cd%\Vanilla Extracted" "%cd%\Vanilla Textures" *_n.dds /s /max:2999999 /xd HRDLC1 HRDLC2 HRDLC33)robocopy "%cd%\Vanilla Extracted" "%cd%\Vanilla Normal Maps" *_n.dds /s /min:3000000 /xd HRDLC1 HRDLC2 HRDLC34)robocopy "%cd%\Vanilla Extracted\HRDLC1" "%cd%\Vanilla Textures\HRDLC1" *.dds /s /xf *_n.dds *_msn.dds5)robocopy "%cd%\Vanilla Extracted\HRDLC2" "%cd%\Vanilla Textures/HRDLC2" *.dds /s /xf *_n.dds *_msn.dds6)robocopy "%cd%\Vanilla Extracted\HRDLC3" "%cd%\Vanilla Textures/HRDLC3" *.dds /s /xf *_n.dds *_msn.dds7)robocopy "%cd%\Vanilla Extracted\HRDLC1" "%cd%\Vanilla Uncompressed Normal Maps\HRDLC1" *_msn.dds /s8)robocopy "%cd%\Vanilla Extracted\HRDLC3" "%cd%\Vanilla Uncompressed Normal Maps\HRDLC3" *_msn.dds /s9)robocopy "%cd%\Vanilla Extracted\HRDLC2\textures\terrain" "%cd%\Vanilla Uncompressed Normal Maps\HRDLC2\textures\terrain" *_n.dds /s10)robocopy "%cd%\Vanilla Extracted\HRDLC1" "%cd%\Vanilla Normal Maps\HRDLC1" *_n.dds /s11)robocopy "%cd%\Vanilla Extracted\HRDLC2" "%cd%\Vanilla Normal Maps\HRDLC2" *_n.dds /s /xd HRDLC2\textures\terrain12)robocopy "%cd%\Vanilla Extracted\HRDLC3" "%cd%\Vanilla Normal Maps\HRDLC3" *_n.dds /s In the vanilla textures folder there are some n.dds files. Is that normal? Link to comment Share on other sites More sharing options...
0 EssArrBee Posted July 22, 2013 Share Posted July 22, 2013 Anything that ends in '_n.dds' is a normal map. Link to comment Share on other sites More sharing options...
0 hellanios Posted July 22, 2013 Share Posted July 22, 2013 Anything that ends in '_n.dds' is a normal map.I mean if this is ok-right, not if it's a normal map file. :p Link to comment Share on other sites More sharing options...
0 Kelmych Posted July 22, 2013 Share Posted July 22, 2013 4 and 5 are wrong; on each line one of the slash characters after Textures is backwards 4) robocopy "%cd%\Vanilla Extracted\HRDLC2" "%cd%\Vanilla Textures\HRDLC2" *.dds /s /xf *_n.dds *_msn.dds 5) robocopy "%cd%\Vanilla Extracted\HRDLC3" "%cd%\Vanilla Textures\HRDLC3" *.dds /s /xf *_n.dds *_msn.dds There should be some files ending in _n.dds several levels inside some of the folders in Vanilla Textures from STD and the DLC. They should be <3 megabytes. You can copy and past to the command windows as I mentioned. Link to comment Share on other sites More sharing options...
0 hellanios Posted July 22, 2013 Share Posted July 22, 2013 Then maybe this should be changed in the batch files too because all these lines were copied directly from them. As for the n.dds files I'll assume everything is alright considering everything is done based on the commands you created. Link to comment Share on other sites More sharing options...
Question
z929669
Discussion thread:
DDSopt Guide by STEP
Wiki Link
GET DDSopt:
Github Pre-release versions
Official Nexus versions (select pre-release update 4)
Link to comment
Share on other sites
Top Posters For This Question
360
353
51
51
Popular Days
May 7
26
Jan 31
26
Jan 22
23
Mar 22
21
Top Posters For This Question
Kelmych 360 posts
z929669 353 posts
Ethatron 51 posts
phazer11 51 posts
Popular Days
May 7 2012
26 posts
Jan 31 2013
26 posts
Jan 22 2013
23 posts
Mar 22 2013
21 posts
1,702 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now