-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcvarinfo.txt
69 lines (48 loc) · 2.33 KB
/
cvarinfo.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
// View variables //////////////////////////////////////////////////////////////
// Do not set this variable to 0.
user int tt_view_scale = 1;
user bool tt_screensaver = true;
// Attention! Do not set values which are not in the list in menudef.txt.
user int tt_question_source = 4;
// Game variables //////////////////////////////////////////////////////////////
server bool tt_buddha_enabled = true;
user string tt_command_prefix = "/";
// 0: by Enter or Space
// 1: Automatic, as soon as an answer matches.
user int tt_confirm_type = 0;
// Mixed Lesson configuration //////////////////////////////////////////////////
server bool tt_is_lesson_enabled_0 = false;
server bool tt_is_lesson_enabled_1 = false;
server bool tt_is_lesson_enabled_2 = false;
server bool tt_is_lesson_enabled_3 = false;
server bool tt_is_lesson_enabled_4 = false;
server bool tt_is_lesson_enabled_5 = false;
server bool tt_is_lesson_enabled_6 = false;
server bool tt_is_lesson_enabled_7 = false;
server bool tt_is_lesson_enabled_8 = false;
server bool tt_is_lesson_enabled_9 = false;
// Random Character Lesson configuration ///////////////////////////////////////
server int tt_rc_length = 3;
server bool tt_rc_uppercase_letters_enabled = false;
server bool tt_rc_lowercase_letters_enabled = true;
server bool tt_rc_numbers_enabled = false;
server bool tt_rc_punctuation_enabled = false;
server bool tt_rc_symbols_enabled = false;
server bool tt_rc_custom_enabled = false;
server string tt_rc_custom = "";
// Menu variables //////////////////////////////////////////////////////////////
server bool tt_show_notes = true;
// Variables for score /////////////////////////////////////////////////////////
nosave string lp_score = "";
user bool lp_show = true;
// Sound settings //////////////////////////////////////////////////////////////
user bool tt_sound_enabled = true;
user int tt_sound_theme = 1;
user bool tt_sound_typing_enabled = true;
// Commands ////////////////////////////////////////////////////////////////////
// Note that default values must correspond to keyconf command definitions.
user string tt_command_forward_dash = "df";
user string tt_command_backward_dash = "db";
user string tt_command_right_dash = "dr";
user string tt_command_left_dash = "dl";
user string tt_command_reload = "rl";