Skip to content

bismurphy/rs-utils

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rs-utils

A collection of Python scripts for Rocksmith 2014.

Usage

  • audio2wem convert audio files to Wwise WEM
  • psarc.py pack, unpack and convert PSARC
  • tones.py extract tones from profile and PSARC

Tools can be used with multiple inputs or wildcards. Examples:

bin/audio2wem *.mp3 *.ogg *.wav
bin/psarc.py convert /path/to/dlc/*_p.psarc
bin/tones.py /path/to/dlc/*.psarc > tone_library.json

Setup

  • Install the Python dependencies with

    pip install -r requirements.txt
  • To install Wwise authoring tools on OSX with Wine, we'll use Homebrew.

    Download Authoring_Win32.msi and Authoring_Data.msi from Audiokinetic

    brew install wine winetricks
    winetricks dotnet35sp1 dotnet40 vcrun2008 vcrun2010
    wine msiexec /i Authoring_Win32.msi
    wine msiexec /i Authoring_Data.msi

    In bin/WwiseCLI, make sure the version in the path matches the version installed on your machine.

    Finally, you'll also need FFmpeg:

    brew install ffmpeg

About

Scripts for Rocksmith 2014

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.4%
  • Shell 1.6%