Sewer56 / FileEmulationFramework

Framework for emulating files using Reloaded-II.
GNU Lesser General Public License v3.0
7 stars 8 forks source link

Allow adding to paks using API #7

Closed AnimatedSwine37 closed 1 year ago

AnimatedSwine37 commented 1 year ago

Adds two functions to the pak emulator api: AddFile and AddDirectory to allow other mods to programmatically add files to paks.

This is needed for a Persona Essentials update however, it's also just nice for other mods to have the option.