Jump to content

nikko413

Member
  • Posts

    3
  • Joined

  • Last visited

  • Country

    United States
  • Donations

    0.00 USD 

Posts posted by nikko413

  1. @@nikko413 yes you can manually place .dylib file inside rocksmith2014.app folder so you'll be able to play cdlc then script just injects that file into that folder automatically you can help us debug that script for people with real MacPC with couple drives in it, try changing install script to relative paths like ~//Library/Application Support/Steam/steamapps/common/Rocksmith2014/Rocksmith2014.app/Contents/MacOS it should use your user folder maybe it's something permissions related and you just can't view your .app file?

    Well ive got some good news, and some good news this time. I got it to work with the cdlc, and I tweaked your script so that I didn't need to mess with my home folder at all. Here's a copy of that.

     

     

     

    RS_PATH="/Volumes/MacintoshHDD/$USER/Library/Application Support/Steam/steamapps/common/Rocksmith2014/Rocksmith2014.app/Contents/MacOS"

    cd "`dirname "$0"`"

    cp ./libRSBypass.dylib "$RS_PATH/"

    ./insert_dylib --inplace "$RS_PATH/libRSBypass.dylib" "$RS_PATH/Rocksmith2014"

     

    The "MacintoshHDD" would be the name of the drive the home folder is in.

     

     

     

     

     

     

    /Volumes/MacintoshHDD/nikkogutierrez/Desktop/RUN_PATCH_RS.command ; exit;

    Nikkos-MacBook-Pro:~ nikkogutierrez$ /Volumes/MacintoshHDD/nikkogutierrez/Desktop/RUN_PATCH_RS.command ; exit;

    Added LC_LOAD_DYLIB to /Volumes/MacintoshHDD/nikkogutierrez/Library/Application Support/Steam/steamapps/common/Rocksmith2014/Rocksmith2014.app/Contents/MacOS/Rocksmith2014

    logout

    Saving session...

    ...copying shared history...

    ...saving history...truncating history files...

    ...completed.

     

    [Process completed]

     

     

    NOW I GET TO PLAY TOOL AGAIN!!biggrin.png

  2. /Volumes/MacintoshHDD/nikkogutierrez/Desktop/RUN_PATCH_RS.command ; exit;
    Nikkos-MacBook-Pro:~ nikkogutierrez$ /Volumes/MacintoshHDD/nikkogutierrez/Desktop/RUN_PATCH_RS.command ; exit;
    cp: directory /Users/nikkogutierrez/Library/Application Support/Steam/steamapps/common/Rocksmith2014/Rocksmith2014.app/Contents/MacOS does not exist
    /Users/nikkogutierrez/Library/Application Support/Steam/steamapps/common/Rocksmith2014/Rocksmith2014.app/Contents/MacOS/Rocksmith2014: No such file or directory
    logout
    Saving session...
    ...copying shared history...
    ...saving history...truncating history files...
    ...completed.

    [Process completed]

    What is going on here? The directory definitely exists. Is there a way I could just manually perform the tasks of this script? I have everything else working except the ability to play cdlc, it still freezes when I select a song even after running the script. I have mono installed correctly, rstoolkit up and running, game runs fine and plays normal dlc. I am running 10.13.4 but i have been getting this same message since the last major os release with the same result.

     

    edit: I think I know what is stopping it from working. My home folder location is on a different drive than the operating system, so when it goes looking there, that directory is in fact not there. I am going to move some things around and change my home folder to the main disk and see what happens. If anyone has a better solution im open.

  3. Got it working . Moved dll file to rs root.

     

    Can you elaborate a little more on this. Im in the same situation, dlc shows up fine until I try to play the song and then it tries to load and then  freezes. Ive tried to use the patch above, however this is what happens when I run the script. I'm on sierra.

     

    loads/MAC_Patch/RUN_PATCH_RS.command ; exit;

    cp: directory /Users/nikkogutierrez/Library/Application Support/Steam/steamapps/common/Rocksmith2014/Rocksmith2014.app/Contents/MacOS does not exist

    /Users/nikkogutierrez/Library/Application Support/Steam/steamapps/common/Rocksmith2014/Rocksmith2014.app/Contents/MacOS/Rocksmith2014: No such file or directory

    logout

    Saving session...

    ...copying shared history...

    ...saving history...truncating history files...

    ...completed.

     

    [Process completed]

×
×
  • 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