Difference between revisions of "How to generate voice files by batch"
Jump to navigation
Jump to search
How to generate voice files by batch (edit)
Revision as of 14:16, 20 March 2012
, 14:16, 20 March 2012→Batch generation
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/'') | ||
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 |