Additional Variables CVARS for Xonotic - Printable Version +- Xonotic Forums (https://forums.xonotic.org) +-- Forum: Support (https://forums.xonotic.org/forumdisplay.php?fid=3) +--- Forum: Xonotic - Server Administration (https://forums.xonotic.org/forumdisplay.php?fid=16) +--- Thread: Additional Variables CVARS for Xonotic (/showthread.php?tid=8119) |
Additional Variables CVARS for Xonotic - Angelina - 08-17-2019 Attached is an additional list of CVARS from the source code of SMBMod + Xonotic, Rexuiz, and RocketMinsta that may not be available in a cvar dump from the client. There have been hidden options and settings that I have discovered to make gameplay more interesting. Many of the RocketMinsta cvars and Rexuiz cvars work in Xonotic and are not documented. Attached to this post. //Search for //--- to find (SMBMod) XONOTIC CVARS, REXUIZ CVARS, and ROCKETMINSTA CVARS //on linux you can do grep -r "term" to search through all files in a directory that contain the "term" in quotes. //This file was compiled using Xonotic sourcecode, Rexuiz Sourcecode and RocketMinsta Sourcecode directories and typing the following command //find . -type f -name "*.cfg" -exec cat {} \; > cvars.txt //Before using any cvar play around with it by adding it to the server.cfg or in a side configuration to exec through a vote, etc. //This not a complete list of all cvars. https://zerobin.net/?87d73e7587ff4c0d#D1vpEY2q35QBjiUzX1o9W+87G2MZpR42hC90sW88vH8= All the best. |