0 of 0

File information

Last updated

Original upload

Created by

Stripes

Uploaded by

NoUsernamesNotTaken

Virus scan

Safe to use

4 comments

  1. NewVegasRaider
    NewVegasRaider
    • member
    • 2 kudos
    Amazing mod, though for some reason I can't get it to rename dark elves. Anyone else run into this?
    1. mikrit111186
      mikrit111186
      • member
      • 1 kudos
      Never noticed that this was a problem until I installed NIR (which is also an amazing mod!). I may have fixed it by deleting and replacing lines 322-329 (unless you've added more generically named npcs to the name table).

      Find and delete these 8 lines.

              elseif checkRace == "Dark Elf" then
                  if e.reference.object.faction then
                      if e.reference.object.faction.id == "Ashlander" then
                          raceNames = 5
                      else
                          raceNames = 4
                      end
                  end

      Copy & Paste these 4 lines in the spot where you deleted the 8 lines.

              elseif ((checkRace == "Dark Elf") and (e.reference.object.faction) and (e.reference.object.faction.id == "Ashlanders")) then
                  raceNames = 5
              elseif (checkRace == "Dark Elf") then
                  raceNames = 4

      Don't forget to save the script. It might fix it maybe? It seems to have worked for me (in a few quick tests). Good luck!
  2. tewlwolow
    tewlwolow
    • premium
    • 110 kudos
    This is ridiculously good.
  3. Tapetenklaus
    Tapetenklaus
    • member
    • 34 kudos
    Insane how little attention this mod has gotten.
    I love it and will never play without it. I always hated how everybod had a name in the gameworld with the exception of a few sad guards and other weirdos. Mods that change NPCs to be unique are way to conflict heavy. This is a lightway, minimalist solution!
    Thanks!