Skip to content

Post Processing_Include

nahkd123 edited this page Jul 12, 2022 · 1 revision
{"type": "include", "file": "json-file-to-include.json"}

include pass is used to include passes from another JSON file, so you can keep your multipacks.json small and keep a dedicated file just to work on post processing passes.

Some users might create a bunch of post processing JSON files and exports them as library, so you can reuse those. In this case, don't forget to delete the file once you've done:

[
    {"type": "include", "file": "data/cool-library/overlays-all.json"},
    {"type": "delete", "file": "data/cool-library/overlays-all.json"}
]

Multipacks Wiki super-duper-useful sidebar

New to Multipacks?

Multipacks Basics

Post processing passes

Platforms

Miscellaneous

Clone this wiki locally