Skyrim Special Edition
0 of 0

File information

Last updated

Original upload

Created by

digitalApple

Uploaded by

digitalApple

Virus scan

Safe to use

Tags for this mod

Mod articles

  • Adding custom rules to specific map markers

    Adding custom rules to specific map markers

    Since version 1.2.0, I've implemented a way to add your own custom rules into specific map markers by modifying the .json file found inside the SKSE/Plugins folder. Here's an example on how it is done:

    {
    "Locations" :

    }
    Before adding new rules to a map marker, you must understand what each key and value means:

    "Name" == The name of the map marker. This is used just for reference or avoid confusion, so it can be anything you want.
    "HoldID" == The FormID of the hold in which you need to be in order to fast travel to the map marker.
    "QuestID" == The FormID of the quest in which you have to complete in order to be able to fast travel to the map marker.
    "MarkerID" ==...