From 5a7cab9dacf5cfffabe6ac03b1a697b99dcd9748 Mon Sep 17 00:00:00 2001 From: MrMith <25213249+MrMith@users.noreply.github.com> Date: Sun, 20 Jan 2019 10:47:23 -0600 Subject: [PATCH] Hopefully google translator friendly --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 46cff1c..b99ac98 100644 --- a/README.md +++ b/README.md @@ -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 | @@ -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.