Skyrim Special Edition

You have the following options. The values shown here are the default ones.

[Other Stuff]
; Set to false to suppress the 'INI changed between saves' message.
INI_changed_msg true
; Set to true to remove the initial carry weight bonuses on your container items.
RemoveCarryBoosts = true
; Set to true to return to the initial menu after closing your container's menu (which you had opened by holding equip).
ReturnToInitialMenu = true
; Set to true to sell your container to vendors together with the items inside it.
BatchSell = true
; Set to true to make your containers weigh nothing by default.
CloudStorage = false


----------------------------------------------------------------------------------------------------------------------------------------------


You have the two other sections in the INI, [Containers] and [Capacities], where you can specify the items you want as containers and their respective weight limits if you want to.

You do not need to touch anything here. 
Instead, you can specify the items you want as containers in YAML files. See here for more on this.

But here it is anyway:

Spoiler:  
Show


[Containers]
container1 = (Here comes the FormID or EditorID of the item you want to turn into a container)
container2 = (same as above if you have a different item that you want to use as a container)
(Add more containers below if you want)

  • You can use zEdit, xEdit, or the console command help to find FormIDs and EditorIDs of your items.
  • If you need more help, an example in xEdit is shown in the Images section of Fuelable Framework.
  • Important: To be able to use EditorIDs, you have to have po3's Tweaks installed. Otherwise, you need to use FormIDs. You can still use EditorIDs together with FormIDs if you have po3's Tweaks.


[Capacities]
container1 = (Put a number here that determines the weight limit of the container you specified as container1 in the [Containers] section above.)
(Add the remaining weight limits if you have more containers specified in the [Containers] section above)

----------------------------------------------------------------------------------------------------------------------------------------------

Important! The keys in the INI for each container must be unique to that container.
(In this context, a key is what is written on the left-hand side of each equality, i.e. container1 in container1 = ccFSVSSE001_Backpack_Basic)
Use the same key for the container and weight limit to match the two with each other.

Note: 
You can batch-configure container items by using the xEdit script under Misc Files.
You need to edit the bottom part of the script if you want to use it. See the video in the Videos section or the GIF in the Images section.


Article information

Added on

Edited on

Written by

Quantumyilmaz

0 comments