-
-
Notifications
You must be signed in to change notification settings - Fork 22.5k
Support exporting selected resources without dependencies #86831
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
base: master
Are you sure you want to change the base?
Support exporting selected resources without dependencies #86831
Conversation
…sources-without-dependencies
…sources-without-dependencies
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.
Tested locally (rebased on top of master
67c96c8), it works as expected.
Testing project: truck_town_dlc.zip
Place either of these files as dlc.zip
in the same folder as the exported executable (or editor executable):
Both have the same effect (turning the grass blue), but dlc_no_dependencies.zip
is much smaller as it doesn't include the texture files, just the changed material file.
Some feedback:
The list of export mode options should be reordered, as the Export as dedicated server option should always be last:
I would list the new option below Export selected resources (and dependencies), but above Export selected resources in the project except resources checked below.
Will it be released together with 4.5 dev 4? |
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
thanks Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
thanks Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
This PR is about this proposal:
Add an export option to explicitly include selected resources without dependencies #5992