Open xenein opened 1 year ago
Thanks a lot for your suggestion, I will include it in 1.8 and of course give credit. I actually have issues on my own Mac that would be fixed by this so thanks a lot
If you want you can put in a PR, there is no template or requirements other than checking the latest .command from https://github.com/aik002/RSBypass/releases/1.8pre
There's an even newer .command on 1.8pre2, see PR #10 and use it as a base for your changes.
I was worried this might not work with older systems which ship with Python 2, but I tested it quickly and it works ok. Good job! I might copy this to my convert tool as well, as it also tries to set default dlc folder upon first open and is currently only trying the default path. I'll give you credit for sure.
There's an even newer .command on 1.8pre2, see PR #10 and use it as a base for your changes.
I just submitted based on main. my only changes in die command-file directly are in the top of the file, so it should merge fine either way.
First of all, thank you for all your work and developing and providing these tools.
Say, one would have split out steam games on several places, but wanted to use the provided
.command file
. what do? I recently moved my steamapps to another SSD. Afterwards I had to re-patch Rocksmith, and the provided .command didn't quite work, so I figured out some stuff:all steamapp folders are listed in
~/Library/Application Support/Steam/steamapps/libraryfolders.vdf
the file looks something like this
RS2014's steam app id is: 221680. So in that case, we'd want to patch things in
/Volumes/VVVVVV/SteamLibrary
I assume we can not bring in any external dependencies, but we could bring in some vanilla python, as it comes with macOS.
I cooked up a litte python script without any external dependencies to find the correct library folder.
feel free to use it for future releases if so desired. I could also provide a full pull request. Please let me know if you have any kind of template for those and/or if I should change up anything before submitting.