Coder Social home page Coder Social logo

rsgt's Introduction

Gem VersionBuild StatusCoveralls branch

Rocksmith Guitar Tech

Ruby ๐Ÿ’Ž tool for working with rocksmith songs, DLC, and profile data. Almost certainly only useful for Mac.

Installation

gem install rsgt

Dependencies

Only Ruby 2.3+ is supported.

This tool relies on various bits of software to do the various bits of things it does...

Usage: Uncensoring

For example...

# Extracts ragebomb_vocals.xml:
rsgt extract-vocals --psarc=ragekilling_m.psarc

# Edit the vocals file, putting back in missing words:
vim ragebomb_vocals.xml

# Extract the audio track to use as a guide track
# This creates output.ogg
rsgt extract-audio --psarc=ragekilling_m.psarc

# Using output.ogg as a guide track, take the real CD wav, line it up, save as fixed.wav
<AUDIO EDITING>

# Repack the fixed vocals and audio track back in:
rsgt \
  repack \
  --psarc=ragekilling_m.psarc \
  --vocals-xml=ragebomb_vocals.xml \
  --audio=fixed.wav

Repacking Options

You can also repack the preview if you want:

rsgt \
  repack \
  --psarc=ragekilling_m.psarc \
  --vocals-xml=ragebomb_vocals.xml \
  --audio=fixed.wav \
  --preview \
  --chorus=45

Usage: Multipacker

The Multipacker can pack a bunch of psarcs into a single multipack.

For example, say you have this kind of folder structure:

~/rocksmith/songs
  /uncensored
    - Green Day - American Idiot_m.psarc
    ... some other songs
  /Official
    - Green Day - American Idiot_m.psarc
    ... hundreds of other songs
  /CDLC
    ... hundreds of custom songs

Then you'd create a config file such as:

destination: ~/Library/Application\ Support/Steam/SteamApps/common/Rocksmith2014/dlc

repacks:
  - title:      Uncensored
    directory:  ~/rocksmith/songs/Uncensored
    unpack_dir: ~/rocksmith/unpacks/uncensored
    repack_dir: ~/rocksmith/repacks/uncensored
    options:
      reset_unpack: false
      reset_repack: false

  - title:      Official
    directory:  ~/rocksmith/songs/Official
    unpack_dir: ~/rocksmith/unpacks/official
    repack_dir: ~/rocksmith/repacks/official
    options:
      reset_unpack: false
      reset_repack: false

  - title:      Custom
    directory:  ~/rocksmith/songs/CDLC
    unpack_dir: ~/rocksmith/unpacks/cdlc
    repack_dir: ~/rocksmith/repacks/cdlc
    options:
      reset_unpack: false
      reset_repack: false

And running rsgt multipack --config=thatfile.yml would:

  • Repack all of your uncensored songs into a single "Uncensored - n songs _m.psarc" file, and move it to your DLC folder.
  • Repack all of your official songs into a single "Official - n songs _m.psarc" file, and move it to your DLC folder.
    • Leaving out songs that it already got from uncensored
  • Repack all of your custom songs into a single "Custom - n songs _m.psarc" file, and move it to your DLC folder.
Notes:
  • Make sure to check the RS DLC folder, and remove any duplicates - just leave the lastest of each multipack
  • You can keep your unpack/repack directories around as a cache
  • The "reset" options will nuke that folder:
    • If you're just adding songs, keep it as false, and it'll be zippy
    • If you're deleting/changing songs, change it to true, so stale copies don't get packed in

Usage: Saved Game exploration

... this area is WIP, you probably don't want to mess with RSGuitarTech::SavedGame at all right now.

License

MIT

rsgt's People

Contributors

justinaiken avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.