The two most important files for this mod are weapons.xtbl & explosions.xtbl these are both packed in the file misc.vpp_pc
The xtbl format is actually Extensible Markup Languge or XML. Notepad++ is a great editor for this:
https://notepad-plus-plus.org/
You'll want to disable Autocomplete:
Settings > Preferences > Auto-Completion > Uncheck 'Enable auto-completion on each input' > Close
To enable the Bespin theme:
Settings > Style Configurator > Select Theme: Bespin > 'Save & Close'
In order to more easily read these files I extracted the entire misc.vpp_pc file into a folder, and then renamed all of the .xtbl files to .xml files:
ren *.xtbl *.xml
This allows notepad++ to pull them all up with pretty formatting, so you can easily see where tags start, and stop, and check for syntax errors etc.
Grab the RF3 Packer / Unpacker from here:
https://www.factionfiles.com/ff.php?action=file&id=517001
Grab 7-zip from here (supports LZMA = better than zip / rar, free, and no limit to the length of an AES password you can use):
http://www.7-zip.org/
To change 7-zip to 'own' all archive file extensions:
Start > Type 7zfm > Right Click 'Run As Administrator > Tools > Options > Click both '+' until you see both columns say nothing buy '7-Zip'. Yes I'm a fan.
Unpack misc.vpp_pc:
Copy the file from:
D:\Steam\steamapps\common\Red Faction Guerrilla\build\pc\cache\misc.vpp_pc
(D:\Steam is where I told Steam to install itself)
Unzip the Unpacker with 7-zip (should be able to double click, the first time windows will ask you if you want 7-Zip to 'own' the extension):
volition-r91_b74 (Gibbed).zip\volition-r91_b74 (Gibbed)\bin_rf3\Gibbed.RedFaction3.UnpackVPP.exe
Drag the misc.vpp_pc file that you copied from the 'cache' folder onto the 'Gibbed.RedFaction3.UnpackVPP.exe' file, and it should extract the file into a directory named 'misc'. It will show a black window until it's finished. You can check the 'misc' directory to make sure it isn't stuck.
Go into the 'misc' folder
In Windows Vista+ (7, 8, 8.1, 10) you can type in the box that says 'Search misc':
content: singularity
It will find all files that contain the phrase 'singularity'
Windows 'Advanced Query Syntax'
https://msdn.microsoft.com/en-us/library/windows/desktop/aa965711%28v=vs.85%29.aspx?f=255&MSPPError=-2147217396
You can also use 'findstr' from the command line (cmd.exe), or install grep for windows:
http://gnuwin32.sourceforge.net/packages/grep.htm
Inside the 'misc' folder > hold the shift key > Right click a blank area of the folder > 'Open command window here' > ren *.xtbl *.xml > Enter Key