Fallout 4

File information

Last updated

Original upload

Created by

reg2k - Neanka - shadowslasher410

Uploaded by

registrator2000

Virus scan

Some manually verified files

Mod articles

  • extended changelogs

    1.34

    fixed SetPropertyValueEx and GetPropertyValueExalso now u can create shared options list in json
    define lists in header
    kinda
    {
    "minMcmVersion": 1,
    "modName": "ESH",
    "ownerModName": "def_w_core",
    "displayName": "Explosives Swap Hotkeys",
    "sharedLists": {
    "list1": ,
    "list2":
    },
    then use
    "valueOptions": {
    "sharedOptions": "list1",
    "sourceType": "ModSettingInt"
    },

    also u can get options list from formlist
    use
    "valueOptions": {
    "listFromForm": "test_perks.esp|177B",
    ...