Morrowind
0 of 0

File information

Last updated

Original upload

Created by

Necrolesian

Uploaded by

Necrolesian

Virus scan

Safe to use

12 comments

  1. catsareawesome
    catsareawesome
    • member
    • 2 kudos
    Forget about the indexes what is going on with your minimap
  2. MTRHasAlreadyBeenTaken
    MTRHasAlreadyBeenTaken
    • member
    • 30 kudos
    When changing names of the mods from "Renamer" series, so they group together?

    Renamer, Potions
    Renamer, Propylon Indices
    Renamer, Soulgems
    1. theRascal77
      theRascal77
      • member
      • 0 kudos
      +1 to this
  3. Wubbledee
    Wubbledee
    • member
    • 10 kudos
    Something freaky is going on.  Installing this randomly changes what my character is wearing.
    1. Necrolesian
      Necrolesian
      • premium
      • 109 kudos
      That's weird. I'm assuming you're using the MWSE version? There is a bug in Morrowind that can happen when you load a save and the inventory is in a different order than it was when the save was created (which can happen when renaming items, which affects inventory order). The game can get confused about which items are equipped and randomly equip/unequip stuff. You can definitely see this when you install/uninstall the MWSE Rational Names mid-playthrough.

      But I thought that only happened when the stuff you had equipped came after the renamed things in the inventory. And just about everything you can equip comes before misc items. Did you have a probe equipped? Or maybe the order doesn't matter, only that it changes between saving and loading.

      Anyway,  if this is a result of that Morrowind bug, it should only happen once. Save again with this mod installed and everything should be fine.
    2. Wubbledee
      Wubbledee
      • member
      • 10 kudos
      Hey.  Late reply.  Just letting you know that a re-equip and resave fixed it.  Thanks.
  4. Maarsz
    Maarsz
    • premium
    • 23 kudos
    Could this be updated to include the Tamriel Rebuilt propylon indices? I'm not sure if they're a new addition or if they've been there from earlier versions.
    1. Necrolesian
      Necrolesian
      • premium
      • 109 kudos
      The MWSE version includes the TR indexes but the plugin version doesn't yet. That's on my todo list, but it'll probably be a while, I haven't had much time for Morrowind recently.
    2. Maarsz
      Maarsz
      • premium
      • 23 kudos
      I'm not sure what "plugin version" you're referring to, but the data.lua of this mod needed the item names to kick in, it didn't cover the TR indices without them.

      return {
          indexes = {
              {
                  id = "index_andra",
                  name = "Propylon Index, Andasreth"
              },
              {
                  id = "index_beran",
                  name = "Propylon Index, Berandas"
              },
              {
                  id = "index_falas",
                  name = "Propylon Index, Falasmaryon"
              },
              {
                  id = "index_falen",
                  name = "Propylon Index, Falensarano"
              },
              {
                  id = "index_hlor",
                  name = "Propylon Index, Hlormaren"
              },
              {
                  id = "index_indo",
                  name = "Propylon Index, Indoranyon"
              },
              {
                  id = "index_maran",
                  name = "Propylon Index, Marandus"
              },
              {
                  id = "index_master",
                  name = "Propylon Index, Master",
                  master = true
              },
              {
                  id = "index_roth",
                  name = "Propylon Index, Rotheran"
              },
              {
                  id = "index_telas",
                  name = "Propylon Index, Telasero"
              },
              {
                  id = "index_valen",
                  name = "Propylon Index, Valenvaryon"
              },
              {
                  id = "T_De_Index_Althandas",
                  name = "Propylon Index, Althandas"
              },
              {
                  id = "T_De_Index_Andvaryon",
                  name = "Propylon Index, Andvaryon"
              },
              {
                  id = "T_De_Index_Bisandryon",
                  name = "Propylon Index, Bisandryon"
              },
              {
                  id = "T_De_Index_Hlomaseth",
                  name = "Propylon Index, Hlomaseth"
              },
              {
                  id = "T_De_Index_Hlorandar",
                  name = "Propylon Index, Hlorandar"
              },
              {
                  id = "T_De_Index_Idaverrano",
                  name = "Propylon Index, Idaverrano"
              },
              {
                  id = "T_De_Index_Khalaan",
                  name = "Propylon Index, Khalaan"
              },
              {
                  id = "T_De_Index_Khomayon",
                  name = "Propylon Index, Khomayon"
              },
              {
                  id = "T_De_Index_Koranyon",
                  name = "Propylon Index, Koranyon"
              },
              {
                  id = "T_De_Index_Mandaran",
                  name = "Propylon Index, Mandaran"
              },
              {
                  id = "T_De_Index_Mandaryon",
                  name = "Propylon Index, Mandaryon"
              },
              {
                  id = "T_De_Index_Merihayan",
                  name = "Propylon Index, Merihayan"
              },
              {
                  id = "T_De_Index_Othandus",
                  name = "Propylon Index, Othandus"
              },
              {
                  id = "T_De_Index_Othrano",
                  name = "Propylon Index, Othrano"
              },
              {
                  id = "T_De_Index_Othrobar",
                  name = "Propylon Index, Othrobar"
              },
              {
                  id = "T_De_Index_Romayon",
                  name = "Propylon Index, Romayon"
              },
              {
                  id = "T_De_Index_Salandus",
                  name = "Propylon Index, Salandus"
              },
              {
                  id = "T_De_Index_Turendas",
                  name = "Propylon Index, Turendas"
              },
              {
                  id = "T_De_Index_Valandus",
                  name = "Propylon Index, Valandus"
              },
              {
                  id = "T_De_Index_Vandirelyon",
                  name = "Propylon Index, Vandirelyon"
              },
              {
                  id = "T_De_Index_Volenfaryon",
                  name = "Propylon Index, Volenfaryon"
              },
              {
                  id = "T_De_Index_Vyndismaren",
                  name = "Propylon Index, Vyndismaren"
              }
          }
      }
    3. Necrolesian
      Necrolesian
      • premium
      • 109 kudos
      Oh you're totally right and I was confused. I'm planning on creating a plugin version of this mod but I haven't yet. But yes adding them to data.lua like that will solve the issue for now (that's exactly what I'll do when I finally update this mod).
  5. AnturaV
    AnturaV
    • member
    • 1 kudos
    to delete
  6. ARavenOfManyHats
    ARavenOfManyHats
    • member
    • 26 kudos
    heeeeelll yeah, brother