Difference between revisions of "How to generate voice files by batch"

Jump to navigation Jump to search
imported>Jog
(duh)
imported>Jog
Line 35: Line 35:
Save all your WAV files into a sub-folder of Data/Sound/voice that is named like your mod. (e.g. ''Data/Sound/Voice/YourMod.ESM/'')  
Save all your WAV files into a sub-folder of Data/Sound/voice that is named like your mod. (e.g. ''Data/Sound/Voice/YourMod.ESM/'')  


Then create a new text file in that folder, copy/paste in the following code and rename it to "voice-tool.bat"  
Copy '''xwmaencode.exe''' and '''fuz_extractor.exe''' to that folder (or add them to a folder that is in your commandline-path).
 
Finally create a new text file in that folder, copy/paste in the following code and rename it to "voice-tool.bat"  


  for /f "delims=\" %%a in ("%cd%") do set mod=%%~nxa
  for /f "delims=\" %%a in ("%cd%") do set mod=%%~nxa
Anonymous user

Navigation menu