Skyrim Special Edition

The YAML configs go to SKSE\Plugins\Containerize\presets folder. They can have any name.

Example YAML (indentations matter!):

bandoliers.yml

Spoiler:  
Show


containers:
  - FormEditorID: 1Dr_BAN_SatchelR # form or editor id of the containerized item. in this case editor id.
weight_limit: 50 # weight limit of the container
cloud_storage: true # items added to container wont change its total weight. 
  - FormEditorID: 1Dr_BAN_BeltBagR
weight_limit: 50
initial_items: # these will be "starting items" for 1Dr_BAN_BeltBagR, i.e. they will be in it.
- FormEditorID: RestoreHealth05 # health potion
  count: 3
- FormEditorID: DamageHealthLinger02
  count: 3




  • Each file needs to start with `containers:` (see spoiler).
  • To add a new container simply start a new node with its `FormEditorIDas shown above.
  • If you do not set `weight_limit` there won't be a weight limit for that container.
  • If you do not set `cloud_storage`, the INI setting will be used.

Article information

Added on

Edited on

Written by

Quantumyilmaz

0 comments