Difference between revisions of "Creating a Marriagable NPC"

From the CreationKit Wiki
Jump to navigation Jump to search
imported>The--dud
(Created page with "The following procedure will make any NPC marriagable. # Create an NPC using the Bethesda Tutorial Creating an Actor. Then make the following changes on each of the ...")
 
imported>The--dud
Line 12: Line 12:
#:Association – None
#:Association – None


# Traits Tab – The Voice - This is very important. There is a condition to trigger the "You interested in me?" dialogue. It appears Bethesda only recorded this for a few specific voice types. '''If you pick any other voice type you can't marry this NPC.'''
# Traits Tab – The Voice - This is very important. There is a condition to trigger the "You interested in me?" dialogue. It appears Bethesda only recorded this for a few specific voice types.
#:'''If you pick any other voice type you can't marry this NPC.'''
#:'''Allowed voice types'''
#* Meh
#* Meh
#* Meh
#* Meh

Revision as of 09:40, 16 March 2012

The following procedure will make any NPC marriagable.

  1. Create an NPC using the Bethesda Tutorial Creating an Actor. Then make the following changes on each of the tabs in the NPC setup window.
  1. Factions Tab - Add the following with the rank appearing in the first column: 0 PotentialMarriageFaction.
  1. Relationship Tab – Right click and select New, and add the following in the popup window:
    Name – NPCFormIDPlayerRelationship (CMBreePlayerRelationship for example).
    Parent – Should already be filled in with NPC FormID(i.e. CMBree). Do not change it.
    Child – Player,
    Relationship – Lover,
    Association – None
  1. Traits Tab – The Voice - This is very important. There is a condition to trigger the "You interested in me?" dialogue. It appears Bethesda only recorded this for a few specific voice types.
    If you pick any other voice type you can't marry this NPC.
    Allowed voice types
    • Meh
    • Meh
    • Meh
    • Meh


  1. Make any additional changes you want, click File on the top menu, and save your changes. You can now marry this NPC.

Remember that you need to have spoken to Maramal about marriage, and you need to wear an Amulet of Mara.