Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NPC config not correctly parsed with "default" #1615

Open
Pospelove opened this issue Jul 20, 2023 · 0 comments
Open

NPC config not correctly parsed with "default" #1615

Pospelove opened this issue Jul 20, 2023 · 0 comments
Assignees

Comments

@Pospelove
Copy link
Contributor

This works (npc spawn in skyrim interiors)

"npcEnabled" : true,
  "npcSettings" : 
  {
    "CombatSettings.esp" : 
    {
      "spawnInExterior" : true,
      "spawnInInterior" : true
    },
    "Skyrim.esm" : 
    {
      "spawnInExterior" : true,
      "spawnInInterior" : true
    }
  },

This not working (npc DON'T spawn in skyrim interiors)

"npcEnabled" : true,
  "npcSettings" : 
  {
    "CombatSettings.esp" : 
    {
      "spawnInExterior" : true,
      "spawnInInterior" : true
    },
    "default" : 
    {
      "spawnInExterior" : true,
      "spawnInInterior" : true
    }
  },
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants