Install local rigs on Sonoma OS

  • The Rig Manager version referred to in this thread is ...
    🖥️ macOS

    Hi,

    I just switched to Mac from PC and cant figure out where to install Rig Manager's Local library. I have tons of saves that I've done but don't know where I put them. Can anyone help?


    Thanks!

    F

  • The Folder is in cd ~/Library/Application\ Support/Kemper\ Amps

    I store my RM Libs on a Clouddrive (Dropbox) so i can use them from difrerent MAC or PC
    hier ist my OSX Shell script to use my Kemper on Dropbox.
    It's pretty simple using software links.


    Scriptname: create_link.command

    And here the script for Windows using Junktions Links
    Scriptname: create_mksymlink.cmd

    Code
    : c:
    : cd C:\Users\<USERNAME>/AppData/Local/"Kemper Amps" 
    
    MKLINK /J %LocalAppData%\"Kemper Amps" D:\Dropbox\_Kemper\"Kemper Amps"
    
    pause

    Be the force with you ;)