Homepage: http://www.rocksmithtotab.de
Exports Rocksmith 2014 arrangements to Guitar Pro tabs (.gp5, .gpx). It parses Rocksmith's .psarc archives and converts any songs found within to tablature. All the Rocksmith techniques are supported and translated, and you get all of the chord diagrams and fingering hints that Rocksmith shows you. It's a great way to figure out specific parts of a song, and Guitar Pro's speed trainer is a very good alternative to the riff repeater. All arrangement types (bass, lead, rhythm) can be exported, either together in a single tab or into separate tabs.
The current version is v1.1. Find it at http://www.rocksmithtotab.de .
Download the appropriate version for your OS (Windows or Mac OSX) from the above link, then extract the archive to a location of your choice. If you are on Mac, you will also have to download and install the Mono runtime environment (MRE). On Windows, the program should work out of the box, but if you run into problems, you might need to install the .NET Framework 4.
If all you want to do is convert all the Rocksmith songs you own to tablature, then you can simply start the RocksmithToTabGUI.exe (or the RocksmithToTabGUI script on Mac), which will allow you to select your Rocksmith 2014 install directory and an output directory. If you then click on the "Convert tabs" button, it will convert all song arrangements that you own and save them in the select output folder.
For more advanced usage scenarios, including conversion of single arrangements, you will have to use the command line utility RocksmithToTab.exe (or the RocksmithToTab script on Mac). Open a command line, go to where you extracted the program and run
RocksmithToTab \Path\To\Rocksmith2014\dlc\somefile.psarc
which will convert all arrangements inside the archive somefile.psarc. Alternatively, if you do not like to use the command line, just drag and drop any .psarc file onto the RocksmithToTab.exe in the Windows explorer.
For more information, please refer to the documentation and the wiki.
For details, refer to the wiki.
Usage: RocksmithToTab archive.psarc [-a bass,lead] [-s song1,song2]
-l, --list List songs contained in the archive. No conversions are
performed.
-s, --songs Comma-separated list of tracks to include. (default: all)
-a, --arr Comma-separated list of arrangements to include. (default:
all)
-t, --split Create a separate file for each arrangement.
-d, --diff (Default: 255) Difficulty level. (default: max)
-o, --outdir (Default: .) Path to the directory where tabs should be
created.
-f, --format (Default: gp5) File output format, currently either 'gp5',
'gpx' or 'gpif'.
-n, --name (Default: {artist} - {title}) Format of the output file
names. For a list of available field names, refer to the
documentation.
-x, --xml Instead of a psarc archive, supply a number of XML files
describing the arrangements.
--help Display this help screen.
Some examples of output generated by the program:
Please do not share the generated tabs with anyone. The tabs are for your personal use only, and all rights remain with Ubisoft and the respective musicians.
Many thanks to the people at www.rscustom.net for creating the Rocksmith Custom Toolkit, without which this exporter would not have been possible. Likewise, I'd probably never have started this project if I didn't have the code from the RSTabExplorer project as a starting point!