List of ETJump server cvars
Below is a list of all ETJump related cvars (console variables) for server configuration.
g_adminLog
| Name | values | default |
|---|---|---|
| g_adminLog | filename | adminsystem.log |
Logs admin commands in a separate log if g_log is set.
g_banDatabase
| Name | values | default |
|---|---|---|
| g_banDatabase | filename | bans.dat |
File where bans are stored. Filename is currently hardcoded into mod and cannot be changed.
g_bannerN
| Name | values | default |
|---|---|---|
| g_bannerN | any text |
Where N is a number from 1 to 5. Text to print out in a banner.
g_bannerLocation
| Name | values | default |
|---|---|---|
| g_bannerLocation | 0 - 3 | 1 |
Sets the location where banners are printed.
- 0 for center print,
- 1 for top print,
- 2 for chat print,
- 3 for left print.
g_bannerTime
| Name | values | default |
|---|---|---|
| g_bannerTime | any integer | 60000 |
How often in milliseconds to print banners.
g_banners
| Name | values | default |
|---|---|---|
| g_banners | 0 or 1 | 0 |
Toggles banners.
g_blockCheatCvars
| Name | values | default |
|---|---|---|
| g_blockCheatCvars | 0 or 1 | 0 |
Toggles whether to block cvars that could be considered cheating such:
- m_pitch (-0.01 <= x <= 0.01)
- cl_yawspeed (not 0)
- cl_freelook (0)
- pmove_Fixed (0) while having
- com_maxFPS (25 < x or x > 125)
g_blockedMaps
| Name | values | default |
|---|---|---|
| g_blockedMaps | map names |
A list of maps that cannot be voted for. Names are separated by space. Use .bsp names.
g_chatOptions
| Name | values | default |
|---|---|---|
| g_chatOptions | 0 or 1 | 1 |
Allow players to highlight other players in chat using @name@.
g_customMapVotesFile
| Name | values | default |
|---|---|---|
| g_customMapVotesFile | filename | customvotes.json |
Filename for the custom map votes file.
g_customVoiceChat
| Name | values | default |
|---|---|---|
| g_customVoiceChat | 0 or 1 | 1 |
Enables custom text for voice chats.
g_dailyLogs
| Name | values | default |
|---|---|---|
| g_dailyLogs | 0 or 1 | 1 |
Whether to log everything in a single file or change the file daily.
g_disableVoteAfterMapChange
| Name | values | default |
|---|---|---|
| g_disableVoteAfterMapChange | any integer | 30000 |
How long players must wait to vote again in milliseconds after map changes.
g_floodlimit
| Name | values | default |
|---|---|---|
| g_floodlimit | any integer | 5 |
How many times can player send a message fast before flood protection kicks in.
g_floodprotection
| Name | values | default |
|---|---|---|
| g_floodprotection | 0 or 1 | 1 |
Toggles flood protection.
g_floodwait
| Name | values | default |
|---|---|---|
| g_floodwait | any integer | 768 |
Time in milliseconds to allow player to send messages again.
g_ghostPlayers
| Name | values | default |
|---|---|---|
| g_ghostPlayers | 0 or 1 | 1 |
Toggles whether players can go through each other.
g_goto
| Name | values | default |
|---|---|---|
| g_goto | 0 or 1 | 1 |
Toggles goto.
g_lastVisitedMessage
| Name | values | default |
|---|---|---|
| g_lastVisitedMessage | any text | ^2Welcome back! Your last visit was on [t]. |
Message that prints to returning players.
g_levelConfig
| Name | values | default |
|---|---|---|
| g_levelConfig | filename | levels.cfg |
File to store levels in.
g_mapDatabase
| Name | values | default |
|---|---|---|
| g_mapDatabase | filename | maps.dat |
File where information about maps is stored (eg. playtime).
g_mapScriptDir
| Name | values | default |
|---|---|---|
| g_mapScriptDir | directory name | scripts |
Directory to load custom map scripts from.
g_maxConnsPerIP
| Name | values | default |
|---|---|---|
| g_maxConnsPerIP | any integer | 2 |
How many clients can connect from a single IP address.
g_motdFile
| Name | values | default |
|---|---|---|
| g_motdFile | filename | motd.json |
File that has the message of the day.
g_mute
| Name | values | default |
|---|---|---|
| g_mute | 0 - 3 | 0 |
Mute behaviour.
- 0 default behaviour.
- 1 disable private messages.
- 2 disable callvote.
- 3 disable both.
g_nameChangeInterval
| Name | values | default |
|---|---|---|
| g_nameChangeInterval | any integer | 60 |
How often in seconds is the name change limit reseted.
g_nameChangeLimit
| Name | values | default |
|---|---|---|
| g_nameChangeLimit | any integer | 5 |
How many times user can change name.
g_noclip
| Name | values | default |
|---|---|---|
| g_noclip | 0 or 1 | 0 |
Toggles noclip for players.
g_nofatigue
| Name | values | default |
|---|---|---|
| g_nofatigue | 0 or 1 | 1 |
Toggles nofatigue for players.
g_portalDebug
| Name | values | default |
|---|---|---|
| g_portalDebug | 0 or 1 | 0 |
Toggles drawing of portal activation box.
g_portalMode
| Name | values | default |
|---|---|---|
| g_portalMode | 0 or 1 | 1 |
Toggles restricted portal gun mode.
- 0 to give portal gun to players on spawn.
- 1 to disable.
g_raceDatabase
| Name | values | default |
|---|---|---|
| g_raceDatabase | filename | races.db |
File where information about races is stored in. Filename is currently hardcoded into mod and cannot be changed.
g_save
| Name | values | default |
|---|---|---|
| g_save | 0 or 1 | 1 |
Toggles save and load.
g_savemsg
| Name | values | default |
|---|---|---|
| g_savemsg | any text | "^7Saved" |
What to print when player saves a position.
g_timerunsDatabase
| Name | values | default |
|---|---|---|
| g_timerunsDatabase | filename | timeruns.db |
File to store timeruns data in.
g_tokensMode
| Name | values | default |
|---|---|---|
| g_tokensMode | 0 or 1 | 1 |
Enables players to use !tokens command to add collectible tokens into a map.
g_tokensPath
| Name | values | default |
|---|---|---|
| g_tokensPath | directory name | tokens |
Directory where tokens information is stored.
g_userConfig
| Name | values | default |
|---|---|---|
| g_userConfig | filename | users.db |
File to store user data in.
g_voteCooldown
| Name | values | default |
|---|---|---|
| g_voteCooldown | any integer | 15 |
How long must a player wait to call another vote.
g_weapons
| Name | values | default |
|---|---|---|
| g_weapons | 0 or 1 | 1 |
Toggles whether players spawn with weapons or just knife.