mirror of
https://bitbucket.org/CPMADevs/cnq3
synced 2024-11-12 23:44:29 +00:00
70 lines
2.2 KiB
C
70 lines
2.2 KiB
C
#define help_cl_timeNudge \
|
|
"id's crippled timenudge\n" \
|
|
"This still exists in CPMA, but should always be 0.\n" \
|
|
"All it really does now is mess up the automatic adaptive nudges."
|
|
|
|
#define help_cl_shownet \
|
|
"prints network info\n" \
|
|
" -2 = commandTime\n" \
|
|
" -1 = entity removed/changed events\n" \
|
|
" 0 = disabled\n" \
|
|
" 1 = message lengths\n" \
|
|
" 2 = message types, commandTime, etc\n" \
|
|
" 3 = 2 + entity parsing details\n" \
|
|
" 4 = 2 + player state details"
|
|
|
|
#define help_cl_showSend \
|
|
"prints client to server packet info\n" \
|
|
"format: (usercmd_count) packet_size\n" \
|
|
"each dot symbolizes a frame of delay"
|
|
|
|
#define help_cl_allowDownload \
|
|
"selects the download system\n" \
|
|
" -1 = id's old download system\n" \
|
|
" 0 = downloads disabled\n" \
|
|
" 1 = CNQ3's new download system"
|
|
|
|
#define help_con_scaleMode \
|
|
"console text scaling mode\n" \
|
|
" 0 = text size scales with con_scale but not the resolution\n" \
|
|
" 1 = text size scales with con_scale and the resolution\n" \
|
|
" 2 = text size is always 8x12"
|
|
|
|
#define help_plus_minus \
|
|
"\nAbout commands starting with '+' or '-':\n" \
|
|
"- If '+cmdname' is called from a bind, the command is executed every frame until the bind key is released.\n" \
|
|
"- If '+cmdname' is not called from a bind, the command is executed every frame until '-cmdname' is called."
|
|
|
|
#define help_cl_debugMove \
|
|
"prints a graph of view angle deltas\n" \
|
|
" 0 = disabled\n" \
|
|
" 1 = horizontal axis\n" \
|
|
" 2 = vertical axis"
|
|
|
|
#define help_bind_extra \
|
|
"Use /bindkeylist to print the list of key names."
|
|
|
|
#define help_bind \
|
|
"binds a command to a key\n" \
|
|
help_bind_extra
|
|
|
|
#define help_unbind \
|
|
"unbinds a key\n" \
|
|
help_bind_extra
|
|
|
|
#define help_cl_matchAlerts \
|
|
"lets you know when a match is starting\n" \
|
|
" 1 = when unfocused (otherwise only when minimized)\n" \
|
|
" 2 = flash the task bar (Windows only)\n" \
|
|
" 4 = beep once (Windows only)\n" \
|
|
" 8 = unmute"
|
|
|
|
#define help_s_autoMute \
|
|
"selects when the audio output should be disabled\n" \
|
|
" 0 = never\n" \
|
|
" 1 = window is not focused\n" \
|
|
" 2 = window is minimized"
|
|
|
|
#define help_con_notifytime \
|
|
"seconds messages stay visible in the notify area\n" \
|
|
"If -1, CPMA will draw the notify area with the 'Console' SuperHUD element."
|