Skip to content

🎸 Rocksmith 2014 CDLC song player

Notifications You must be signed in to change notification settings

tversteeg/rockysmithereens

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rockysmithereens

Rocksmith CDLC (`.psarc`) player.

Build Status Downloads Version

Player

cargo run

Tools

Play song from Rocksmith .psarc

cargo run --bin cli_music_player -- example_file.psarc

Extract from .psarc

# Show files in archive
cargo run --bin psarc_extract -- example_file.psarc list

# Extract a file from the archive
cargo run --bin psarc_extract -- example_file.psarc extract example/path/from/above/command output_file.ext 

Build

WebAssembly

rustup target add wasm32-unknown-unknown
cargo install wasm-bindgen-cli

cargo build --release --target wasm32-unknown-unknown
wasm-bindgen --out-name rockysmithereens --out-dir web --target web target/wasm32-unknown-unknown/release/rockysmithereens.wasm

cargo install basic-http-server
(cd web && basic-http-server)

About

🎸 Rocksmith 2014 CDLC song player

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages