Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing description on how to use digiline filter-injector #41

Open
GrimPixel opened this issue Sep 8, 2022 · 1 comment
Open

Missing description on how to use digiline filter-injector #41

GrimPixel opened this issue Sep 8, 2022 · 1 comment
Labels
documentation Improvements or additions to documentation

Comments

@GrimPixel
Copy link

I don't know which command it takes. Wiki doesn't say that. I would like to see the command displayed directly next to the “Channel”.

@S-S-X
Copy link
Member

S-S-X commented Sep 8, 2022

Command is too complicated for displaying next to channel, it would require another form in game.
Should also be documented but here's partial list of parameters for commands:

Simple text command: "modname:itemname 50" where 50 is count.
And then table command which allows a lot more configuration, something like this:

{
  slotseq = "priority", -- "random" or "rotation" sets inventory slot lookup mode
  exmatch = true, -- or false sets requirement for exact matching
  name = "modname:itemname", -- item name
  group = "cracky", -- item group filter
  count = 50, -- requested item count, if exmatch is false then smaller stack can be returned
  wear = {1,2}, -- wear filter, min/max match if table, equality if number
  metadata = "" -- metadata filter, match if serialized metadata equals
}

@S-S-X S-S-X added the documentation Improvements or additions to documentation label Sep 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants