Optional for zmerge support. Was previously embedded.
Permissions and credits
Credits and distribution permission
Other user's assetsAll the assets in this file belong to the author, or are from free-to-use modder's resources
Upload permissionYou are not allowed to upload this file to other sites under any circumstances
Modification permissionYou must get permission from me before you are allowed to modify my files to improve it
Conversion permissionYou are not allowed to convert this file to work on other games under any circumstances
Asset use permissionYou must get permission from me before you are allowed to use any of the assets in this file
Asset use permission in mods/files that are being soldYou are not allowed to use assets from this file in any mods/files that are being sold, for money, on Steam Workshop or other platforms
Asset use permission in mods/files that earn donation pointsYou are not allowed to earn Donation Points for your mods if they use my assets
Author notes
See LICENSE on GitHub which overrides this.
File credits
This author has not credited anyone else in this file
Donation Points system
Please log in to find out whether this mod is receiving Donation Points
Users of zmerge, may break a SKSE dll or papyrus script that does any lookup of formids because the dll or script will not know that the modname and formids have changed. MergeMapper solves this problem.
Papyrus Scripts will automatically be aware of merges without further changes. No need to relink scripts in Zmerge.
DLLs may become aware of remapped ids if a SKSE DLL has been written to use MergeMapper. See Developer Usage section below for how to convert.
For a list of all mods that are enabled by this framework, check the requirements section.
Developer Usage: Instructions can be found here. The API is designed to allow as a optional runtime dependency to add functionality if it is found. In other words, your mod should work even if the user doesn't install MergeMapper.
Future Plans:
Automatically handle Game.GetFormFromFile papyus without using zMerge scripts (if possible) Done!