Jump to content

toolkit not working after latest mac update (macOS catalina v 10.15.2)


Recommended Posts

Python comes with OSX. I know they deprecated (but can still be used) Python 2.7, but I believe python3 also comes installed. Pip3 should be preinstalled as it comes packaged with Python builds above 2.9. You don't need to install homebrew if all you're doing is downloading a python project.

 

The only command I believe you need to do is the last one Tormryn posted 

pip3 install git+https://github.com/0x0L/rocksmith.git
Link to comment
Share on other sites

  • 2 months later...

Hello, love this place, and loving rocksmith. I am able to convert individual cdlc to mac versions, but how do I batch convert a whole folder? This is going to take me way too long to convert every individual file. Does anyone have the python command? Thanks

EDIT:

I figured it out. Here it is:

for i in DLCFOLDERPATH/*_p.psarc; do pyrocksmith --convert $i; done;

Replace DLCFOLDERPATH to wherever your DLC is. Hope I saved some of you some time.

  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...

Important Information

By using this site, you agree to our Guidelines. We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. - Privacy Policy