-
Notifications
You must be signed in to change notification settings - Fork 49
ModuleKISInventory
KospY edited this page Mar 6, 2015
·
9 revisions
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`:
- `externalAccess`:
- `internalAccess`:
- `slotsX`:
- `slotsY`:
- `slotSize`:
- `itemIconResolution`:
- `selfIconResolution`:
- `openSndPath`:
- `closeSndPath`:
- `defaultMoveSndPath`:
Author: igor.zavoychinskiy@gmail.com (a.k.a. IgorZ)