0 of 0

File information

Last updated

Original upload

Created by

CarlZee

Uploaded by

CarlZee

Virus scan

Safe to use

14 comments

  1. cmiq589346
    cmiq589346
    • premium
    • 61 kudos
    This is a great idea. But do you think you could make an option where only guards will react? It seems a bit over enthusiastic for ordinary people to suddenly start attacking me for the "crime" of putting down a bottle of skooma!
    1. CarlZee
      CarlZee
      • premium
      • 204 kudos
      I could look into it, but all this mod does is trigger a stealing crime event, so those npcs would have the same reaction if you took an owned spoon
    2. cmiq589346
      cmiq589346
      • premium
      • 61 kudos
      Ah, ok. Well in that case, do you think you could add all the potential factions that shouldn't care: Thieves Guilds in Skyrim and Cyrodiil, etc? I'm assuming it's already set up so a zero alarm value doesn't trigger a crime or response?
    3. CarlZee
      CarlZee
      • premium
      • 204 kudos
      Some classes and factions are already blacklisted (Smugglers, Necromancers, Thieves Guild, Camonna Tong, Ashlanders and Telvanni), however I do not check the victim's alarm before triggering it, I should probably add that.
    4. cmiq589346
      cmiq589346
      • premium
      • 61 kudos
      Definitely the zero alarm would be useful. I just added in some factions which made sense to me:

      local function isSmuggler(actor)
      if config.smugglerList[actor.id:lower()] then return true end
      if actor.class.id == "Smuggler" or actor.class.id == "Necromancer" or (actor.faction and (actor.faction.id == "Thieves Guild"
        or actor.faction.id == "Camonna Tong"
        or actor.faction.id == "Ashlanders"
        or actor.faction.id == "Telvanni"
        or actor.faction.id == "T_Cyr_ThievesGuild"
        or actor.faction.id == "T_Sky_ThievesGuild"
      or actor.faction.id == "Twin Lamps"  
        )) then
    5. CarlZee
      CarlZee
      • premium
      • 204 kudos
      Yeah I tried some stuff and it seems NPCs report crimes regardless of their alarm value, and since the vast majority of NPCs have an alarm value of 0 I decided against putting that check since then the mod would basically never trigger except in front of guards.
    6. cmiq589346
      cmiq589346
      • premium
      • 61 kudos
      Shame.

      But, I was thinking. Surely if the code is doing a check on NPC classes to exclude from the logic, it could be reversed to only include guards?
    7. CarlZee
      CarlZee
      • premium
      • 204 kudos
      Ok I added a config option to only affect guards
    8. cmiq589346
      cmiq589346
      • premium
      • 61 kudos
      Thank you!
  2. ErwintheGerman
    ErwintheGerman
    • supporter
    • 11 kudos
    False alarm, disregard! 
    1. CarlZee
      CarlZee
      • premium
      • 204 kudos
      Your antivirus is tripping a false positive, you can see in the preview it's the same files
    2. ErwintheGerman
      ErwintheGerman
      • supporter
      • 11 kudos
      Yep, seems to be fine now. How strange! I'll delete this comment so it doesn't negatively impact downloads. 
  3. Levetroy
    Levetroy
    • member
    • 0 kudos
    Why not OpenMW?
    1. CarlZee
      CarlZee
      • premium
      • 204 kudos
      The API is different and I play with MWSE.