File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -86,6 +86,7 @@ VRChat parameters:
8686| ` PS_ShockActive ` | ` bool ` | Set to true while a shock is active, then automatically reset to false. |
8787
8888You can configure the duration (default 4) through the configuration file. You must also set your credentials in there.
89+ The configuration allows you to configure one or more codes to be triggered for each shock.
8990
9091The intensity and intensity cap are periodically saved after 10 seconds of being changed. When an avatar loads in, it
9192will automatically be populated with the last values.
Original file line number Diff line number Diff line change @@ -5,6 +5,6 @@ receive_port = 9001
55[pishock ]
66username = " "
77api_key = " "
8- code = " "
8+ codes = [ " " ]
99duration = 4
1010intensity_cap = 1.0
You can’t perform that action at this time.
0 commit comments