Skip to content

Commit 60000a4

Browse files
committed
Document wa_sc_compat var
Fixes #66
1 parent 2b3a8fe commit 60000a4

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ See CONTRIBUTING.md
3838
| SHARED | wa_radius_max | 3000 | Max distance where WebAudio streams can be heard from their origin. |
3939
| SHARED | wa_fft_enable | 1 | Whether FFT data is enabled for the server / your client. You shouldn't need to disable it as it is very lightweight |
4040
| CLIENT | wa_verbosity | 1 | Verbosity of console notifications. 2 => URL/Logging + Extra Info, 1 => Only warnings/errors, 0 => Nothing (Avoid this) |
41+
| SERVER | wa_sc_compat | 0 | Whether streamcore-compatible functions should be generated for E2 (for backwards compat) |
4142

4243
## Concommands
4344
| Realm | Name | Description |

STEAM_README.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,12 @@ This is a list of [b]ConVars[/b] that you can change to configure the addon to y
9191
[td]1[/td]
9292
[td]Verbosity of console notifications. 2 => URL/Logging + Extra Info, 1 => Only warnings/errors, 0 => Nothing (Avoid this)[/td]
9393
[/tr]
94+
[tr]
95+
[td]SERVER[/td]
96+
[td]wa_sc_compat[/td]
97+
[td]0[/td]
98+
[td]Whether streamcore-compatible functions should be generated for E2 (for backwards compat)[/td]
99+
[/tr]
94100
[/table]
95101

96102
[h2]Console Commands[/h2]

0 commit comments

Comments
 (0)