Skip to content
KospY edited this page Mar 6, 2015 · 9 revisions

ModuleKISInventory

This module add an inventory to the part.

Sample module configuration with the default values :

MODULE
{
	name = ModuleKISInventory
	maxVolume = 1
	externalAccess = true
	internalAccess = true
	slotsX = 6
	slotsY = 4
	slotSize = 50
	itemIconResolution = 128
	selfIconResolution = 128
	openSndPath = KIS/Sounds/containerOpen
	closeSndPath = KIS/Sounds/containerClose
	defaultMoveSndPath = KIS/Sounds/itemMove
}```

- `maxVolume `: Maximum volume of inventory. 
- `externalAccess`: Allow inventory access by right clicking on the part from outside (from EVA)
- `internalAccess`: Allow inventory access by right clicking on the part from inside (from vessel)
- `slotsX`: Number of slot on the horizontal axis.
- `slotsY`: Number of slot on the vertical axis.
- `slotSize`: Size of the slots.
- `itemIconResolution`: Resolution of the item's slot icon.
- `selfIconResolution`: Resolution of the part's icon.
- `openSndPath`: Open sound of the inventory
- `closeSndPath`: Close sound of the inventory
- `defaultMoveSndPath`: Default move sound of items in the inventory
Clone this wiki locally