Group are added from all INI files at the beginning, after Filters and Collections, but before other sections.
Group section syntax:[Group.UniqueNameForGroup]
Filter=NameForDefinedFilter
Forms=Form1, Form2, etc
Collection=NameForDefinedCollection,NameForDefinedCollection, etc
Where:
- UniqueNameForGroup- must be unique. The name is used by items sections.
- Filter is name of previously defined Filter. To learn more about the filters, see this article. Optional. Can occur only once.
- Forms is list of is FormID~PluginName.esp or EditorID. Optional. Can occur multiple times.
- Collection is list of previously defined Collections. To learn more about the Collections, see this article. Optional. Can occur multiple times.
- A group is skipped and invalid if it does not contain at least one form.
Examples:
[Group.MeetConditionsGroup]
Filter=SkyrimExists
Forms=IronSword,IronGreatsword,0x135B8
Collection=SimpleCollectionWeaponIron
[Group.SimpleGroupWeaponIron]
Collection=SimpleCollectionWeaponIron
[Group.SimpleGroupWeaponIronNotSword]
Collection=SimpleCollectionWeaponIronNotSword
[Group.MultipleFormsGroup]
Filter=SkyrimExists
Forms=0x135B8
Forms=IronSword
Forms=IronGreatsword
[Group.MultipleCollectionsGroup]
Collection=SimpleCollectionWeaponIron
Collection=SimpleCollectionWeaponIronNotSword
0 comments