MellowDrama Posted 12 hours ago Posted 12 hours ago View File MD's Skyrim Voice Tools The .pas script in downloads is just a backup copy. The installer will make a new with the directory already in it. Use that one obviously. I'll keep it short. I keep forgetting how Skyrim's voice conversion stuff works. with the fuzzes and the lips and the wavs and the mp3 so I made this. the first bat runs an installer. After that you should be able to run the SeEdit script .pas on a specific dialogue topic or on the entire esp and it will automatically open MD's Skyrim Voice Tools which opens Qwen3 which uses the included 30 seconds of soundbites from the actual game to generate all your lines. Then it converts to .fuz with actual .lip and renames then to the correct format and places them in the correctly named folder. All you need to do is put it in the Data folder afterwards. There's an option to generate multiple lines at once with slightly different settings. I suggest doing that so it will let you preview each line quickly upon completion, 0.75-0.8 seems to work the best for me but I will caution you if you are CUDA Cucked like I am CPU generation does work but it will take 1-2 minutes per line. There's a 126 voices included which will take weeks. You can turn off voices if you're sure they won't use your lines. You can safely close it, it will continue where you left off if you run the .pas again in SeEdit. I made this and it works for me, it should work for you but if it doesn't let me know. These are some examples MaleOrc_1.mp3 MaleOrc1 MaleYoundEager_1.mp3 MaleYoungEager testicles_3.mp3 Cicero Submitter MellowDrama Submitted 07/27/26 Category Regular Mods Requirements Regular Edition Compatible Yes Install Instructions unzip and put it in. 😛 2
Pavlovian Afterdark Posted 11 hours ago Posted 11 hours ago The Cicero sample line made me chuckle. Thank you for sharing.
bigbasi Posted 8 hours ago Posted 8 hours ago (edited) Are you kidding me... I just spend the day starting to program my own tool, trying to create better results than with xvasynth 😉 congrats, for beating me to it 😉 Installer ran fine without errors, Path is configured Anyway, I just ran into an error: MD's Skyrim Voice Tools path is not configured in ExportDialogueVoiceJobsAndLaunchTools.pas. Run the full installer, or edit VoiceGeneratorPath near the top of this script. const { ... } VoiceGeneratorPath = 'E:\Nefaram 17.0.5\Tools\MD''s Skyrim Voice Tools\skyrim-audio-tools'; function ResolvedVoiceGeneratorPath: string; begin Result := WithoutTrailingSlash(StripQuotes(VoiceGeneratorPath)); if Result = 'E:\Nefaram 17.0.5\Tools\MD''s Skyrim Voice Tools\skyrim-audio-tools' then Result := ''; end; Edited 8 hours ago by bigbasi
Lab Student Posted 2 hours ago Posted 2 hours ago What is this tool actually for? conversion for what purposes? Does it just take text and then make it into an mp3?
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