Property List Duplication
Feature
Allows you to make a single .prop get loaded in multiple places. A common use case is for EditorKeys, where you commonly need to maintain the same exact file in multiple locations, with this you can maintain one file and duplicate it to the other places.
Usage
All property duplications data is defined inside the prop_duplications folder, so you must first create that folder in your mod.
Create a .prop file with a unique name in the prop_duplications folder.
In that .prop file, add a string8s array, with each entry duplicating a .prop file.
To duplicate a property, add an entry to that list, each entry has the following format:
There should be a key
property in the same file, with the same name that you used for target_keyname
, which tells UPE where to duplicate this .prop file to.
There should also be a key
property in the same file, with the same name that you used for source_keyname
, which tells UPE what .prop file is being duplicated.
As an example, your file might look something like this: