Skyrim

Neck gaps come from three major factors:
NPC's Weight Value
NPC's Weight Modification Based on its Race
The Skeleton It Uses.

These neck gap very often appear when those three values/resources were changed on an esp/nif level (the esp files was changed, or the NPC suddenly uses a new body and skeleton.

Most of the time any SKSE users who have a spell that allows them to cast QueueNiNodeUpdate() on themselves can help, but there are a few times in which that can even fail.

Luckily for us there is a console command
called "SetNPCWeight" which does exactly what we need to fix this. 

(at least for me, and Ive had to deal with about 25-30 instances them now :D)


Directions For Those Who Know Their Way Around
If you know how tes5edit works, take a look at the winning override record
of the NPC which has the neck problem and check its weight value, "NAM7 - Weight"

Ck users just need to load in the appropriate esp file and take a look at the NPC normally.

After writing down the weight value quit out of tes5edit/ck and load up your game which has the neck gap issue.

1.  In console, select the NPC which has the neck gap. ( this mod will make sure that the reference you have selected is the right reference.
2. Type in "SetNPCWeight ###" [replace ## with the value which was shown
in tes5edit, as an integer] (round to the nearest integer if you have
to).

Note: The NPC's head may look suuuper weird after using this function.  THATS OK!

3. Make a new save and reload the game.  Any weird head problems will go away

Thats it.  :D

Note: 
If it's still not right you can use the console command again, just adjust the weight value higher or lower (if you see a neck gap then you need to make the character lighter,  if your neck is overlapping your body you need to make the character a little heavier)


Directions For Those Who Like Step By Step Instructions
Step 1: Get The Base Record ID of the NPC in question. (The 8 digit hex number)

1.   Select the Affected NPC in console. 
1a. If you have MFGConsole then it will be listed on the bottom right side of the screen."baseID"
1b. Otherwise type in:

help "[Name Of NPC]" 4

and it should display the name of your NPC, with its Base FormID wrapped in parenthesis.
Something like:

NPC_"Lydia"(000a2c8e)   [000a2c8e is the base formid.]

Note: If you have multiple listings that are not what you are looking for, then use the PAGEUP and PAGEDOWN keys to scroll through the listings until you find what you are looking for.

2.  Write Down that 8 Digit Hex number.  In the Example above,  the formID for Lydia would be 000a2c8e.


Step 2: Look Up The NPC In Question and find its weight value.

3.  Run Tes5Edit (if you use Mod Organizer, you need to run Tes5edit through Mod Organizer)
4.  A checkbox list titled "Master/Plugin Selection" will appear.  Just Press OK.
5.  Wait for it to finish loading.
6.  At the top left-hand corner is a input box titled "FormID".  Input the formId you wrote down and press enter.

7.  Shift your focus to the big window and pretend you are looking at a big excel spreadsheet.
8.  In the first column there will be a cell called "NAM7- Weight", it can be found around halfway.
9.  Next to it will be a number,  that is the weight value we are looking for!  Write it down.

Note:  If the background of the spreadsheet is a combination of yellow red and green, and the row we are looking at has multiple values,  grab the value that is farthest to the right. To help keep track, you can highlight the appropriate row by clicking it.

Step 3: Use The Console Command With The Supplied Weight

10.  Load up your save and select the npc we are modifying in the console
11.  Type in:
SetNPCWeight ###  [where ### will be the value you wrote down in step 9]

Note: The NPC's head may look suuuper weird after using this command.  THATS OK!


12.  Make a new save and then reload the game.

That's it!

Note:  If it's still not right you can use the console command again, just adjust the weight value higher or lower (if you see a neck gap then you need to make the character heavier,  if
your neck is overlapping your body you need to make the character lighter.  Remember you always have that backup save so experiment until you get it right!)

Article information

Added on

Edited on

Written by

ThreeTen

12 comments

  1. Jaquesin
    Jaquesin
    • premium
    • 0 kudos
    Noice! This worked beautifully. Thank you :)
  2. ReaIity
    ReaIity
    • member
    • 0 kudos
    Fixed my problem right up! Thank you very much.
    :-]
  3. LoZRupees1
    LoZRupees1
    • supporter
    • 0 kudos
    Thanks for this super useful and super easy to understand guide!
  4. Maeldun0
    Maeldun0
    • premium
    • 92 kudos
    I think you are describing not a neck seam, but a color mismatch between the head and body. A neck seam can be caused by mismatched textures (typically normal or specular maps) or improperly flagged body meshes. A neck gap can be caused by using an imported head that was exported for a different body weight, or using an outfit that only supports one extreme (i.e. 0% or 100%) weight due to not having a working weight slider.

    The issue you are describing has often been called other things, such as the "gray face bug." It is not technically a seam, but a mismatch of the tint applied to the head texture.
    1. ThreeTen
      ThreeTen
      • premium
      • 119 kudos
      Sorry I meant gap, but at the same time a neck gap is caused by a mismatch of a race and a weight that has been changed. not just from a heady that was exported for a different body, it can and does happen just by changing the race of a an npc in game, and then changing it back.
    2. Diramm95
      Diramm95
      • member
      • 0 kudos
      so regarding the neck gap problem, is starting a new save files fix it?
  5. GiulerPowerGamer
    GiulerPowerGamer
    • member
    • 5 kudos
    Thanks this fixed my followers wrists and the gap on her feets but not the gap on her neck :( have you another solution? First it looks fine, well besides the funny head. But when I save the game and reload it the gab is there again...
  6. aurimukiss975
    aurimukiss975
    • member
    • 0 kudos
    Ok, so i have a neck gap problem, but it isn't for an npc, it is for my main character. The main problem is that it's only for that chracter preset that im using (I have RaceMenu, so i've imported the preset) and i honestly have no clue how that gap appeared there, since the way i made it was through remodeling another preset that i've downloaded off of nexus. No other character in the game has that problem, not even the other presets that i've downloaded. Any help or suggestions?
    1. aurimukiss975
      aurimukiss975
      • member
      • 0 kudos
      I've tried changing the characters weight. IF the weight is anywhere below or equal to 100, the gap is there. If i set the weight to above 100, then the head and neck star overlaping in a pretty obvious way.
  7. deleted33981075
    deleted33981075
    • account closed
    • 0 kudos
    Not sure if anyone is going to read this but...
    I created my first mod. a custom NPC by exporting data from showracemenu and using creation kit/nifskope/nifmerge/gimp (4 programs!?!)
    at first my character was fine except the facial sliders and expressions were not loading, my error i needed to do some work with the dds via gimp
    after that the face was great - expression, colour was fine but there was a neck gap
    using ~console to edit the weight of my NPC does correct the neck gap, but now the face colour has gone pale and the face sliders/expressions have reverted back to default.
    I tired to do the nifmerge and gimp processes again but it didn't fix the problem.

    i think the problem is because when i exported the data via showracemenu i wrote down the weight, but didn't know how to convert it to the weight in ck. can i edit the weight of my npc in ck to fix the problem?
    1. Jrr1011
      Jrr1011
      • premium
      • 35 kudos
      If you load up CK and select the NPC in question, go to the 'Traits' tab and put in the desired amount in the box labelled 'Weight'.

      If it doesn't work straight away, keep trying different weights. I recently created a Bodyslide Preset to use in CK, but it created a neck gap when at a weight lower than 100.
  8. Morato
    Morato
    • member
    • 0 kudos
    can't i just do this for evryone?
  9. Rollo67
    Rollo67
    • member
    • 0 kudos

    And as the color of the head and body to do the same?