-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow rpaks to use starpaks that are in the mod's folder #279
Conversation
Did the reading from the rpak file thing, as far as i'm concerned this is complete and ready |
works as intended, tested myself. see clip for example |
docker: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Code is okay, and it doesn't break in wine.
Before the starpaks had to be inside the r2 directory somewhere, this PR adds a field to the rpak.json that registers starpak paths as being relative to the mod/paks directory instead.
I'm making this PR now, however I am going to try and read the starpak paths from the rpak header instead of using the json here, so yeah