Skyrim Special Edition
0 of 0

File information

Last updated

Original upload

Created by

alandtse

Uploaded by

alandtse

Virus scan

Safe to use

Tags for this mod

About this mod

SKSE/VR DLL that automatically allows Papyrus scripts to be aware and also allows other DLLs to support zmerge merges. Supports SE/AE/VR.

Requirements
Permissions and credits
Mirrors
Changelogs
Donations
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.

This was previously embedded in various versions of BaseObjectSwapper, SeasonsOfSkyrim, and SPID.

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!

Source