Other user's assetsAll the assets in this file belong to the author, or are from free-to-use modder's resources
Upload permissionYou are not allowed to upload this file to other sites under any circumstances
Modification permissionYou must get permission from me before you are allowed to modify my files to improve it
Conversion permissionYou are not allowed to convert this file to work on other games under any circumstances
Asset use permissionYou must get permission from me before you are allowed to use any of the assets in this file
Asset use permission in mods/files that are being soldYou are not allowed to use assets from this file in any mods/files that are being sold, for money, on Steam Workshop or other platforms
Asset use permission in mods/files that earn donation pointsYou must get permission to earn Donation Points for your mods if they use my assets
Author notes
This author has not provided any additional notes regarding file permissions
File credits
This author has not credited anyone else in this file
Donation Points system
This mod is opted-in to receive Donation Points
Changelogs
Version 1.8
▪ ability to filter by file name ▪ new format for the data file ▪ the data files are compressed with LZMA ▪ the data loads much faster (using multiple threads) ▪ the list control no longer hides the selection when out of focus ▪ the window accepts .vfr files dropped onto it ▪ various minor improvements under the hood
Version 1.7b
fixed key state bug introduced in 1.7a
Version 1.7a
ability to copy dialogue (Ctrl+Shift+C)
Version 1.7
window size and position saved to ini file
added Polish and Czech dialogue data
updated the Russian dialogue data (corrected some errors)
Version 1.6
multilanguage support for the dialogue data
minor tweaks and fixes for the data generation
fanciest readme file ever
Version 1.5
column sorting
keyboard shortcuts for most commands
fixed an issue that was causing some voice types to appear empty
Version 1.4
word filtering
new data generation
dialogue data for the Dragonborn DLC
fixed interface display issues
tons of minor fixes and improvements
Version 1.3
feature - ESM hiding
feature - empty file generation
feature - consistent highlight color for all controls
fixed a bug that was resulting in a crash in WinXP
various minor fixes and improvements
Version 1.2
added voice type filtering
improved the list control
made the window resizable
reduced the number of incorrect file names
Version 1.1a
added the correct "base+dawnguard.vfr", that I forgot to include in v1.1
Version 1.1
fixed a bug that was generating wrong refIDs for file names when importing dialogue for the base game
fixed crashing when trying to quit while saving
Donations
Both straight donations and premium membership donations accepted
VFRT is a utility that allows the user to easily find out the name of the voice file for any line of dialogue in the game. It is mainly intended to be used by those who hear some dialogue in the game, and want to modify or otherwise use that audio (it would normally be a pain to identify which voice file contains the audio).
To use, unpack the files into a new folder, and run "VFRT.exe". See the readme file for details. Dialogue for DLCs
The program comes with a data file that contains the dialogue for all DLCs except Hearthfire (vanilla+dawnguard+dragonborn (en).vfr), which you can drag-and-drop onto the window to load. If you need the dialogue for Hearthfire as well, you can either generate it yourself with the program (Ctrl+N), or you can download this: Voice File Reference Tool - Complete Dialogue DLC Library (the dialogue for all DLCs in one file).
New in v1.8
ability to filter by file name
new format for the data file
the data files are compressed with LZMA
the data loads much faster (using multiple threads)
the list control no longer hides the selection when out of focus
the window accepts .vfr files dropped onto it
various minor improvements under the hood
I never thought this would happen, but I've managed to make more than enough significant changes to the program to justify releasing another version. I should mention that the speed increase for loading the data only happens for files saved with this version (files saved with previous versions use the old format and are loaded using the old single-threaded code). I have switched all of the included data files to the new format, except for the Czech data (because apparently I didn't keep a copy of the Czech exported dialogue, and I don't feel like downloading the Czech version of the game again).