File information
Created by
EphemeralSagacityUploaded by
EphemeralSagacityVirus scan
Mod articles
-
Extending ACT: A Guide for Modders to Add Custom Perks and Progression Trees
Instructions for Extending ACT with New PerksOverviewThis guide explains how to use the Creation Kit to create a FormList that ACT will dynamically import, as well as how to create ConditionForm entries to define the requirements for unlocking new perks. These FormLists and ConditionForms allow ACT to support custom perks or new perk trees introduced by other mods.
Step 1: Creating a New FormList
Open Creation Kit (CK):
Open the CK with your mod loaded, ensuring that ACT is active as a dependent plugin.
Create a New FormList:
Navigate to the Object Window.
Go to Miscellaneous > FormList.
Right-click in the FormList window and select New.
Name your FormList something with the prefix ACT_FormList (e.g., ACT_FormList_Cust...