/Arisu

SvenMod plugin to change server cvars queries responses

Primary LanguageC++

Arisu

A SvenMod simple plugin to change responses of cvars queries from servers

Using this plugin, any cvar you define in list.txt will return the value you set it to.

You can set any value with the exception only for '-1' that will return a bad query (non-existent cvar)

NOTE: This is not changing your cvar values in any way, only the query response is altered by it

Example list.txt

example_cvar = 9999
example_cvar2 = -1

How to install

Extract the build zip file in the Sven Co-op directory and add this line to your plugins.txt file

"Arisu" "1"

Thanks to Sw1ft for SvenMod