Difference between revisions of "Creating a Companion"

From the CreationKit Wiki
Jump to navigation Jump to search
imported>Blackie
(Created page with "The following procedure will create a basic companion using Bethesda's generic companion system. It will work for most races, but not the beast races. If you want to use a b...")
 
imported>Blackie
Line 1: Line 1:
The following procedure will create a basic companion using Bethesda's generic companion system.  It will work for most races, but not the beast races.  If you want to use a beast race, you'll have to add the beast voices to the FormList VoicesFollowNeutral formlist.   
The following procedure will create a basic companion using Bethesda's generic companion system.  It will work for most races, but not the beast races.  If you want to use a beast race, you'll have to add the beast voices to the FormList VoicesFollowNeutral formlist.   


1. Create an NPC using the Tutorial Creating an Actor.  [[http://www.creationkit.com/Creating_an_Actor]].  Then make the following changes on each of the tabs in the NPC setup window.   
1. Create an NPC using the Tutorial Creating an Actor.  Then make the following changes on each of the tabs in the NPC setup window.   


2. Factions Tab - Add the following with the rank appearing in the first column: -1 CurrentFollowerFaction, 0  PotentialFollowerFaction, 0 PotentialMarriageFaction.
2. Factions Tab - Add the following with the rank appearing in the first column: -1 CurrentFollowerFaction, 0  PotentialFollowerFaction, 0 PotentialMarriageFaction.

Revision as of 10:34, 15 February 2012

The following procedure will create a basic companion using Bethesda's generic companion system. It will work for most races, but not the beast races. If you want to use a beast race, you'll have to add the beast voices to the FormList VoicesFollowNeutral formlist.

1. Create an NPC using the Tutorial Creating an Actor. Then make the following changes on each of the tabs in the NPC setup window.

2. Factions Tab - Add the following with the rank appearing in the first column: -1 CurrentFollowerFaction, 0 PotentialFollowerFaction, 0 PotentialMarriageFaction.

3. 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 – Ally Association – None

4. Traits Tab – Always check Unique and either Essential (will not die) or Protected (Can die). The Voice - Use the MaleNord Voice for males and the FemaleEvenToned for females. These work for sure, some of the others do not because there is a condition on the dialogue that restricts its execution to the voices on the FormList for VoicesFollowerNeutral. If you want something different, choose from the form list. Disposition – change to 70 or 75 so the NPC will like you enough to ensure you get the "I need help..." option.

5. Stats Tab – Under Leveling Data you will see two Calc boxes. The first one should be 5 or 6 and the second one 80, which will allow the NPC to level up to Level 80 along with the Player. This only works if you check the PCLevelMult checkbox. The stats will become automatic and you will not be able to set any of them. If you uncheck that box you can set the stats, but the NPC will not level. Speed – Set a little higher, like 125, to ensure the companion will be able to keep up with the player.

6. AI packages Tab – Find the Character topic in the Object Window, expand the file structure, and click on Package. Scroll down the list till you find DefaultSandboxCurrentLocation256. Right click on this and choose copy. Open this in its setup window, change the name to MyModSandboxCurrentLocation. On the form you can change the distance they will roam from 256 to 512 or 1024 to give them a little more roaming room. This becomes the default Sandbox package, so the NPC stays where you break up with him/her. So you can leave them in your house, or an Inn where you know they’ll be there when you come back. Now go back to the AI Packages Tab on your Companion setup window, right click on the text box, and select Add. Choose the Sandbox package you just created.

7. Inventory Tab – The top boxes are for setting up their default armor/clothing, which you can not see in their inventory, but they do have. You can leave this on None, add armor to the regular inventory, and they will wear whatever you want. But when you tell them its time to go, they will revert to their default. So if there is no default, they may be walking around in their underwear or even nude if you're using a nude mod.

Make any additional changes you want, click File on the top menu, and save your changes. Your NPC is now a Companion.

--Blackie 09:28, 15 February 2012 (EST)