Skip to content
This repository has been archived by the owner on May 16, 2020. It is now read-only.

Commit

Permalink
Merge branch 'master' of https://github.com/MrMith/StackingItems
Browse files Browse the repository at this point in the history
oof
  • Loading branch information
MrMith committed Jan 23, 2019
2 parents 7f987b7 + 5a7cab9 commit 726a66d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@ Put StackingItems.dll into sm_plugins folder.
## Config Options.
| Config Option | Value Type | Default Value | Description |
| :---: | :---: | :---: | :---: |
| si_globaldict | Dictionary | Empty Dictionary | Dictionary that keeps custom stacksizes for items. |
| si_override_keycard | Integer | -1 | Override all keycards to stack to this. Keep this to -1 to disable |
| si_disable | Boolean | false | Disable the entire StackingItems plugin. |
| si_extract | Boolean | true | Should players keep their items when they extract as D-Class or Scientist. |
| si_globaldict | Dictionary | Empty Dictionary | A dictionary that stores custom stack sizes for items.|
| si_override_keycard | Integer | -1 | Override all stack sizes of keycards. Leave this default at -1 to disable. |
| si_disable | Boolean | false | Disable the entire Stacking Items plugin. |
| si_extract | Boolean | true | Should a player save items when they are rescued as D-class or Scientist.|
| si_globalstacksize | Integer | 1 | If this is set to anything over 1 this will change every stacksize for every item to this. si_globaldict values will still be set|

All weapons (MicroHID,COM15,ect...) have their stacksize force set to 1 till I get around to fixing them.
All weapons (MicroHID, COM15, etc.) have a stack size of 1, until I find time to fix them.

If you set stacksize to anything below 1 it will act like its 1 aka normal game behavior.
If you set the stack size below 1, it will behave like normal game behavior.

Example for si_globaldict:25:5,14:4 would be frag grenade at 5 and medkit at 4 for stacksize.
Example for si_globaldict: 25:5,14:4
a stack-size of 5 for fragmentation grenades and a stack-size of 4 for medkits.

https://github.com/Grover-c13/Smod2/wiki/Enum-Lists#itemtype


| Command(s) | Value Type | Description |
| :---: | :---: | :---: |
| si_version | N/A | Get the version of this plugin |
Expand All @@ -30,4 +30,4 @@ https://github.com/Grover-c13/Smod2/wiki/Enum-Lists#itemtype
## Known issues
8th slot doesn't stack.

If there is any issues please message me on discord or submit a issue.
If there are any problems, please private message me on Discord or submit a Github issue.

0 comments on commit 726a66d

Please sign in to comment.